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.
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
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
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
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 |