Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_connector.h107 int vibrant_hue; member
Dnouveau_connector.c119 *val = asyc->procamp.vibrant_hue; in nouveau_conn_atomic_get_property()
205 if (asyc->procamp.vibrant_hue != val) { in nouveau_conn_atomic_set_property()
206 asyc->procamp.vibrant_hue = val; in nouveau_conn_atomic_set_property()
270 asyc->procamp.vibrant_hue = 90; in nouveau_conn_reset()
321 armc->procamp.vibrant_hue); in nouveau_conn_attach_properties()
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c85 const int hue = asyc->procamp.vibrant_hue - 90; in nv50_head_atomic_check_procamp()