[PATCH 4/5] drm/amdgpu: add userq firmware version checks

2025-03-01 Thread Alex Deucher
Currently disabled until the firmwares are officially released. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 14 ++ drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 7 +-- drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | 4 +++- drivers/gpu/drm/amd/amdgpu/sdma_v7_0.

[PATCH v2 5/5] drm/amd/display: Add a new dcdebugmask to allow turning off brightness curve

2025-03-01 Thread Mario Limonciello
Upgrading the kernel may cause some systems that were previously not using a firmware specified brightness curve to use one. In the event of problems with this curve (for example an interpolation error) add a new dcdebugmask value that can be used to turn it off. Also add an info message to show

Re: [PATCH v2 0/2] Uniformize defines between DCE6, DCE8 and DCE10

2025-03-01 Thread Alexandre Demers
On Fri, Feb 28, 2025 at 9:31 PM Alexandre Demers wrote: > > Keep a uniform way of where and how variables are defined between > DCE6, DCE8 and DCE10. It is easier to understand the code, their > similarities and their modifications. > > Alexandre Demers (2): > drm/amdgpu: add or move defines for

Re: [PATCH v2 5/5] drm/amd/display: Add a new dcdebugmask to allow turning off brightness curve

2025-03-01 Thread Alex Hung
Reviewed-by: Alex Hung On 2/28/25 11:51, Mario Limonciello wrote: Upgrading the kernel may cause some systems that were previously not using a firmware specified brightness curve to use one. In the event of problems with this curve (for example an interpolation error) add a new dcdebugmask val

[PATCH v2 0/2] drm/amdgpu: add empty functions

2025-03-01 Thread Alexandre Demers
Third set of split patchset. Add to DCE6 dce_v6_0_soft_reset() dce_v6_0_set_crtc_vline_interrupt_state() to DCE6 Alexandre Demers (2): drm/amdgpu: add dce_v6_0_soft_reset() to DCE6 drm/amdgpu: complete dce_v6_0_set_crtc_vline_interrupt_state() in DCE6 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c |