Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h471 struct vop_csc_table { struct
472 const uint32_t *y2r_bt601;
473 const uint32_t *y2r_bt601_12_235;
474 const uint32_t *y2r_bt601_10bit;
475 const uint32_t *y2r_bt601_10bit_12_235;
476 const uint32_t *r2y_bt601;
477 const uint32_t *r2y_bt601_12_235;
478 const uint32_t *r2y_bt601_10bit;
479 const uint32_t *r2y_bt601_10bit_12_235;
481 const uint32_t *y2r_bt709;
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop.h440 struct vop_csc_table { struct
441 const uint32_t *r2y_bt601;
465 const struct vop_csc_table *csc_table; argument