Home
last modified time | relevance | path

Searched defs:dm_crtc_state (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h983 struct dm_crtc_state { struct
984 struct drm_crtc_state base;
985 struct dc_stream_state *stream;
987 bool cm_has_degamma;
988 bool cm_is_degamma_srgb;
990 bool mpo_requested;
992 int update_type;
993 int active_planes;
1018 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) argument
H A Damdgpu_dm_crtc.c646 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in amdgpu_dm_crtc_helper_atomic_check() local
H A Damdgpu_dm_mst_types.c1644 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed() local
H A Damdgpu_dm.c6309 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes() local
6420 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects() local
12391 struct dm_crtc_state *dm_crtc_state, in dm_crtc_get_cursor_mode()