Searched refs:olut (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 40 if (clr.olut) head->func->olut_clr(head); in nv50_head_flush_clr() 51 if (asyh->set.olut ) { in nv50_head_flush_set() 52 asyh->olut.offset = nv50_lut_load(&head->olut, in nv50_head_flush_set() 53 asyh->olut.mode <= 1, in nv50_head_flush_set() 54 asyh->olut.buffer, in nv50_head_flush_set() 196 struct drm_property_blob *olut = asyh->state.gamma_lut; in nv50_head_atomic_check_lut() local 199 if (olut) { in nv50_head_atomic_check_lut() 203 if (asyh->wndw.olut) { in nv50_head_atomic_check_lut() 207 if (asyh->wndw.olut != asyh->wndw.mask) in nv50_head_atomic_check_lut() 209 olut = NULL; in nv50_head_atomic_check_lut() [all …]
|
D | headc37d.c | 142 evo_data(push, asyh->olut.output_mode << 8 | in headc37d_olut_set() 143 asyh->olut.range << 4 | in headc37d_olut_set() 144 asyh->olut.size); in headc37d_olut_set() 145 evo_data(push, asyh->olut.offset >> 8); in headc37d_olut_set() 146 evo_data(push, asyh->olut.handle); in headc37d_olut_set() 154 asyh->olut.mode = 2; in headc37d_olut() 155 asyh->olut.size = 0; in headc37d_olut() 156 asyh->olut.range = 0; in headc37d_olut() 157 asyh->olut.output_mode = 1; in headc37d_olut() 202 .olut = headc37d_olut,
|
D | head827d.c | 98 evo_data(push, 0x80000000 | asyh->olut.mode << 30); in head827d_olut_set() 99 evo_data(push, asyh->olut.offset >> 8); in head827d_olut_set() 101 evo_data(push, asyh->olut.handle); in head827d_olut_set() 110 .olut = head507d_olut,
|
D | head507d.c | 196 asyh->set.olut = asyh->olut.handle != 0; in head507d_core_set() 251 evo_data(push, 0x80000000 | asyh->olut.mode << 30); in head507d_olut_set() 252 evo_data(push, asyh->olut.offset >> 8); in head507d_olut_set() 261 asyh->olut.mode = 0; in head507d_olut() 263 asyh->olut.mode = 1; in head507d_olut() 311 .olut = head507d_olut,
|
D | atom.h | 21 u32 olut; member 60 } olut; member 120 bool olut:1; member
|
D | head907d.c | 208 evo_data(push, 0x80000000 | asyh->olut.mode << 24); in head907d_olut_set() 209 evo_data(push, asyh->olut.offset >> 8); in head907d_olut_set() 211 evo_data(push, asyh->olut.handle); in head907d_olut_set() 219 asyh->olut.mode = 7; in head907d_olut() 269 .olut = head907d_olut,
|
D | head.h | 13 struct nv50_lut olut; member 23 void (*olut)(struct nv50_head *, struct nv50_head_atom *); member
|
D | head917d.c | 85 .olut = head907d_olut,
|
D | wndw.c | 320 asyh->wndw.olut |= BIT(wndw->id); in nv50_wndw_atomic_check_lut() 322 asyh->wndw.olut &= ~BIT(wndw->id); in nv50_wndw_atomic_check_lut()
|