aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-11-07amdgpu/dc: Fix double unlock in amdgpu_dm_commit_planesErnst Sjöstrand1-1/+0
2017-11-07amdgpu/dc: Fix missing null checks in amdgpu_dm.cErnst Sjöstrand1-5/+12
2017-11-07amdgpu/dc: Fix potential null dereferences in amdgpu_dm.cErnst Sjöstrand1-0/+9
2017-11-07amdgpu/dc: fix more indentation warningsErnst Sjöstrand2-6/+6
2017-11-07amdgpu/dc: handle allocation failures in dc_commit_planes_to_stream.Dave Airlie1-0/+8
2017-11-07amdgpu/dc: fix indentation warning from smatch.Dave Airlie10-69/+68
2017-11-07amdgpu/dc: fix non-ansi function decls.Dave Airlie5-6/+6
2017-11-07drm/amd/display: remove some unneeded codeDan Carpenter1-3/+0
2017-11-07drm/amd/display: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+1
2017-11-07drm/amd/display: small cleanup in destruct()Dan Carpenter1-4/+2
2017-11-08Merge tag 'drm-misc-next-fixes-2017-11-07' of git://anongit.freedesktop.org/d...Dave Airlie2-3/+3
2017-11-07drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debugVille Syrjälä1-2/+2
2017-11-07drm/i915/selftests: Take rpm wakeref around partial tiling testsChris Wilson1-0/+2
2017-11-07drm/i915/selftests: Take rpm wakeref around GGTT lowlevel testsChris Wilson1-0/+4
2017-11-07drm/i915/selftests: Skip mixed page exhaustion if only small pages availableChris Wilson1-0/+3
2017-11-07drm/i915: Prevent unbounded wm results in g4x_compute_wm()Chris Wilson1-7/+7
2017-11-07drm/i915: Simplify onion for bxt_ddi_phy_init()Chris Wilson1-10/+10
2017-11-07drm/i915: Silence compiler for csr_load_work_fn()Chris Wilson1-0/+1
2017-11-07drm/i915: Silence smatch for cmdparserChris Wilson1-10/+3
2017-11-07drm/edid: make drm_edid_to_eld() staticJani Nikula1-3/+2
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula14-21/+2
2017-11-07drm/edid: build ELD in drm_add_edid_modes()Jani Nikula1-2/+6
2017-11-07drm/edid: abstract connector ELD clearingJani Nikula1-8/+13
2017-11-07drm/edid: set ELD connector type in drm_edid_to_eld()Jani Nikula1-2/+7
2017-11-07drm/edid: use macros for ELD offsets and valuesJani Nikula1-13/+14
2017-11-07drm/selftests/mm: Insert cond_resched() between insert modesChris Wilson1-0/+5
2017-11-07drm/stm: ltdc: add a 2nd endpointPhilippe CORNU1-19/+45
2017-11-07drm/stm: checkpatch strict minor updatesPhilippe CORNU2-3/+3
2017-11-07drm/stm: dsi: Rename driver namePhilippe CORNU1-1/+1
2017-11-07drm/i915: Deconstruct struct sgt_dma initialiserChris Wilson1-16/+9
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar371-123/+451
2017-11-07Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2-2/+2
2017-11-06drm/rockchip: add CONFIG_OF dependency for lvdsArnd Bergmann1-1/+1
2017-11-06drm/i915: Handle error-state modparams in dedicated functionsMichal Wajdeczko1-9/+17
2017-11-06drm/i915: Make GuC log part of the uC error stateMichal Wajdeczko2-16/+4
2017-11-06drm/i915: Add Guc/HuC firmware details to error stateMichal Wajdeczko4-2/+71
2017-11-06drm/i915/guc: Assert ctch->vma is allocatedMichal Wajdeczko1-0/+1
2017-11-06drm/i915/guc: Assert guc->stage_desc_pool is allocatedChris Wilson1-0/+8
2017-11-06PCI / PM: Use the NEVER_SKIP driver flagRafael J. Wysocki1-1/+1
2017-11-06drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson1-1/+7
2017-11-06drm/i915/selftests: Hide dangerous testsChris Wilson2-4/+18
2017-11-06drm/i915: Assert vma->flags are updated correctly during bindingChris Wilson1-1/+4
2017-11-06drm: via: use ktime_get() instead of do_gettimeofdayArnd Bergmann2-16/+9
2017-11-06Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie5-60/+142
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer2-13/+12
2017-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer1-12/+4
2017-11-03drm/amd/amdgpu: Enabling ACP clock in hw_init (v2)Akshu Agrawal1-35/+124
2017-11-04Merge tag 'drm-intel-next-2017-10-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie60-1387/+1945
2017-11-03drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON1-2/+2
2017-11-03Merge tag 'drm-fixes-for-v4.14-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds10-44/+70