Searched refs:dm_crtc_state (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_crtc.c | 406 struct dm_crtc_state *cur = to_dm_crtc_state(state); in amdgpu_dm_crtc_destroy_state() 421 struct dm_crtc_state *state, *cur; in amdgpu_dm_crtc_duplicate_state() 463 struct dm_crtc_state *state; in amdgpu_dm_crtc_reset_state() 512 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(state); in amdgpu_dm_atomic_crtc_set_property() 537 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(state); in amdgpu_dm_atomic_crtc_get_property() 611 struct dm_crtc_state *dm_new_crtc_state = in amdgpu_dm_crtc_update_crtc_active_planes() 637 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in amdgpu_dm_crtc_helper_atomic_check() local 644 if (WARN_ON(unlikely(!dm_crtc_state->stream && in amdgpu_dm_crtc_helper_atomic_check() 666 dm_crtc_state->update_type != UPDATE_TYPE_FAST) { in amdgpu_dm_crtc_helper_atomic_check() 674 if (!dm_crtc_state->stream) in amdgpu_dm_crtc_helper_atomic_check() [all …]
|
| H A D | amdgpu_dm_crc.h | 30 struct dm_crtc_state; 125 struct dm_crtc_state *dm_crtc_state,
|
| H A D | amdgpu_dm_debugfs.c | 1090 struct dm_crtc_state *dm_crtc_state = NULL; in amdgpu_current_bpc_show() local 1100 if (dm_crtc_state->stream == NULL) in amdgpu_current_bpc_show() 1142 struct dm_crtc_state *dm_crtc_state = NULL; in amdgpu_current_colorspace_show() local 1151 if (dm_crtc_state->stream == NULL) in amdgpu_current_colorspace_show() 1331 struct dm_crtc_state *acrtc_state; in dp_sdp_message_debugfs_write() 1638 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_clock_en_write() local 1699 if (dm_crtc_state->stream == NULL) in dp_dsc_clock_en_write() 1823 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_slice_width_write() local 1883 if (dm_crtc_state->stream == NULL) in dp_dsc_slice_width_write() 2006 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_slice_height_write() local [all …]
|
| H A D | amdgpu_dm.h | 896 struct dm_crtc_state { struct 930 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) argument 1002 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc); 1003 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc,
|
| H A D | amdgpu_dm_crtc.h | 40 bool amdgpu_dm_crtc_vrr_active(const struct dm_crtc_state *dm_state);
|
| H A D | amdgpu_dm_crc.c | 497 struct dm_crtc_state *dm_crtc_state, in amdgpu_dm_crtc_configure_crc_source() argument 501 struct dc_stream_state *stream_state = dm_crtc_state->stream; in amdgpu_dm_crtc_configure_crc_source() 547 struct dm_crtc_state *crtc_state; in amdgpu_dm_crtc_set_crc_source() 724 struct dm_crtc_state *crtc_state; in amdgpu_dm_crtc_handle_crc_irq()
|
| H A D | amdgpu_dm.c | 373 struct dm_crtc_state *new_state) in is_dc_timing_adjust_needed() 5881 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes() local 5992 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects() local 6018 if (!dm_crtc_state->mpo_requested) { in fill_dc_dirty_rects() 8707 struct dm_crtc_state *acrtc_state) in manage_dm_interrupts() 8948 struct dm_crtc_state *new_crtc_state, in update_freesync_state_on_stream() 9043 struct dm_crtc_state *new_crtc_state) in update_stream_irq_parameters() 10561 struct dm_crtc_state *acrtc_state; in dm_restore_drm_connector_state() 10640 struct dm_crtc_state *new_crtc_state, in get_freesync_config_for_crtc() 10682 struct dm_crtc_state *new_crtc_state) in reset_freesync_config_for_crtc() [all …]
|
| H A D | amdgpu_dm_mst_types.c | 1573 struct dm_crtc_state *dm_state = to_dm_crtc_state(new_state); in find_crtc_index_in_state_by_stream() 1604 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed() local 1610 if (dm_crtc_state->stream && dm_crtc_state->stream->link) in is_dsc_precompute_needed() 1611 if (is_link_to_dschub(dm_crtc_state->stream->link)) in is_dsc_precompute_needed() 1656 struct dm_crtc_state *dm_old_crtc_state; in pre_validate_dsc()
|
| H A D | amdgpu_dm_color.c | 909 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc) in amdgpu_dm_update_crtc_color_mgmt() 1012 map_crtc_degamma_to_dc_plane(struct dm_crtc_state *crtc, in map_crtc_degamma_to_dc_plane() 1203 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc, in amdgpu_dm_update_plane_color_mgmt()
|
| H A D | amdgpu_dm_plane.c | 1268 struct dm_crtc_state *dm_new_crtc_state; in amdgpu_dm_plane_atomic_async_check() 1340 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in amdgpu_dm_plane_handle_cursor_update()
|