diff options
| author | Yan Li <[email protected]> | 2025-05-14 15:54:49 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-06-03 19:36:23 +0000 |
| commit | 269c1d1443d6686595ac187c247973014a1ee709 (patch) | |
| tree | 8d4fb4a04225283dcab9db50976a7430a08b1c35 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | |
| parent | drm/amd/display: Update DMCUB loading sequence for DCN3.5 (diff) | |
| download | kernel-269c1d1443d6686595ac187c247973014a1ee709.tar.gz kernel-269c1d1443d6686595ac187c247973014a1ee709.zip | |
drm/amd/display: replace fast_validate with enum dc_validate_mode
[Why]
The boolean fast_validate is used as an
input parameter in multiple functions. To
support more scenarios, we are
replacing it with enum dc_validate_mode.
[How]
The enum dc_validate_mode introduces three
possible values:
1) DC_VALIDATE_MODE_AND_PROGRAMMING:
Apply the mode to hardware
2) DC_VALIDATE_MODE_ONLY:
Check whether the mode can be supported
3) DC_VALIDATE_MODE_AND_STATE_INDEX:
Check if the mode can be supported, and
determine the optimal voltage level
needed to support it.
Reviewed-by: Nicholas Kazlauskas <[email protected]>
Signed-off-by: Yan Li <[email protected]>
Signed-off-by: Wayne Lin <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.h')
0 files changed, 0 insertions, 0 deletions
