Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h896 struct dm_crtc_state { struct
897 struct drm_crtc_state base;
898 struct dc_stream_state *stream;
900 bool cm_has_degamma;
901 bool cm_is_degamma_srgb;
903 bool mpo_requested;
905 int update_type;
906 int active_planes;
930 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) argument
H A Damdgpu_dm_debugfs.c1090 struct dm_crtc_state *dm_crtc_state = NULL; in amdgpu_current_bpc_show() local
1142 struct dm_crtc_state *dm_crtc_state = NULL; in amdgpu_current_colorspace_show() local
1638 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_clock_en_write() local
1823 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_slice_width_write() local
2006 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_slice_height_write() local
2183 struct dm_crtc_state *dm_crtc_state = NULL; in dp_dsc_bits_per_pixel_write() local
H A Damdgpu_dm_crtc.c637 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_crc.c497 struct dm_crtc_state *dm_crtc_state, in amdgpu_dm_crtc_configure_crc_source()
H A Damdgpu_dm_mst_types.c1604 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed() local
H A Damdgpu_dm.c5881 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes() local
5992 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects() local
11612 struct dm_crtc_state *dm_crtc_state, in dm_crtc_get_cursor_mode()