HomeSort by: relevance | last modified time | path
    Searched defs:lb_depth (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_vba.c 524 unsigned int lb_depth; local in function:fetch_pipe_params
526 switch (scl->lb_depth) {
528 lb_depth = 18;
531 lb_depth = 24;
534 lb_depth = 30;
537 lb_depth = 36;
540 lb_depth = 48;
543 lb_depth = 57;
546 lb_depth = 36;
548 mode_lib->vba.LBBitPerPixel[mode_lib->vba.NumberOfActivePlanes] = lb_depth;
    [all...]
display_mode_enums.h 93 enum lb_depth { enum
display_mode_structs.h 301 int lb_depth; member in struct:_vcs_dpi_scaler_ratio_depth_st

Completed in 16 milliseconds