Lines Matching refs:depth
525 asyh->or.depth = 0;
1629 struct nv50_head_atom *asyh, u8 proto, u8 depth)
1641 asyh->or.depth = depth;
1702 u8 depth = NV837D_SOR_SET_CONTROL_PIXEL_DEPTH_DEFAULT;
1765 depth = nv50_dp_bpc_to_depth(asyh->or.bpc);
1779 nv_encoder->update(nv_encoder, nv_crtc->index, asyh, proto, depth);
1938 case 10: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_BPP_30_444; break;
1939 case 8: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_BPP_24_444; break;
1940 case 6: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_BPP_18_444; break;
1941 default: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_DEFAULT; break;