Home
last modified time | relevance | path

Searched refs:vibrant_hue (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.h107 int vibrant_hue; member
H A Dnouveau_connector.c118 *val = asyc->procamp.vibrant_hue; in nouveau_conn_atomic_get_property()
204 if (asyc->procamp.vibrant_hue != val) { in nouveau_conn_atomic_set_property()
205 asyc->procamp.vibrant_hue = val; in nouveau_conn_atomic_set_property()
269 asyc->procamp.vibrant_hue = 90; in nouveau_conn_reset()
320 armc->procamp.vibrant_hue); in nouveau_conn_attach_properties()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c84 const int hue = asyc->procamp.vibrant_hue - 90; in nv50_head_atomic_check_procamp()