summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-03-13drm/amd/display: avoid NPD when ASIC does not support DMUBThadeu Lima de Souza Cascardo-0/+4
2025-03-13drm/amd/amdgpu: Fix MES init sequenceShaoyun Liu-60/+57
2025-03-13drm/amdgpu: Enable ACA by default for psp v13_0_6/v13_0_14Xiang Liu-2/+4
2025-03-13drm/amdkfd: Correct F8_MODE for gfx950Amber Lin-2/+1
2025-03-13drm/amdgpu: Save PA of bad pages for old asicsganglxie-5/+28
2025-03-13drm/amdgpu: set CP_HQD_PQ_DOORBELL_CONTROL.DOORBELL_MODE to 1 for sriov multi...Emily Deng-4/+25
2025-03-13drm/amdgpu: Add amdgpu_sriov_multi_vf_mode functionEmily Deng-7/+9
2025-03-13drm/amdgpu/pm: enable vcn busy sysfs for GC 9.3.0Alex Deucher-1/+2
2025-03-13drm/amdgpu/pm: enable vcn busy sysfs for GC 12.xAlex Deucher-1/+3
2025-03-13drm/amdkfd: Fix instruction hazard in gfx12 trap handlerJay Cornwall-355/+404
2025-03-13drm/amdgpu/pm: enable vcn busy sysfs for additional GC 11.xAlex Deucher-6/+12
2025-03-13drm/amdgpu/pm: add VCN activity for SMU 14.0.2Alex Deucher-0/+10
2025-03-13drm/amdgpu/pm: add VCN activity for SMU 13.0.0/7Alex Deucher-0/+20
2025-03-13drm/amd/display: Remove incorrect macro guardAlex Hung-3/+0
2025-03-13drm/amdgpu: Calculate IP specific xgmi bandwidthLijo Lazar-1/+6
2025-03-13drm/amdgpu/pm: add VCN activity for renoirAlex Deucher-0/+6
2025-03-13drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2Alex Deucher-0/+35
2025-03-13drm/amdgpu: Reduce dequeue retry timeout for gfx9 familyHarish Kasiviswanathan-52/+72
2025-03-13drm/amd/pm: Update feature list for smu_v13_0_12Asad Kamal-1/+8
2025-03-13drm/amdgpu/gfx12: don't read registers in mqd initAlex Deucher-15/+33
2025-03-13drm/amdgpu/gfx11: don't read registers in mqd initAlex Deucher-15/+32
2025-03-13drm/amdgpu: Fix the race condition for draining retry faultEmily Deng-14/+17
2025-03-13drm/amdgpu: Remove unsupported xgmi versionsLijo Lazar-40/+0
2025-03-13drm/amd/pm: add unique_id for gfx12Harish Kasiviswanathan-0/+2
2025-03-13drm/amdgpu: Update SRIOV video codec capsDavid Rosca-16/+10
2025-03-13drm/amdgpu: Remove JPEG from vega and carrizo video capsDavid Rosca-8/+0
2025-03-13drm/amdgpu: Fix JPEG video caps max size for navi1x and ravenDavid Rosca-2/+2
2025-03-13drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max sizeDavid Rosca-36/+36
2025-03-13drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse()Nikita Zhandarovich-1/+1
2025-03-14Merge tag 'drm-intel-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/...Dave Airlie-4/+6
2025-03-14Merge tag 'drm-misc-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-24/+45
2025-03-13drm/v3d: Set job pointer to NULL when the job's fence has an errorMaíra Canal-4/+14
2025-03-13drm/v3d: Don't run jobs that have errors flagged in its fenceMaíra Canal-1/+8
2025-03-13drm/xe/eustall: Fix a possible pointer dereference after freeHarish Chegondi-7/+1
2025-03-13drm/client: s/unsigned int i/int i/Ville Syrjälä-3/+3
2025-03-13drm/client: Move variables to tighter scopeVille Syrjälä-15/+18
2025-03-13drm/client: s/new_crtc/crtc/Ville Syrjälä-6/+6
2025-03-13drm/client: Stop using the legacy crtc->modeVille Syrjälä-12/+1
2025-03-13drm/client: Make copies of modesVille Syrjälä-15/+47
2025-03-13drm/client: Streamline mode selection debugsVille Syrjälä-37/+33
2025-03-13drm/client: Use array notation for function argumentsVille Syrjälä-21/+21
2025-03-13drm/client: Constify modesVille Syrjälä-19/+23
2025-03-13drm/i915/xe3lpd: Update bandwidth parametersGustavo Sousa-1/+10
2025-03-13drm/i915/display: Convert intel_bw.c externally to intel_displayGustavo Sousa-29/+24
2025-03-13drm/i915/display: Convert intel_bw.c internally to intel_displayGustavo Sousa-199/+217
2025-03-13drm/i915/display: Enable MSA Ignore Timing PAR only when in not fixed_rr modeAnkit Nautiyal-1/+14
2025-03-13drm/i915/vrr: Prepare for fixed refresh rate timingsAnkit Nautiyal-5/+82
2025-03-13drm/i915/vrr: Use crtc_vtotal for vminAnkit Nautiyal-11/+10
2025-03-13drm/i915/vrr: Track vrr.enable only for variable timingAnkit Nautiyal-2/+16
2025-03-13drm/i915/vrr: Disable CMRRAnkit Nautiyal-1/+2