summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie-54/+89
2017-06-26drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat-0/+1
2017-06-26drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson-3/+14
2017-06-26drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson-0/+1
2017-06-26drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson-1/+1
2017-06-26drm/i915/cnl: Fix RMW on ddi vswing sequence.Rodrigo Vivi-0/+16
2017-06-26drm/i915/gvt: Fix inconsistent locks holding sequenceChuanxiao Dong-5/+9
2017-06-26drm/i915/gvt: Fix possible recursive locking issueChuanxiao Dong-10/+48
2017-06-26drm/i915: Hold struct_mutex for per-file stats in debugfs/i915_gem_objectChris Wilson-1/+5
2017-06-26drm/i915: Retire the VMA's fence tracker before unbindingChris Wilson-0/+5
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-80/+145
2017-06-23Merge tag 'drm-misc-fixes-2017-06-22' of git://anongit.freedesktop.org/git/dr...Dave Airlie-18/+20
2017-06-21bridge: Fix panel-bridge error return on !panel.Eric Anholt-1/+1
2017-06-21drm/arm: hdlcd: remove unused variablesArnd Bergmann-1/+1
2017-06-21drm/arm: hdlcd: Use CMA helper for plane buffer address calculationLiviu Dudau-8/+1
2017-06-21drm/arm: hdlcd: Set the CRTC's port before binding the encoder.Liviu Dudau-0/+9
2017-06-21drm: Fix GETCONNECTOR regressionDaniel Vetter-18/+20
2017-06-21Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie-2/+18
2017-06-21Merge tag 'drm-intel-fixes-2017-06-20' of git://anongit.freedesktop.org/git/d...Dave Airlie-60/+107
2017-06-21Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/d...Dave Airlie-31/+189
2017-06-21drm/i915: remove rate_to_index, messed up merge.Dave Airlie-11/+0
2017-06-21Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/dr...Dave Airlie-3289/+36759
2017-06-21Merge tag 'drm-msm-next-2017-06-20' of git://people.freedesktop.org/~robclark...Dave Airlie-674/+2816
2017-06-20drm/radeon: add a quirk for Toshiba Satellite L20-183Alex Deucher-0/+7
2017-06-20drm/radeon: add a PX quirk for another K53TK variantAlex Deucher-0/+4
2017-06-20drm/amdgpu: adjust default display clockAlex Deucher-0/+4
2017-06-20drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGatingAlex Deucher-2/+2
2017-06-20Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/d...Sean Paul-31/+189
2017-06-20Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixesSean Paul-20754/+317017
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar-11/+10
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-12/+12
2017-06-20drm/armada: don't abuse DMA_ERROR_CODEChristoph Hellwig-4/+4
2017-06-20drm/exynos: don't use DMA_ERROR_CODEChristoph Hellwig-2/+2
2017-06-20Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-77/+204
2017-06-20Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie-16/+26
2017-06-20Merge branch 'linux-4.13' of git://github.com/skeggsb/linux into drm-nextDave Airlie-4018/+4531
2017-06-20Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie-199/+569
2017-06-19drm/msm: Fix potential buffer overflow issueKasin Li-3/+6
2017-06-19drm/amdgpu: Optimize mutex usage (v4)Alex Xie-12/+30
2017-06-19drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2)Alex Xie-23/+30
2017-06-19drm/amdgpu: add Polaris12 DIDJunshan Fang-0/+1
2017-06-19drm/i915: Don't enable backlight at setup time.Dhinakaran Pandiyan-2/+0
2017-06-19Merge remote-tracking branch 'origin/master' into drm-misc-next-fixesSean Paul-2953/+4729
2017-06-19drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()Ville Syrjälä-4/+5
2017-06-19drm/i915: Fix deadlock witha the pipe A quirk during resumeVille Syrjälä-9/+12
2017-06-19drm/i915: Remove __GFP_NORETRY from our buffer allocatorChris Wilson-1/+14
2017-06-19drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson-21/+29
2017-06-19drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson-24/+48
2017-06-19drm/i915: Update DRIVER_DATE to 20170619Daniel Vetter-2/+2
2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra-144/+238