Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_connector.h156 int vibrant_hue; member
Dnouveau_connector.c119 *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()
261 asyc->procamp.vibrant_hue = 90; in nouveau_conn_reset()
306 armc->procamp.vibrant_hue); in nouveau_conn_attach_properties()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c72 const int hue = asyc->procamp.vibrant_hue - 90; in nv50_head_atomic_check_procamp()