Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc_types.h426 struct dc_dwb_params { struct
427 unsigned int dwbscl_black_color; /* must be in FP1.5.10 */
428 unsigned int hdr_mult; /* must be in FP1.6.12 */
429 struct cm_grph_csc_adjustment csc_params;
430 struct dwb_stereo_params stereo_params;
431 struct dc_dwb_cnv_params cnv_params; /* CNV source size and cropping window parameters */
432 unsigned int dest_width; /* Destination width */
433 unsigned int dest_height; /* Destination height */
434 enum dwb_scaler_mode out_format; /* default = YUV420 - TODO: limit this to 0 and 1 on dcn3 */
435 enum dwb_output_depth output_depth; /* output pixel depth - 8bpc or 10bpc */
[all …]