aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/dsi: untangle cphy setting from the src pll settingDmitry Baryshkov2021-11-283-2/+13
* drm/msm/edp: drop old eDP supportDmitry Baryshkov2021-11-2811-2662/+0
* drm/msm/mdp5: drop eDP supportDmitry Baryshkov2021-11-281-16/+1
* drm/msm/dpu: don't cache pipe->cap->sblk in dpu_planeDmitry Baryshkov2021-11-281-17/+8
* drm/msm/dpu: don't cache pipe->cap->features in dpu_planeDmitry Baryshkov2021-11-281-7/+5
* drm/msm/dpu: remove dpu_hw_pipe_cdp_cfg from dpu_planeDmitry Baryshkov2021-11-282-9/+7
* drm/msm/dpu: drop dpu_csc_cfg from dpu_planeDmitry Baryshkov2021-11-285-50/+54
* drm/msm/dpu: move dpu_hw_pipe_cfg out of struct dpu_planeDmitry Baryshkov2021-11-281-47/+57
* drm/msm/dpu: remove stage_cfg from struct dpu_crtcDmitry Baryshkov2021-11-282-7/+6
* drm/msm/dpu: drop pipe_name from struct dpu_planeDmitry Baryshkov2021-11-281-6/+2
* drm/msm/dpu: remove pipe_qos_cfg from struct dpu_planeDmitry Baryshkov2021-11-281-14/+16
* drm/msm/dpu: move LUT levels out of QOS configDmitry Baryshkov2021-11-283-28/+20
* drm: msm: fix building without CONFIG_COMMON_CLKArnd Bergmann2021-11-262-4/+4
* drm/msm: Do hw_init() before capturing GPU stateRob Clark2021-11-221-0/+1
* drm/msm/dp: Avoid unpowered AUX xfers that caused crashesDouglas Anderson2021-11-221-0/+17
* drm/msm/dsi: set default num_data_lanesPhilip Chen2021-11-221-0/+2
* drm/msm/gpu: Fix check for devices without devfreqRob Clark2021-11-211-3/+3
* drm/msm/gpu: Fix idle_work timeRob Clark2021-11-211-1/+1
* drm/msm/a6xx: Fix uinitialized use of gpu_scidAkhil P Oommen2021-11-211-9/+9
* drm/msm: Fix null ptr access msm_ioctl_gem_submit()Akhil P Oommen2021-11-211-0/+1
* drm/msm: Demote debug messageRob Clark2021-11-211-1/+1
* drm/msm: Make a6xx_gpu_set_freq() staticRob Clark2021-11-211-1/+1
* drm/msm: Restore error return on invalid fenceRob Clark2021-11-213-0/+10
* drm/msm: Fix wait_fence submitqueue leakRob Clark2021-11-211-20/+29
* drm/msm: Fix mmap to include VM_IO and VM_DONTDUMPDouglas Anderson2021-11-211-2/+1
* drm/msm/devfreq: Fix OPP refcnt leakRob Clark2021-11-211-0/+5
* drm/msm/a6xx: Allocate enough space for GMU registersDouglas Anderson2021-11-211-2/+2
* Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-12118-750/+1474
|\
| * Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-11-127-11/+54
| |\
| | * drm/ttm: Double check mem_type of BO while evictionxinhui pan2021-11-111-1/+2
| | * drm/nouveau: clean up all clients on device removalJeremy Cline2021-11-041-0/+30
| | * drm/nouveau: Add a dedicated mutex for the clients listJeremy Cline2021-11-042-4/+11
| | * drm/nouveau: use drm_dev_unplug() during device removalJeremy Cline2021-11-041-1/+1
| | * drm/nouveau/svm: Fix refcount leak bug and missing check against null bugChenyuan Mi2021-11-041-0/+4
| | * ce/gf100: fix incorrect CE0 address calculation on some GPUsBen Skeggs2021-11-042-3/+2
| | * drm/prime: Fix use after free in mmap with drm_gem_ttm_mmapAnand K Mistry2021-11-031-2/+4
| * | BackMerge tag 'v5.15' into drm-nextDave Airlie2021-11-125-1/+18
| |\ \
| * \ \ Merge tag 'amd-drm-fixes-5.16-2021-11-10' of https://gitlab.freedesktop.org/a...Dave Airlie2021-11-1132-79/+205
| |\ \ \
| | * | | drm/amdgpu: add missed support for UVD IP_VERSION(3, 0, 64)Guchun Chen2021-11-103-0/+3
| | * | | drm/amdgpu: drop jpeg IP initialization in SRIOV caseGuchun Chen2021-11-101-1/+2
| | * | | drm/amd/display: reject both non-zero src_x and src_y only for DCN1xShirish S2021-11-101-9/+11
| | * | | drm/amd/display: Add callbacks for DMUB HPD IRQ notificationsNicholas Kazlauskas2021-11-091-2/+15
| | * | | drm/amd/display: Don't lock connection_mutex for DMUB HPDNicholas Kazlauskas2021-11-091-4/+0
| | * | | drm/amd/display: Add comment where CONFIG_DRM_AMD_DC_DCN macro endsAnson Jacob2021-11-093-7/+9
| | * | | drm/amdkfd: Fix retry fault drain race conditionsFelix Kuehling2021-11-092-5/+20
| | * | | drm/amdkfd: lower the VAs base offset to 8KBAlex Sierra2021-11-091-1/+1
| | * | | drm/amd/display: fix exit from amdgpu_dm_atomic_check() abruptlyShirish S2021-11-091-1/+1
| | * | | drm/amd/amdgpu: fix the kfd pre_reset sequence in sriovshaoyunl2021-11-091-4/+1
| | * | | drm/amdgpu: fix uvd crash on Polaris12 during driver unloadingEvan Quan2021-11-091-11/+13
| | * | | drm/amdgpu: fix SI handling in amdgpu_device_asic_has_dc_support()Alex Deucher2021-11-051-1/+11