Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c92 bool amdgpu_dm_crtc_vrr_active(struct dm_crtc_state *dm_state) in amdgpu_dm_crtc_vrr_active()
151 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in dm_set_vblank()
216 struct dm_crtc_state *cur = to_dm_crtc_state(state); in dm_crtc_destroy_state()
231 struct dm_crtc_state *state, *cur; in dm_crtc_duplicate_state()
271 struct dm_crtc_state *state; in dm_crtc_reset_state()
351 struct dm_crtc_state *dm_new_crtc_state = in dm_update_crtc_active_planes()
377 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in dm_crtc_helper_atomic_check() local
384 if (WARN_ON(unlikely(!dm_crtc_state->stream && in dm_crtc_helper_atomic_check()
385 amdgpu_dm_crtc_modeset_required(crtc_state, NULL, dm_crtc_state->stream)))) { in dm_crtc_helper_atomic_check()
406 dm_crtc_state->update_type != UPDATE_TYPE_FAST) { in dm_crtc_helper_atomic_check()
[all …]
H A Damdgpu_dm_crc.h30 struct dm_crtc_state;
79 struct dm_crtc_state *dm_crtc_state,
H A Damdgpu_dm_debugfs.c1012 struct dm_crtc_state *dm_crtc_state = NULL; in amdgpu_current_bpc_show() local
1021 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_bpc_show()
1022 if (dm_crtc_state->stream == NULL) in amdgpu_current_bpc_show()
1025 switch (dm_crtc_state->stream->timing.display_color_depth) { in amdgpu_current_bpc_show()
1064 struct dm_crtc_state *dm_crtc_state = NULL; in amdgpu_current_colorspace_show() local
1072 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_colorspace_show()
1073 if (dm_crtc_state->stream == NULL) in amdgpu_current_colorspace_show()
1076 switch (dm_crtc_state->stream->output_color_space) { in amdgpu_current_colorspace_show()
1224 struct dm_crtc_state *acrtc_state; in dp_sdp_message_debugfs_write()
1535 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_clock_en_write() local
[all …]
H A Damdgpu_dm.h724 struct dm_crtc_state { struct
748 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) argument
813 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc);
814 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc,
H A Damdgpu_dm_crc.c213 struct dm_crtc_state *dm_crtc_state, in amdgpu_dm_crtc_configure_crc_source() argument
217 struct dc_stream_state *stream_state = dm_crtc_state->stream; in amdgpu_dm_crtc_configure_crc_source()
259 struct dm_crtc_state *crtc_state; in amdgpu_dm_crtc_set_crc_source()
420 struct dm_crtc_state *crtc_state; in amdgpu_dm_crtc_handle_crc_irq()
H A Damdgpu_dm_crtc.h40 bool amdgpu_dm_crtc_vrr_active(struct dm_crtc_state *dm_state);
H 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()
H A Damdgpu_dm_mst_types.c1428 struct dm_crtc_state *dm_state = to_dm_crtc_state(new_state);
1459 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed()
1465 if (dm_crtc_state->stream && dm_crtc_state->stream->link) in pre_validate_dsc()
1466 if (is_link_to_dschub(dm_crtc_state->stream->link)) in pre_validate_dsc()
1510 struct dm_crtc_state *dm_old_crtc_state; in pre_validate_dsc()
1452 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); is_dsc_precompute_needed() local
H A Damdgpu_dm.c341 static inline bool is_dc_timing_adjust_needed(struct dm_crtc_state *old_state, in is_dc_timing_adjust_needed()
342 struct dm_crtc_state *new_state) in is_dc_timing_adjust_needed()
2819 struct dm_crtc_state *dm_new_crtc_state; in dm_resume()
5065 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes()
5112 ret = amdgpu_dm_update_plane_color_mgmt(dm_crtc_state, dc_plane_state); in fill_dc_dirty_rect()
5172 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects()
5194 if (!dm_crtc_state->mpo_requested) { in fill_dc_dirty_rects()
5266 dm_crtc_state in update_stream_scaling_settings()
5039 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); fill_dc_plane_attributes() local
5146 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); fill_dc_dirty_rects() local
[all...]
H A Damdgpu_dm_plane.c1234 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in amdgpu_dm_plane_handle_cursor_update()