| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| H A D | nouveau_dispnv50_head.c | 66 if (asyh->set.dither ) head->func->dither (head, asyh); in nv50_head_flush_set() 91 if (asyc->dither.mode == DITHERING_MODE_AUTO) { in nv50_head_atomic_check_dither() 95 mode = asyc->dither.mode; in nv50_head_atomic_check_dither() 98 if (asyc->dither.depth == DITHERING_DEPTH_AUTO) { in nv50_head_atomic_check_dither() 102 mode |= asyc->dither.depth; in nv50_head_atomic_check_dither() 105 asyh->dither.enable = mode; in nv50_head_atomic_check_dither() 106 asyh->dither.bits = mode >> 1; in nv50_head_atomic_check_dither() 107 asyh->dither.mode = mode >> 3; in nv50_head_atomic_check_dither() 108 asyh->set.dither = true; in nv50_head_atomic_check_dither() 334 asyc->set.dither = true; in nv50_head_atomic_check() [all …]
|
| H A D | nouveau_dispnv50_head917d.c | 37 evo_data(push, asyh->dither.mode << 3 | in head917d_dither() 38 asyh->dither.bits << 1 | in head917d_dither() 39 asyh->dither.enable); in head917d_dither() 103 .dither = head917d_dither,
|
| H A D | nouveau_dispnv50_headc37d.c | 80 evo_data(push, asyh->dither.mode << 8 | in headc37d_dither() 81 asyh->dither.bits << 4 | in headc37d_dither() 82 asyh->dither.enable); in headc37d_dither() 220 .dither = headc37d_dither,
|
| H A D | nouveau_dispnv50_head907d.c | 66 evo_data(push, asyh->dither.mode << 3 | in head907d_dither() 67 asyh->dither.bits << 1 | in head907d_dither() 68 asyh->dither.enable); in head907d_dither() 315 .dither = head907d_dither,
|
| H A D | nouveau_dispnv50_head507d.c | 52 evo_data(push, asyh->dither.mode << 3 | in head507d_dither() 53 asyh->dither.bits << 1 | in head507d_dither() 54 asyh->dither.enable); in head507d_dither() 360 .dither = head507d_dither,
|
| H A D | atom.h | 111 } dither; member 142 bool dither:1; member
|
| H A D | head.h | 42 void (*dither)(struct nv50_head *, struct nv50_head_atom *); member
|
| H A D | nouveau_dispnv50_head827d.c | 128 .dither = head507d_dither,
|
| H A D | nouveau_dispnv50_headc57d.c | 218 .dither = headc37d_dither,
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_connector.c | 120 *val = asyc->dither.mode; in nouveau_conn_atomic_get_property() 122 *val = asyc->dither.depth; in nouveau_conn_atomic_get_property() 197 if (asyc->dither.mode != val) { in nouveau_conn_atomic_set_property() 198 asyc->dither.mode = val; in nouveau_conn_atomic_set_property() 199 asyc->set.dither = true; in nouveau_conn_atomic_set_property() 203 if (asyc->dither.mode != val) { in nouveau_conn_atomic_set_property() 204 asyc->dither.depth = val; in nouveau_conn_atomic_set_property() 205 asyc->set.dither = true; in nouveau_conn_atomic_set_property() 243 asyc->dither = armc->dither; in nouveau_conn_atomic_duplicate_state() 269 asyc->dither.mode = DITHERING_MODE_AUTO; in nouveau_conn_reset() [all …]
|
| H A D | nouveau_connector.h | 75 } dither; member 98 bool dither:1; member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | dvo_ns2501.c | 214 u8 dither; /* configuration of the dithering */ member 241 .dither = 0x0f, 261 .dither = 0x0f, 280 .dither = 0x0f, 644 ns2501_writeb(dvo, NS2501_REGF9, conf->dither); in ns2501_mode_set()
|
| H A D | intel_sdvo_regs.h | 616 unsigned int dither:1; member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| H A D | nouveau_dispnv04_dfp.c | 426 regp->dither = savep->dither | 0x00010000; in nv04_dfp_mode_set() 429 regp->dither = savep->dither | 0x00000001; in nv04_dfp_mode_set() 444 regp->dither = savep->dither; in nv04_dfp_mode_set()
|
| H A D | disp.h | 56 uint32_t dither; member
|
| H A D | nouveau_dispnv04_hw.c | 451 regp->dither = NVReadRAMDAC(dev, head, NV_RAMDAC_DITHER_NV11); in nv_save_state_ramdac() 476 regp->dither = NVReadRAMDAC(dev, head, NV_RAMDAC_FP_DITHER); in nv_save_state_ramdac() 528 NVWriteRAMDAC(dev, head, NV_RAMDAC_DITHER_NV11, regp->dither); in nv_load_state_ramdac() 554 NVWriteRAMDAC(dev, head, NV_RAMDAC_FP_DITHER, regp->dither); in nv_load_state_ramdac()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_rs600.c | 171 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; in avivo_program_fmt() local 176 dither = radeon_connector->dither; in avivo_program_fmt() 188 if (dither == RADEON_FMT_DITHER_ENABLE) in avivo_program_fmt() 195 if (dither == RADEON_FMT_DITHER_ENABLE) in avivo_program_fmt()
|
| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | com_dino.c | 64 uint8_t dither; member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_dce_v8_0.c | 458 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; in dce_v8_0_program_fmt() local 463 dither = amdgpu_connector->dither; in dce_v8_0_program_fmt() 480 if (dither == AMDGPU_FMT_DITHER_ENABLE) in dce_v8_0_program_fmt() 491 if (dither == AMDGPU_FMT_DITHER_ENABLE) in dce_v8_0_program_fmt() 503 if (dither == AMDGPU_FMT_DITHER_ENABLE) in dce_v8_0_program_fmt()
|
| H A D | amdgpu_mode.h | 553 enum amdgpu_connector_dither dither; member
|
| H A D | amdgpu_dce_v10_0.c | 518 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; in dce_v10_0_program_fmt() local 523 dither = amdgpu_connector->dither; in dce_v10_0_program_fmt() 540 if (dither == AMDGPU_FMT_DITHER_ENABLE) { in dce_v10_0_program_fmt() 552 if (dither == AMDGPU_FMT_DITHER_ENABLE) { in dce_v10_0_program_fmt() 565 if (dither == AMDGPU_FMT_DITHER_ENABLE) { in dce_v10_0_program_fmt()
|
| H A D | amdgpu_dce_v11_0.c | 544 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; in dce_v11_0_program_fmt() local 549 dither = amdgpu_connector->dither; in dce_v11_0_program_fmt() 566 if (dither == AMDGPU_FMT_DITHER_ENABLE) { in dce_v11_0_program_fmt() 578 if (dither == AMDGPU_FMT_DITHER_ENABLE) { in dce_v11_0_program_fmt() 591 if (dither == AMDGPU_FMT_DITHER_ENABLE) { in dce_v11_0_program_fmt()
|
| H A D | amdgpu_dce_v6_0.c | 415 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; in dce_v6_0_program_fmt() local 420 dither = amdgpu_connector->dither; in dce_v6_0_program_fmt() 433 if (dither == AMDGPU_FMT_DITHER_ENABLE) in dce_v6_0_program_fmt() 442 if (dither == AMDGPU_FMT_DITHER_ENABLE) in dce_v6_0_program_fmt()
|
| H A D | amdgpu_connectors.c | 521 if (amdgpu_connector->dither != val) { in amdgpu_connector_set_property() 522 amdgpu_connector->dither = val; in amdgpu_connector_set_property()
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | render.h | 608 xcb_atom_t dither; member 643 xcb_atom_t dither; member
|