drm/radeon: implement output csc property for DCE5+
Implement the property for DCE5+ asics. Older asics require a slightly more complex process. bug: https://bugs.freedesktop.org/show_bug.cgi?id=83226 Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -366,6 +366,7 @@ struct radeon_crtc {
|
||||
u32 wm_low;
|
||||
u32 wm_high;
|
||||
struct drm_display_mode hw_mode;
|
||||
enum radeon_output_csc output_csc;
|
||||
};
|
||||
|
||||
struct radeon_encoder_primary_dac {
|
||||
@@ -459,6 +460,7 @@ struct radeon_encoder {
|
||||
bool is_ext_encoder;
|
||||
u16 caps;
|
||||
struct radeon_audio_funcs *audio;
|
||||
enum radeon_output_csc output_csc;
|
||||
};
|
||||
|
||||
struct radeon_connector_atom_dig {
|
||||
|
Reference in New Issue
Block a user