Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/
Ddc_spl_types.h466 struct basic_out { struct
467 struct spl_size output_size; // Output Size
468 struct spl_rect dst_rect; // Destination Rect
469 struct spl_rect src_rect; // Source rect
470 int odm_combine_factor; // deprecated
471 struct spl_rect odm_slice_rect; // OPP input rect in timing active
472 enum spl_view_3d view_format; // TODO: View format Check if it is chroma subsampling
473 bool always_scale; // Is always scale enabled? Required for getting SCL_MODE
474 int max_downscale_src_width; // Required to get optimal no of taps
475 bool alpha_en;
[all …]