summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2015-11-24drm/imx: Remove of_node assignment from ipuv3-crtc driver probePhilipp Zabel1-34/+0
2015-11-24gpu: ipu-v3: Assign of_node of child platform devices to corresponding portsPhilipp Zabel1-18/+38
2015-11-24gpu: ipu-v3: Remove reg_offset fieldPhilipp Zabel1-16/+3
2015-11-24drm/imx: parallel-display: allow to determine bus format from the connected p...Philipp Zabel1-0/+4
2015-11-23drm/amdgpu: move dependency handling out of atomic section v2Christian König1-27/+44
2015-11-23drm/amdgpu: optimize scheduler fence handlingChristian König3-14/+55
2015-11-23drm/i915: Mark uneven memory banks on gen4 desktop as unknown swizzlingChris Wilson1-9/+27
2015-11-21drm/amdgpu: remove vm->mutexChunming Zhou4-20/+2
2015-11-21drm/amdgpu: add mutex for ba_va->valids/invalidsChunming Zhou2-6/+12
2015-11-21drm/amdgpu: adapt vce session create interface changesLeo Liu1-1/+10
2015-11-21drm/amdgpu: vce use multiple cache surface starting from stoneyLeo Liu1-5/+14
2015-11-21drm/amdgpu: reset vce trap interrupt flagLeo Liu1-0/+5
2015-11-20Merge tag 'drm-intel-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie7-52/+118
2015-11-20Merge tag 'topic/drm-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie3-65/+76
2015-11-19drm/atomic-helper: Check encoder/crtc constraintsDaniel Vetter1-0/+8
2015-11-19drm/imx: ipuv3-crtc: Return error if ipu_plane_init() fails for primary planeLiu Ying1-0/+4
2015-11-19drm/imx: switch to universal planesPhilipp Zabel5-20/+20
2015-11-19Revert "drm/i915: skip modeset if compatible for everyone."Jani Nikula3-1/+8
2015-11-19drm/mgag200: fix kernel hang in cursor code.Wang, Rui Y1-6/+5
2015-11-19Merge branch 'drm-vc4-fixes' of git://github.com/anholt/linux into drm-fixesDave Airlie4-13/+23
2015-11-19Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie24-401/+729
2015-11-18drm/amdgpu: reserve/unreserve objects out of map/unmap operationsChunming Zhou2-25/+25
2015-11-18drm/amdgpu: move bo_reserve out of amdgpu_vm_clear_boChunming Zhou1-15/+18
2015-11-18drm/amdgpu: add lock for interval tree in vmChunming Zhou2-2/+15
2015-11-18drm/amdgpu: keep the owner for VMIDsChristian König2-17/+24
2015-11-18drm/amdgpu: move VM manager clean into the VM code againChristian König4-12/+20
2015-11-18drm/amdgpu: cleanup VM coding styleChristian König1-50/+48
2015-11-18drm/amdgpu: remove unused VM manager fieldChristian König1-2/+0
2015-11-18drm/amdgpu: cleanup scheduler command submissionChristian König2-39/+25
2015-11-18drm/amdgpu: fix typo in firmware nameChristian König1-1/+1
2015-11-18drm/i915: Consider SPLL as another shared pll, v2.Maarten Lankhorst4-41/+83
2015-11-18drm/i915: Fix gpu frequency change tracingMika Kuoppala1-1/+1
2015-11-17drm/vc4: Make sure that planes aren't scaled.Eric Anholt1-0/+10
2015-11-17drm/vc4: Fix some failure to track __iomem decorations on pointers.Eric Anholt2-5/+6
2015-11-17drm/vc4: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2015-11-17drm/vc4: fix itnull.cocci warningsJulia Lawall1-1/+1
2015-11-17drm/vc4: fix platform_no_drv_owner.cocci warningsJulia Lawall1-1/+0
2015-11-17drm/vc4: vc4_plane_duplicate_state() can be statickbuild test robot1-4/+4
2015-11-17drm/i915: Don't clobber the addfb2 ioctl paramsVille Syrjälä1-3/+4
2015-11-17drm: Fix primary plane size for stereo doubled modes for legacy setcrtcVille Syrjälä1-6/+9
2015-11-17drm/i915: Clear intel_crtc->atomic before updating it.Maarten Lankhorst1-0/+3
2015-11-17drm/core: Fix old_fb handling in pan_display_atomic.Maarten Lankhorst1-22/+8
2015-11-17drm/core: Fix old_fb handling in restore_fbdev_mode_atomic.Maarten Lankhorst1-15/+6
2015-11-17drm/atomic: add a drm_atomic_clean_old_fb helper.Maarten Lankhorst1-18/+40
2015-11-17drm/core: Fix old_fb handling in drm_mode_atomic_ioctl.Maarten Lankhorst1-1/+2
2015-11-17drm/core: Set legacy_cursor_update in drm_atomic_helper_disable_plane.Maarten Lankhorst1-3/+3
2015-11-17drm/amdgpu: remove the unnecessary parameter adev for amdgpu_sa_bo_new()Junwei Zhang4-8/+6
2015-11-17drm/amdgpu: wait interruptible when semaphores are disabled v2Christian König1-2/+8
2015-11-16drm/amdgpu: update pd while updating vm as wellChunming Zhou1-0/+3
2015-11-16drm/amdgpu: fix handling order in scheduler CSChristian König1-5/+5