summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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-29drm/amdgpu: Restore LCD backlight level on resumeAlex Deucher1-2/+1
2015-09-29drm/radeon: Restore LCD backlight level on resume (>= R5xx)Michel Dänzer1-4/+4
2015-09-29drm/amdgpu: signedness bug in amdgpu_cs_parser_init()Dan Carpenter1-1/+2
2015-09-28drm/i915: Consider HW CSB write pointer before resetting the sw read pointerMichel Thierry2-7/+34
2015-09-28drm/i915/skl: Don't call intel_prepare_ddi when encoder list isn't yet initia...Rodrigo Vivi1-1/+2
2015-09-25Merge tag 'drm-intel-fixes-2015-09-24' of git://anongit.freedesktop.org/drm-i...Dave Airlie4-4/+43
2015-09-24Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/...Dave Airlie12-44/+62
2015-09-24drm: Allow also control clients to check the drm versionThomas Hellstrom1-1/+2
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer1-2/+1
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer1-2/+1
2015-09-24Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie43-466/+534
2015-09-24drm/layerscape: fix handling fsl_dcu_drm_plane_index resultAndrzej Hajda1-1/+2
2015-09-24drm/mgag200: Fix driver_load error handlingArchit Taneja1-16/+20
2015-09-24drm/mgag200: Fix error handling paths in fbdev driverArchit Taneja1-8/+23
2015-09-24drm/qxl: only report first monitor as connected if we have no stateDave Airlie1-5/+7
2015-09-23drm/radeon: add quirk for MSI R7 370Maxim Sheviakov1-0/+1
2015-09-23drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checksAlex Deucher1-0/+4
2015-09-23drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checksDaniel Vetter1-0/+4
2015-09-23drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu3-92/+23
2015-09-23drm/amdgpu: integer overflow in amdgpu_mode_dumb_create()Dan Carpenter1-1/+1
2015-09-23drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl()Dan Carpenter1-0/+5
2015-09-23drm/amdgpu: integer overflow in amdgpu_info_ioctl()Dan Carpenter1-2/+3
2015-09-23drm/amdgpu: unwind properly in amdgpu_cs_parser_init()Dan Carpenter1-34/+51
2015-09-23drm/amdgpu: Fix max_vblank_count value for current display enginesAlex Deucher1-1/+1
2015-09-23drm/amdgpu: use kmemdup rather than duplicating its implementationAndrzej Hajda1-3/+1
2015-09-23drm/amdgpu: fix UVD suspend and resume for VI APULeo Liu1-8/+12
2015-09-23drm/amdgpu: fix the UVD suspend sequence orderLeo Liu3-6/+6
2015-09-23drm/amdgpu: make UVD handle checking more strictLeo Liu1-27/+41
2015-09-23drm/amdgpu: Disable UVD PGLeo Liu1-1/+2
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König11-76/+87
2015-09-23drm/amdgpu: cleanup fence queue init v2Christian König2-2/+2
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König10-22/+22
2015-09-23drm/amdgpu: cleanup entity initChristian König3-19/+25
2015-09-23drm/amdgpu: refine the scheduler job type conversionJunwei Zhang3-4/+6
2015-09-23drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang8-69/+71