Searched refs:dm_crtc_state (Results 1 – 6 of 6) sorted by relevance
30 struct dm_crtc_state;74 struct dm_crtc_state *dm_crtc_state,
528 struct dm_crtc_state { struct551 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) argument626 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc);627 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc,
834 struct dm_crtc_state *dm_crtc_state = NULL; in output_bpc_show() local852 dm_crtc_state = to_dm_crtc_state(crtc->state); in output_bpc_show()853 if (dm_crtc_state->stream == NULL) in output_bpc_show()856 switch (dm_crtc_state->stream->timing.display_color_depth) { in output_bpc_show()1005 struct dm_crtc_state *acrtc_state; in dp_sdp_message_debugfs_write()1380 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_clock_en_write() local1438 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_clock_en_write()1439 if (dm_crtc_state->stream == NULL) in dp_dsc_clock_en_write()1449 dm_crtc_state->dsc_force_changed = true; in dp_dsc_clock_en_write()1566 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_slice_width_write() local[all …]
169 struct dm_crtc_state *dm_crtc_state, in amdgpu_dm_crtc_configure_crc_source() argument173 struct dc_stream_state *stream_state = dm_crtc_state->stream; in amdgpu_dm_crtc_configure_crc_source()192 dm_crtc_state->stream); in amdgpu_dm_crtc_configure_crc_source()229 struct dm_crtc_state *crtc_state; in amdgpu_dm_crtc_set_crc_source()381 struct dm_crtc_state *crtc_state; in amdgpu_dm_crtc_handle_crc_irq()
339 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc) in amdgpu_dm_update_crtc_color_mgmt()453 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc, in amdgpu_dm_update_plane_color_mgmt()
336 static inline bool amdgpu_dm_vrr_active(struct dm_crtc_state *dm_state) in amdgpu_dm_vrr_active()342 static inline bool is_dc_timing_adjust_needed(struct dm_crtc_state *old_state, in is_dc_timing_adjust_needed()343 struct dm_crtc_state *new_state) in is_dc_timing_adjust_needed()2197 struct dm_crtc_state *dm_new_crtc_state; in dm_resume()5064 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes() local5110 ret = amdgpu_dm_update_plane_color_mgmt(dm_crtc_state, dc_plane_state); in fill_dc_plane_attributes()5913 struct dm_crtc_state *cur = to_dm_crtc_state(state); in dm_crtc_destroy_state()5928 struct dm_crtc_state *state; in dm_crtc_reset_state()5943 struct dm_crtc_state *state, *cur; in dm_crtc_duplicate_state()6003 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in dm_set_vblank()[all …]