Searched defs:dm_crtc_state (Results 1 – 4 of 4) sorted by relevance
949 struct dm_crtc_state { struct950 struct drm_crtc_state base;951 struct dc_stream_state *stream;953 bool cm_has_degamma;954 bool cm_is_degamma_srgb;956 bool mpo_requested;958 int update_type;959 int active_planes;983 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) argument
670 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in amdgpu_dm_crtc_helper_atomic_check() local
1644 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed() local
6193 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes() local6304 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects() local12235 struct dm_crtc_state *dm_crtc_state, in dm_crtc_get_cursor_mode()