summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Merge tag 'drm-misc-next-fixes-2018-05-31' of git://anongit.freedesktop.org/d...Dave Airlie2-0/+2
2018-06-08Merge tag 'drm-msm-next-2018-06-04' of git://people.freedesktop.org/~robclark...Dave Airlie13-352/+177
2018-06-04drm/msm: Fix NULL deref on bind/probe deferralSean Paul1-1/+11
2018-06-04drm/msm: Switch to atomic_helper_commit()Sean Paul3-141/+8
2018-06-04drm/msm: Remove msm_commit/worker, use atomic helper commitSean Paul3-116/+42
2018-06-04drm/msm: Issue queued events when disabling crtcSean Paul1-0/+9
2018-06-04drm/msm: Move implicit sync handling to prepare_fbSean Paul4-31/+26
2018-06-04drm/msm: Refactor complete_commit() to look more the helpersSean Paul1-9/+16
2018-06-03drm/msm: Don't subclass drm_atomic_state anymoreArchit Taneja5-116/+0
2018-06-03drm/msm/mdp5: Use the new private_obj stateArchit Taneja4-22/+37
2018-06-03drm/msm/mdp5: Add global state as a private atomic objectArchit Taneja2-0/+112
2018-06-03drm/msm: use correct aspace pointer in msm_gem_put_iova()Daniel Mack1-1/+2
2018-06-03drm/msm: remove unbalanced mutex unlockDaniel Mack1-1/+0
2018-06-03drm/msm: don't deref error pointer in the msm_fbdev_create error pathEmil Velikov1-9/+2
2018-06-03drm/msm/dsi: use correct enum in dsi_get_cmd_fmtStefan Agner1-1/+1
2018-06-03drm/msm: Fix possible null dereference on failure of get_pages()Ben Hutchings1-9/+11
2018-06-03drm/msm: Add modifier to mdp_get_format argumentsJeykumar Sankaran4-4/+9
2018-06-03drm/msm: Mark the crtc->state->event consumedSean Paul2-0/+2
2018-06-03drm/msm/dsi: implement auto PHY timing calculator for 10nm PHYAbhinav Kumar3-28/+111
2018-06-03drm/msm/dsi: check video mode engine status before waitingAbhinav Kumar1-2/+4
2018-06-03drm/msm/dsi: check return value for video done waitsAbhinav Kumar1-1/+7
2018-05-30drm/v3d: add CONFIG_MMU dependencyArnd Bergmann1-0/+1
2018-05-30drm/vc4: Fix leak of the file_priv that stored the perfmon.Eric Anholt1-0/+1
2018-05-30Merge tag 'drm-amdkfd-next-2018-05-28' of git://people.freedesktop.org/~gabba...drm-next-2018-06-06-1Dave Airlie4-12/+66
2018-05-30Merge tag 'exynos-drm-next-for-v4.18-v2' of git://git.kernel.org/pub/scm/linu...Dave Airlie6-20/+22
2018-05-25drm/amdgpu: fix 32-bit build warningArnd Bergmann1-2/+2
2018-05-25drm/exynos: fimc: signedness bug in fimc_setup_clocks()Dan Carpenter1-1/+1
2018-05-25drm/exynos: scaler: fix static checker warningInki Dae1-1/+1
2018-05-25Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie137-2828/+6964
2018-05-24drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASICTom Stellard1-1/+1
2018-05-24drm/amd/display: Remove use of division operator for long longsDavid Francis1-1/+1
2018-05-24drm/amdgpu: Update GFX info structure to match what vega20 usedShaoyun Liu2-6/+5
2018-05-24drm/amdgpu/pp: remove duplicate assignmentAlex Deucher1-1/+0
2018-05-24drm/sched: add rcu_barrier after entity finiEmily Deng1-1/+1
2018-05-24drm/amdgpu: move VM BOs on LRU againChristian König2-5/+26
2018-05-24drm/amdgpu: consistenly use VM moved flagChristian König1-13/+15
2018-05-24drm/amdgpu: kmap PDs/PTs in amdgpu_vm_update_directoriesChristian König1-7/+8
2018-05-24drm/amdgpu: further optimize amdgpu_vm_handle_movedChristian König1-13/+14
2018-05-24drm/amdgpu: cleanup amdgpu_vm_validate_pt_bos v2Christian König1-12/+7
2018-05-24drm/amdgpu: rework VM state machine lock handling v2Christian König2-49/+21
2018-05-24drm/amdgpu: Add runtime VCN PG supportRex Zhu2-18/+30
2018-05-24drm/amdgpu: Enable VCN static PG by default on RVRex Zhu1-1/+2
2018-05-24drm/amdgpu: Add VCN static PG support on RVRex Zhu2-1/+102
2018-05-24drm/amdgpu: Enable VCN CG by default on RVRex Zhu1-1/+2
2018-05-24drm/amdgpu: Add static CG control for VCN on RVRex Zhu1-11/+39
2018-05-24drm/exynos: Fix default value for zpos plane propertyMarek Szyprowski1-5/+4
2018-05-24drm/exynos: Fix error value in exynos_drm_crtc_get_by_type()Marek Szyprowski1-1/+1
2018-05-24drm/exynos/dsi: mask frame-done interruptAndrzej Hajda1-3/+3
2018-05-24drm/amdgpu: Add SOC15_WAIT_ON_RREG macro defineRex Zhu1-0/+15
2018-05-24drm/amdgpu: Add CG/PG flags for VCNRex Zhu1-1/+2