Home
last modified time | relevance | path

Searched refs:gg (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Dmanager-sysfs.c367 info.cpr_coefs.gg, in manager_cpr_coef_show()
387 &coefs.gr, &coefs.gg, &coefs.gb, in manager_cpr_coef_store()
392 coefs.gr, coefs.gg, coefs.gb, in manager_cpr_coef_store()
Ddispc.c1064 coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) | in dispc_mgr_set_cpr_coef()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Domapdss.h145 s16 gr, gg, gb; member
Ddispc.c1326 coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) | in dispc_mgr_set_cpr_coef()
/linux-6.1.9/include/video/
Domapfb_dss.h290 s16 gr, gg, gb; member
/linux-6.1.9/drivers/gpu/drm/omapdrm/
Domap_crtc.c388 cpr->gg = omap_crtc_s31_32_to_s2_8(ctm->matrix[4]); in omap_crtc_cpr_coefs_from_ctm()