aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-11-20drm/i915: Also check for VGA converter in eDP probeVille Syrjälä1-6/+22
2023-11-20drm/i915: Track gt pm wakerefsAndrzej Hajda24-90/+197
2023-11-20drm/i915: Replace custom intel runtime_pm tracker with ref_tracker libraryAndrzej Hajda7-217/+86
2023-11-20drm/i915/gsc: Mark internal GSC engine with reserved uabi classTvrtko Ursulin1-17/+22
2023-11-20drm/i915: Add __rcu annotation to cursor when iterating client objectsTvrtko Ursulin1-1/+1
2023-11-20drm/i915: Remove return type from i915_drm_client_remove_objectTvrtko Ursulin2-6/+5
2023-11-20drm/i915: do not clean GT table on error pathAndrzej Hajda2-14/+1
2023-11-20drm/i915/dp_mst: Fix race between connector registration and setupImre Deak1-8/+8
2023-11-20Merge tag 'drm-misc-next-2023-11-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter82-3125/+2804
2023-11-20drm/panel-elida-kd35t133: Drop prepare/unprepare logicChris Morgan1-11/+0
2023-11-20drm/panel-elida-kd35t133: Drop shutdown logicChris Morgan1-17/+0
2023-11-20drm/panel-elida-kd35t133: drop drm_connector_set_orientation_from_panelChris Morgan1-5/+0
2023-11-20drm/panel-elida-kd35t133: hold panel in reset for unprepareChris Morgan1-0/+2
2023-11-20drm/panel-elida-kd35t133: trival: update panel size from 5.5 to 3.5Chris Morgan1-1/+1
2023-11-20drm/panel: nv3051d: Add Powkiddy RK2023 Panel SupportChris Morgan1-11/+44
2023-11-20drm/panel: nv3051d: Hold panel in reset for unprepareChris Morgan1-0/+2
2023-11-19drm/panel: simple: Fix Innolux G101ICE-L01 timingsMarek Vasut1-6/+6
2023-11-19drm/panel: simple: Fix Innolux G101ICE-L01 bus flagsMarek Vasut1-0/+1
2023-11-17drm/msm: remove unnecessary NULL checkDan Carpenter1-2/+1
2023-11-17drm/i915/mtl: Update Wa_22018931422Radhakrishna Sripada1-2/+1
2023-11-17Merge tag 'drm-fixes-2023-11-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds31-95/+182
2023-11-17drm/panel: auo,b101uan08.3: Fine tune the panel power sequenceXuxin Xiong1-0/+1
2023-11-17drm/i915/dg2: Wa_18028616096 now applies to all DG2Matt Roper1-5/+3
2023-11-17drm/amdgpu: Add function parameter 'xcc_mask' not described in 'amdgpu_vm_flu...Srinivasan Shanmugam1-0/+1
2023-11-17drm/amdgpu: add amdgpu runpm usage trace for separate funcsPrike Liang3-0/+21
2023-11-17drm/amdgpu: add pm metrics structure definitionAlex Deucher1-0/+15
2023-11-17drm/amdgpu: expose the connected port num info through sysfsShiwu Zhang1-0/+44
2023-11-17drm/amd/display: Promote DC to 3.2.260Aric Cyr1-1/+1
2023-11-17drm/amd: Exclude dGPUs in eGPU enclosures from DPM quirksMario Limonciello1-2/+6
2023-11-17drm/amd: Use the first non-dGPU PCI device for BW limitsMario Limonciello1-2/+35
2023-11-17drm/amd/display: Add missing chips for HDCPRodrigo Siqueira1-0/+5
2023-11-17drm/amd/display: Add new command to disable replay timing resyncAnthony Koo1-0/+41
2023-11-17drm/amd/display: Enable DSC Flag in MST Mode ValidationFangzhi Zuo1-18/+26
2023-11-17drm/amd/display: Send PQ bit in AMD VSIFKrunoslav Kovac1-2/+4
2023-11-17drm/amd/display: Add disable timeout optionDuncan Ma3-6/+27
2023-11-17drm/amd/display: Enable DCN clock gating for DCN35Daniel Miess11-30/+108
2023-11-17drm/amd/display: Prefer currently used OTG master when acquiring free pipeWenjing Liu2-1/+48
2023-11-17drm/amd/display: Try to acquire a free OTG master not used in cur ctx firstWenjing Liu1-2/+6
2023-11-17drm/amd/display: Refactor resource into component directoryMounika Adhuri68-181/+276
2023-11-17drm/amd/display: add a debugfs interface for the DMUB trace maskHamza Mahfooz2-2/+139
2023-11-17drm/amd/display: Enable CM low mem power optimizationYihan Zhu2-6/+9
2023-11-17drm/amdgpu: correct mca ipid die/socket/addr decodeYang Wang1-5/+13
2023-11-17drm/amd/display: Fix a debugfs null pointer errorAurabindo Pillai1-1/+5
2023-11-17drm/amdkfd: Clear the VALU exception state in the trap handlerLaurent Morichetti2-332/+338
2023-11-17drm/amdgpu: Refactor 'amdgpu_connector_dvi_detect' in amdgpu_connectors.cSrinivasan Shanmugam1-27/+42
2023-11-17drm/amd/pm: Make smu_v13_0_baco_set_armd3_sequence() staticMa Jun2-4/+1
2023-11-17drm/amd/pm: Move some functions to smu_v13_0.c as generic codeMa Jun3-78/+32
2023-11-17drm/radeon: Fix warning using plain integer as NULLAbhinav Singh1-4/+4
2023-11-17amdgpu: Adjust kmalloc_array calls for new -Walloc-sizeSam James5-8/+8
2023-11-17drm/amd/pm: Fix return value and drop redundant paramMa Jun11-38/+28