Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c96 bool amdgpu_dm_crtc_vrr_active(const struct dm_crtc_state *dm_state) in amdgpu_dm_crtc_vrr_active()
275 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_set_vblank()
409 struct dm_crtc_state *cur = to_dm_crtc_state(state); in amdgpu_dm_crtc_destroy_state()
424 struct dm_crtc_state *state, *cur; in amdgpu_dm_crtc_duplicate_state()
472 struct dm_crtc_state *state; in amdgpu_dm_crtc_reset_state()
521 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(state); in amdgpu_dm_atomic_crtc_set_property()
546 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(state); in amdgpu_dm_atomic_crtc_get_property()
620 struct dm_crtc_state *dm_new_crtc_state = in amdgpu_dm_crtc_update_crtc_active_planes()
646 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in amdgpu_dm_crtc_helper_atomic_check() local
653 if (WARN_ON(unlikely(!dm_crtc_state->stream && in amdgpu_dm_crtc_helper_atomic_check()
[all …]
H A Damdgpu_dm.h983 struct dm_crtc_state { struct
1018 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) argument
1091 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc);
1092 int amdgpu_dm_check_crtc_color_mgmt(struct dm_crtc_state *crtc,
1094 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc,
H A Damdgpu_dm_mst_types.c1613 struct dm_crtc_state *dm_state = to_dm_crtc_state(new_state); in find_crtc_index_in_state_by_stream()
1644 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed() local
1650 if (dm_crtc_state->stream && dm_crtc_state->stream->link) in is_dsc_precompute_needed()
1651 if (is_link_to_dschub(dm_crtc_state->stream->link)) in is_dsc_precompute_needed()
1696 struct dm_crtc_state *dm_old_crtc_state; in pre_validate_dsc()
1747 struct dm_crtc_state *dm_new_crtc_state = to_dm_crtc_state(state->crtcs[ind].new_state); in pre_validate_dsc()
H A Damdgpu_dm_ism.c332 struct dm_crtc_state *acrtc_state, in dm_ism_dispatch_power_state()
460 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(acrtc->base.state); in amdgpu_dm_ism_commit_event()
H A Damdgpu_dm.c174 static void reset_freesync_config_for_crtc(struct dm_crtc_state *new_crtc_state);
363 static inline bool is_dc_timing_adjust_needed(struct dm_crtc_state *old_state, in is_dc_timing_adjust_needed()
364 struct dm_crtc_state *new_state) in is_dc_timing_adjust_needed()
3240 struct dm_crtc_state *dm_new_crtc_state; in dm_destroy_cached_state()
6313 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes() local
6357 ret = amdgpu_dm_update_plane_color_mgmt(dm_crtc_state, in fill_dc_plane_attributes()
6424 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects() local
6450 if (!dm_crtc_state->mpo_requested) { in fill_dc_dirty_rects()
6522 dm_crtc_state->base.mode.crtc_hdisplay, in fill_dc_dirty_rects()
6523 dm_crtc_state->base.mode.crtc_vdisplay, in fill_dc_dirty_rects()
[all …]
H A Damdgpu_dm_color.c1194 int amdgpu_dm_check_crtc_color_mgmt(struct dm_crtc_state *crtc, in amdgpu_dm_check_crtc_color_mgmt()
1302 int amdgpu_dm_update_crtc_color_mgmt(struct dm_crtc_state *crtc) in amdgpu_dm_update_crtc_color_mgmt()
1339 map_crtc_degamma_to_dc_plane(struct dm_crtc_state *crtc, in map_crtc_degamma_to_dc_plane()
1973 int amdgpu_dm_update_plane_color_mgmt(struct dm_crtc_state *crtc, in amdgpu_dm_update_plane_color_mgmt()
H A Damdgpu_dm_plane.c1281 struct dm_crtc_state *dm_new_crtc_state; in amdgpu_dm_plane_atomic_async_check()
1353 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in amdgpu_dm_plane_handle_cursor_update()