summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-10/+10
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter1-10/+10
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie12-152/+65
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding2-4/+4
2015-10-01drm/exynos: Staticize local function in exynos_drm_gem.cKrzysztof Kozlowski1-1/+1
2015-10-01drm/exynos: fimd: actually disable dp clockGustavo Padovan1-1/+1
2015-10-01drm/exynos: dp: remove suspend/resume functionsInki Dae1-23/+0
2015-09-30drm/exynos: remove unused mode_fixup() codeGustavo Padovan2-19/+0
2015-09-30drm/exynos: remove decon_mode_fixup()Gustavo Padovan1-12/+0
2015-09-30drm/exynos: remove fimd_mode_fixup()Gustavo Padovan1-12/+0
2015-09-30drm/exynos: rotator: Clock control is unused if !PMThierry Reding1-1/+1
2015-09-30drm/exynos: fimc: Clock control is unused if !PMThierry Reding1-18/+18
2015-09-30drm/exynos: Suspend/resume is unused if !PMThierry Reding1-0/+2
2015-09-30drm/exynos: create a fake mmap offset with gem creationJoonyoung Shim1-5/+7
2015-09-30drm/exynos: remove call to drm_gem_free_mmap_offset()Joonyoung Shim1-3/+0
2015-09-30drm/exynos: Remove useless EXPORT_SYMBOL_GPLsDaniel Kurtz2-9/+0
2015-09-30drm/exynos: cleanup line feed in exynos_drm_gem_get_ioctlJoonyoung Shim1-1/+2
2015-09-30drm/exynos: cleanup function calling written twiceJoonyoung Shim1-33/+23
2015-09-30drm/exynos: staticize exynos_drm_gem_init()Joonyoung Shim2-6/+1
2015-09-30drm/exynos: remove unnecessary NULL assignmentJoonyoung Shim1-3/+0
2015-09-30drm/exynos: fix missed calling of drm_prime_gem_destroy()Joonyoung Shim2-4/+7
2015-09-30drm/exynos: fix layering violation of addressJoonyoung Shim1-1/+2
2015-09-24Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter3-157/+30
2015-09-12Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-157/+30
2015-09-08drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter1-1/+1
2015-09-02drm/exynos: remove buf_cnt from struct exynos_drm_fbJoonyoung Shim1-9/+0
2015-09-02drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim3-13/+1
2015-09-02drm/exynos: cleanup exynos_user_fb_create()Joonyoung Shim1-34/+13
2015-09-02drm/exynos: update exynos_drm_framebuffer_init() for multiple buffersJoonyoung Shim3-19/+25
2015-09-02drm/exynos: cleanup to get gem object for fbJoonyoung Shim1-15/+8
2015-09-02drm/exynos: update fb_info via only one functionJoonyoung Shim1-16/+13
2015-09-02drm/exynos: cleanup exynos_drm_fbdev_update()Joonyoung Shim1-11/+4
2015-09-02drm/exynos: s/exynos_gem_obj/obj in exynos_drm_fbdev.cJoonyoung Shim1-16/+14
2015-09-02drm/exynos: remove exynos_drm_fb_set_buf_cnt()Joonyoung Shim3-17/+3
2015-09-02drm/exynos: remove superfluous checks in g2d_check_reg_offset()Tobias Jakobi1-8/+0
2015-09-02drm/exynos: fix size check in g2d_check_buf_desc_is_valid()Tobias Jakobi1-10/+41
2015-08-30drm/exynos: fix build warning to exynos_drm_gem.cInki Dae1-1/+1
2015-08-30drm/exynos: Properly report supported formats for each deviceMarek Szyprowski7-14/+73
2015-08-30drm/exynos: add render node supportJoonyoung Shim1-19/+19
2015-08-30drm/exynos: implement atomic_{begin/flush} of DECONHyungwon Hwang2-13/+51
2015-08-30drm/exynos: remove legacy ->suspend()/resume()Gustavo Padovan1-2/+0
2015-08-30drm/exynos: Enable atomic modesetting featureGustavo Padovan1-1/+2
2015-08-30drm/exynos: remove wait queue for pending page flipGustavo Padovan2-11/+1
2015-08-30drm/exynos: wait all planes updates to finishGustavo Padovan4-6/+61
2015-08-30drm/exynos: add atomic asynchronous commitGustavo Padovan3-35/+124
2015-08-30drm/exynos: fimd: only finish update if START == START_SGustavo Padovan1-2/+6
2015-08-30drm/exynos: check for pending fb before finish updateGustavo Padovan9-9/+54
2015-08-30drm/exynos: fimd: move window protect code to prepare/cleanup_planeGustavo Padovan1-23/+34
2015-08-30drm/exynos: add prepare and cleanup phases for planesGustavo Padovan2-0/+25