summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: remove fimd_mode_fixup()Gustavo Padovan2015-09-301-12/+0
* drm/exynos: rotator: Clock control is unused if !PMThierry Reding2015-09-301-1/+1
* drm/exynos: fimc: Clock control is unused if !PMThierry Reding2015-09-301-18/+18
* drm/exynos: Suspend/resume is unused if !PMThierry Reding2015-09-301-0/+2
* drm/exynos: create a fake mmap offset with gem creationJoonyoung Shim2015-09-301-5/+7
* drm/exynos: remove call to drm_gem_free_mmap_offset()Joonyoung Shim2015-09-301-3/+0
* drm/exynos: Remove useless EXPORT_SYMBOL_GPLsDaniel Kurtz2015-09-302-9/+0
* drm/exynos: cleanup line feed in exynos_drm_gem_get_ioctlJoonyoung Shim2015-09-301-1/+2
* drm/exynos: cleanup function calling written twiceJoonyoung Shim2015-09-301-33/+23
* drm/exynos: staticize exynos_drm_gem_init()Joonyoung Shim2015-09-302-6/+1
* drm/exynos: remove unnecessary NULL assignmentJoonyoung Shim2015-09-301-3/+0
* drm/exynos: fix missed calling of drm_prime_gem_destroy()Joonyoung Shim2015-09-302-4/+7
* drm/exynos: fix layering violation of addressJoonyoung Shim2015-09-301-1/+2
* Merge tag 'drm-intel-fixes-2015-09-24' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-09-254-4/+43
|\
| * drm/i915/bios: handle MIPI Sequence Block v3+ gracefullyJani Nikula2015-09-231-1/+11
| * drm/i915: Add primary plane to mask if it's visibleMaarten Lankhorst2015-09-231-2/+5
| * drm/i915: workaround bad DSL readout v3Jesse Barnes2015-09-231-0/+26
| * drm/i915: fix kernel-doc warnings in intel_audio.cGeliang Tang2015-09-211-1/+1
* | Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/...Dave Airlie2015-09-2412-44/+62
|\ \
| * | drm: Allow also control clients to check the drm versionThomas Hellstrom2015-09-241-1/+2
| * | drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()Christian Engelmayer2015-09-241-2/+1
| * | drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer2015-09-241-2/+1
| * | drm/vmwgfx: Only build on X86Thomas Hellstrom2015-09-171-1/+1
| * | drm/ttm: Fix memory space allocation v2Thomas Hellstrom2015-09-151-12/+16
| * | drm/vmwgfx: Map the fifo as cachedThomas Hellstrom2015-09-142-9/+2
| * | drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom2015-09-146-17/+39
* | | Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-09-2443-466/+534
|\ \ \
| * | | drm/radeon: add quirk for MSI R7 370Maxim Sheviakov2015-09-231-0/+1
| * | | drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checksAlex Deucher2015-09-231-0/+4
| * | | drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checksDaniel Vetter2015-09-231-0/+4
| * | | drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu2015-09-233-92/+23
| * | | drm/amdgpu: integer overflow in amdgpu_mode_dumb_create()Dan Carpenter2015-09-231-1/+1
| * | | drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl()Dan Carpenter2015-09-231-0/+5
| * | | drm/amdgpu: integer overflow in amdgpu_info_ioctl()Dan Carpenter2015-09-231-2/+3
| * | | drm/amdgpu: unwind properly in amdgpu_cs_parser_init()Dan Carpenter2015-09-231-34/+51
| * | | drm/amdgpu: Fix max_vblank_count value for current display enginesAlex Deucher2015-09-231-1/+1
| * | | drm/amdgpu: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-231-3/+1
| * | | drm/amdgpu: fix UVD suspend and resume for VI APULeo Liu2015-09-231-8/+12
| * | | drm/amdgpu: fix the UVD suspend sequence orderLeo Liu2015-09-233-6/+6
| * | | drm/amdgpu: make UVD handle checking more strictLeo Liu2015-09-231-27/+41
| * | | drm/amdgpu: Disable UVD PGLeo Liu2015-09-231-1/+2
| * | | drm/amdgpu: more scheduler cleanups v2Christian König2015-09-2311-76/+87
| * | | drm/amdgpu: cleanup fence queue init v2Christian König2015-09-232-2/+2
| * | | drm/amdgpu: rename fence->scheduler to sched v2Christian König2015-09-2310-22/+22
| * | | drm/amdgpu: cleanup entity initChristian König2015-09-233-19/+25
| * | | drm/amdgpu: refine the scheduler job type conversionJunwei Zhang2015-09-233-4/+6
| * | | drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_jobJunwei Zhang2015-09-238-69/+71
| * | | drm/amdgpu: use only one reservation object for each VM v2Christian König2015-09-232-30/+9
| * | | drm/amdgpu: validate duplicates in the CS as wellChristian König2015-09-231-14/+20
| * | | drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König2015-09-2324-52/+70