Home
last modified time | relevance | path

Searched refs:dither (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_head.c66 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 Dnouveau_dispnv50_head917d.c37 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 Dnouveau_dispnv50_headc37d.c80 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 Dnouveau_dispnv50_head907d.c66 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 Dnouveau_dispnv50_head507d.c52 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 Datom.h111 } dither; member
142 bool dither:1; member
H A Dhead.h42 void (*dither)(struct nv50_head *, struct nv50_head_atom *); member
H A Dnouveau_dispnv50_head827d.c128 .dither = head507d_dither,
H A Dnouveau_dispnv50_headc57d.c218 .dither = headc37d_dither,
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_connector.c120 *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 Dnouveau_connector.h75 } dither; member
98 bool dither:1; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Ddvo_ns2501.c214 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 Dintel_sdvo_regs.h616 unsigned int dither:1; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_dfp.c426 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 Ddisp.h56 uint32_t dither; member
H A Dnouveau_dispnv04_hw.c451 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 Dradeon_rs600.c171 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 Dcom_dino.c64 uint8_t dither; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dce_v8_0.c458 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 Damdgpu_mode.h553 enum amdgpu_connector_dither dither; member
H A Damdgpu_dce_v10_0.c518 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 Damdgpu_dce_v11_0.c544 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 Damdgpu_dce_v6_0.c415 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 Damdgpu_connectors.c521 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 Drender.h608 xcb_atom_t dither; member
643 xcb_atom_t dither; member

12