Home
last modified time | relevance | path

Searched refs:dm_crtc_state (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_crtc.c92 bool amdgpu_dm_vrr_active(struct dm_crtc_state *dm_state) in amdgpu_dm_vrr_active()
152 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in dm_set_vblank()
215 struct dm_crtc_state *cur = to_dm_crtc_state(state); in dm_crtc_destroy_state()
230 struct dm_crtc_state *state, *cur; in dm_crtc_duplicate_state()
270 struct dm_crtc_state *state; in dm_crtc_reset_state()
350 struct dm_crtc_state *dm_new_crtc_state = in dm_update_crtc_active_planes()
376 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in dm_crtc_helper_atomic_check() local
383 if (WARN_ON(unlikely(!dm_crtc_state->stream && in dm_crtc_helper_atomic_check()
384 modeset_required(crtc_state, NULL, dm_crtc_state->stream)))) { in dm_crtc_helper_atomic_check()
401 if (!dm_crtc_state->stream) in dm_crtc_helper_atomic_check()
[all …]
A Damdgpu_dm_crc.h30 struct dm_crtc_state;
79 struct dm_crtc_state *dm_crtc_state,
A Damdgpu_dm.h708 struct dm_crtc_state { struct
732 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) argument
799 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc);
800 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc,
A Damdgpu_dm_debugfs.c865 struct dm_crtc_state *dm_crtc_state = NULL; in amdgpu_current_bpc_show() local
875 if (dm_crtc_state->stream == NULL) in amdgpu_current_bpc_show()
1024 struct dm_crtc_state *acrtc_state; in dp_sdp_message_debugfs_write()
1415 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_clock_en_write() local
1474 if (dm_crtc_state->stream == NULL) in dp_dsc_clock_en_write()
1600 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_slice_width_write() local
1658 if (dm_crtc_state->stream == NULL) in dp_dsc_slice_width_write()
1783 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_slice_height_write() local
1842 if (dm_crtc_state->stream == NULL) in dp_dsc_slice_height_write()
1960 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_bits_per_pixel_write() local
[all …]
A Damdgpu_dm_crc.c204 struct dm_crtc_state *dm_crtc_state, in amdgpu_dm_crtc_configure_crc_source() argument
211 struct dc_stream_state *stream_state = dm_crtc_state->stream; in amdgpu_dm_crtc_configure_crc_source()
266 struct dm_crtc_state *crtc_state; in amdgpu_dm_crtc_set_crc_source()
427 struct dm_crtc_state *crtc_state; in amdgpu_dm_crtc_handle_crc_irq()
A Damdgpu_dm_crtc.h40 bool amdgpu_dm_vrr_active(struct dm_crtc_state *dm_state);
A Damdgpu_dm_mst_types.c1267 struct dm_crtc_state *dm_state = to_dm_crtc_state(new_state); in find_crtc_index_in_state_by_stream()
1298 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed() local
1304 if (dm_crtc_state->stream && dm_crtc_state->stream->link) in is_dsc_precompute_needed()
1305 if (is_link_to_dschub(dm_crtc_state->stream->link)) in is_dsc_precompute_needed()
1349 struct dm_crtc_state *dm_old_crtc_state; in pre_validate_dsc()
A Damdgpu_dm_color.c395 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc) in amdgpu_dm_update_crtc_color_mgmt()
510 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc, in amdgpu_dm_update_plane_color_mgmt()
A Damdgpu_dm.c343 struct dm_crtc_state *new_state) in is_dc_timing_adjust_needed()
2707 struct dm_crtc_state *dm_new_crtc_state; in dm_resume()
4971 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes() local
5083 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects() local
5102 if (!dm_crtc_state->mpo_requested) { in fill_dc_dirty_rects()
7682 struct dm_crtc_state *new_crtc_state, in update_freesync_state_on_stream()
7777 struct dm_crtc_state *new_crtc_state) in update_stream_irq_parameters()
7835 struct dm_crtc_state *new_state) in amdgpu_dm_handle_vrr_transition()
8922 struct dm_crtc_state *acrtc_state; in dm_restore_drm_connector_state()
8996 struct dm_crtc_state *new_crtc_state, in get_freesync_config_for_crtc()
[all …]
A Damdgpu_dm_plane.c1238 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in handle_cursor_update()

Completed in 47 milliseconds