Lines Matching defs:depth
508 asyh->or.depth = 0;
1510 struct nv50_head_atom *asyh, u8 proto, u8 depth)
1522 asyh->or.depth = depth;
1591 u8 depth = NV837D_SOR_SET_CONTROL_PIXEL_DEPTH_DEFAULT;
1656 depth = nv50_dp_bpc_to_depth(asyh->or.bpc);
1678 nv_encoder->update(nv_encoder, nv_crtc->index, asyh, proto, depth);
1840 case 10: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_BPP_30_444; break;
1841 case 8: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_BPP_24_444; break;
1842 case 6: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_BPP_18_444; break;
1843 default: asyh->or.depth = NV837D_PIOR_SET_CONTROL_PIXEL_DEPTH_DEFAULT; break;