summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2026-01-05drm/amd/display: Reduce number of arguments of dcn30's CalculatePrefetchSched...Nathan Chancellor-185/+73
2026-01-05drm/amd/display: Apply e4479aecf658 to dmlNathan Chancellor-1/+5
2026-01-05drm/amd/amdgpu: Port over some missing registers and bits from GC 10.1 to 10....Tom St Denis-0/+43
2026-01-05drm/amd/pm: Add smu driver table structureLijo Lazar-0/+88
2026-01-05drm/amd/pm: fix pp_dpm_pcie wrong state issue for smu v13.0.0Yang Wang-2/+4
2026-01-05drm/amd/pm: fix pp_dpm_pcie wrong state issue for smu v13.0.7Yang Wang-2/+4
2026-01-05drm/amd/pm: fix pp_dpm_pcie wrong state issue for smu v14.0.2Yang Wang-2/+4
2026-01-05drm/amd/pm: add smu pcie dpm cap & width convert helperYang Wang-0/+56
2026-01-05drm/amdkfd: update outdated commentJulia Lawall-1/+1
2026-01-05drm/amdgpu: update outdated commentJulia Lawall-1/+2
2026-01-05drm/amd/pm: Disable MMIO access during SMU Mode 1 resetPerry Yuan-3/+16
2026-01-05drm/amdgpu: Refactor amdgpu_gem_va_ioctl for Handling Last Fence Update and T...Srinivasan Shanmugam-53/+82
2026-01-05drm/amdgpu: only check critical address when it is not reservedGangliang Xie-2/+4
2026-01-05drm/amdgpu: Fix query for VPE block_type and ip_countAlan Liu-0/+6
2026-01-05drm/amd/ras: Replace NPS flags in ras moduleJinzhou Su-1/+1
2026-01-05drm/amd/display: Don't repeat DAC load detectionTimur Kristóf-4/+3
2026-01-05drm/amd/display: Add missing encoder setup to DACnEncoderControlTimur Kristóf-12/+15
2026-01-05drm/amd/display: Correct color depth for SelectCRTC_SourceTimur Kristóf-29/+26
2026-01-05drm/amd/display: Pass proper DAC encoder ID to VBIOSTimur Kristóf-5/+12
2026-01-05drm/amdgpu/gfx9: Implement KGQ ring resetAlex Deucher-3/+89
2026-01-05drm/amdgpu/gfx9: rework pipeline sync packet sequenceAlex Deucher-30/+37
2026-01-05drm/amdgpu: avoid a warning in timedout job handlerAlex Deucher-1/+2
2026-01-05drm/amd/amdgpu: Fix SMU warning during isp suspend-resumePratap Nirujogi-0/+67
2026-01-05drm/amd/display: Promote DC to 3.2.364Taimur Hassan-1/+1
2026-01-05drm/amd/display: Replace log macro for analog display detectionAlex Hung-1/+3
2026-01-05drm/amd/display: Check NULL before calling dac_load_detectionAlex Hung-2/+4
2026-01-05drm/amd/display: Update dc_connection_dac_load to dc_connection_analog_loadAlex Hung-6/+6
2026-01-05drm/amd/display: Remove unnecessary divider update flagCruise Hung-5/+1
2026-01-05drm/amd/display: Fix dsc eDP issueCharlene Liu-3/+9
2026-01-05drm/amd/display: Add signal type check for dcn401 get_phyd32clk_srcDmytro Laktyushkin-3/+3
2026-01-05drm/amd/display: Update timing source enumsClay King-0/+1
2026-01-05drm/amd/display: Add new fields to fams2 configDillon Varone-2/+2
2026-01-05drm/amd/display: Consolidate dmub fb info to a single structDillon Varone-26/+33
2026-01-05drm/amd/display: Fix and reenable UPDATE_V3_FLOW_NEW_CONTEXT_MINIMALDominik Kaszewski-41/+39
2026-01-05drm/amd/display: Fix P010, NV12, YUY2 scale down by four times failureKaier Hsueg-1/+2
2026-01-05drm/amd/display: Fix mismatched unlock for DMUB HW lock in HWSS fast pathNicholas Kazlauskas-4/+6
2026-01-05drm/amd/display: Update function name to link_detect_connection_type_analogAlex Hung-3/+3
2026-01-05drm/amd/display: sink EDID data null checkRichard Chiang-0/+3
2026-01-05drm/amd/display: Add frame skip feature support flagChunTao Tso-0/+5
2026-01-05drm/amd/pm: force send pcie parmater on navi1xYang Wang-18/+15
2026-01-05drm/amdgpu: use dma_fence_get_status() for adapter resetAlex Deucher-1/+1
2026-01-05Documentation/amdgpu: Add UMA carveout detailsYo-Jung Leo Lin (AMD)-0/+29
2026-01-05drm/amdgpu: add UMA allocation interfaces to sysfsYo-Jung Leo Lin (AMD)-0/+143
2026-01-05drm/amdgpu: add UMA allocation setting helpersYo-Jung Leo Lin (AMD)-0/+80
2026-01-05drm/amdgpu: add helper to read UMA carveout infoYo-Jung Leo Lin (AMD)-0/+113
2026-01-05drm/amdgpu: parse UMA size-getting/setting bits in ATCS maskYo-Jung Leo Lin (AMD)-1/+7
2026-01-05drm/amdgpu: always backup and reemit fencesAlex Deucher-6/+23
2026-01-05drm/amdgpu: don't reemit ring contents more than onceAlex Deucher-5/+19
2026-01-05drm/amdgpu: add helpers to access cross-die registers smn addr for soc v1_0Le Ma-0/+33
2026-01-05drm/amdgpu: RLC-G VF Register Access InterfaceBokun Zhang-11/+194