aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-09-20drm/bridge: panel: Fix device link for DRM_BRIDGE_ATTACH_NO_CONNECTORAngeloGioacchino Del Regno1-8/+9
2023-09-20drm/amdgpu: add amdgpu mca debug sysfs supportYang Wang3-0/+120
2023-09-20drm/amdgpu: add VPE IP discovery info to HW IP info queryAlex Deucher1-0/+4
2023-09-20drm/amdgpu: add amdgpu smu mca dump feature supportYang Wang2-0/+129
2023-09-20Documentation/amdgpu: Modify pp_dpm_*clk detailsLijo Lazar1-1/+9
2023-09-20drm/amd: Enable seamless boot by default on newer ASICsMario Limonciello1-11/+4
2023-09-20drm/amd: Add a module parameter for seamless bootMario Limonciello3-3/+26
2023-09-20drm/amd: Add HDP flush during jpeg initTimmy Tsai1-0/+3
2023-09-20drm/amd: Move seamless boot check out of displayMario Limonciello4-24/+23
2023-09-20drm/amd: Drop special case for yellow carp without discoveryMario Limonciello1-6/+0
2023-09-20drm/amd/pm:Fix GFX deep sleep clock reportingLijo Lazar1-1/+9
2023-09-20drm/amd/pm: Fix clock reporting for SMUv13.0.6Lijo Lazar1-97/+62
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar94-593/+714
2023-09-20i915/pmu: Move execlist stats initialization to execlist specific setupUmesh Nerlige Ramappa2-1/+2
2023-09-20drm/i915/gt: Prevent error pointer dereferenceDan Carpenter1-2/+3
2023-09-20drm/meson: fix memory leak on ->hpd_notify callbackJani Nikula1-0/+2
2023-09-20drm: Update file owner during useTvrtko Ursulin7-13/+60
2023-09-20drm/bridge: tc358768: Attempt to fix DSI horizontal timingsTomi Valkeinen1-28/+185
2023-09-20drm/bridge: tc358768: Fix tc358768_ns_to_cnt()Tomi Valkeinen1-1/+1
2023-09-20drm/bridge: tc358768: Clean up clock period codeTomi Valkeinen1-31/+29
2023-09-20drm/bridge: tc358768: Rename dsibclk to hsbyteclkTomi Valkeinen1-24/+24
2023-09-20drm/bridge: tc358768: Use dev for dbg prints, not priv->devTomi Valkeinen1-20/+21
2023-09-20drm/bridge: tc358768: Print logical values, not raw register valuesTomi Valkeinen1-9/+12
2023-09-20drm/bridge: tc358768: Use struct videomodeTomi Valkeinen1-21/+24
2023-09-20drm/bridge: tc358768: Cleanup PLL calculationsTomi Valkeinen1-7/+7
2023-09-20drm/bridge: tc358768: Fix bit updatesTomi Valkeinen1-6/+7
2023-09-20drm/bridge: tc358768: Default to positive h/v syncsTomi Valkeinen1-0/+18
2023-09-20drm/bridge: tc358768: Fix use of uninitialized variableTomi Valkeinen1-0/+4
2023-09-20drm/tegra: rgb: Parameterize V- and H-sync polaritiesThierry Reding1-3/+13
2023-09-20drm/bridge/analogix/anx78xx: Add missing definitionAlicja Michalska1-0/+2
2023-09-19drm/nouveau/kms/nv50-: disable dcb parsingBen Skeggs3-8/+10
2023-09-19drm/nouveau/kms/nv50-: create outputs based on nvkm infoBen Skeggs9-50/+223
2023-09-19drm/nouveau/kms/nv50-: create connectors based on nvkm infoBen Skeggs8-72/+139
2023-09-19drm/nouveau/kms/nv50-: name aux channels after their connectorBen Skeggs1-16/+9
2023-09-19drm/nouveau/kms/nv50-: create heads after outps/connsBen Skeggs1-32/+32
2023-09-19drm/nouveau/kms/nv50-: create heads based on nvkm head maskBen Skeggs1-15/+3
2023-09-19drm/nouveau/disp/nv50-: skip DCB_OUTPUT_TVBen Skeggs1-1/+1
2023-09-19drm/nouveau/disp: move outp init/fini paths to chipset codeBen Skeggs6-56/+22
2023-09-19drm/nouveau/disp: move outp/conn construction to chipset codeBen Skeggs2-118/+121
2023-09-19drm/nouveau/disp: add dp mst id get/put methodsBen Skeggs9-4/+137
2023-09-19drm/nouveau/disp: add dp sst config methodBen Skeggs5-0/+54
2023-09-19drm/nouveau/disp: move link training out of supervisorBen Skeggs9-146/+218
2023-09-19drm/nouveau/disp: add dp train methodBen Skeggs9-176/+143
2023-09-19drm/nouveau/kms/nv50-: fixup sink D3 before tearing down linkBen Skeggs3-10/+19
2023-09-19drm/nouveau/kms/nv50-: flush mst disables togetherBen Skeggs2-11/+1
2023-09-19drm/nouveau/kms/nv50-: split DP disable+enable into two modesetsBen Skeggs1-1/+2
2023-09-19drm/nouveau/disp: add dp rates methodBen Skeggs8-99/+189
2023-09-19drm/nouveau/disp: add dp aux xfer methodBen Skeggs9-31/+94
2023-09-19drm/nouveau/disp: move dp aux pwr method to HALBen Skeggs3-3/+16
2023-09-19drm/nouveau/disp: add hdmi audio hal functionBen Skeggs2-1/+10