/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_head917d.c | 37 evo_data(push, asyh->dither.mode << 3 | 38 asyh->dither.bits << 1 | 39 asyh->dither.enable); 103 .dither = head917d_dither,
|
nouveau_dispnv50_head.c | 66 if (asyh->set.dither ) head->func->dither (head, asyh); 91 if (asyc->dither.mode == DITHERING_MODE_AUTO) { 95 mode = asyc->dither.mode; 98 if (asyc->dither.depth == DITHERING_DEPTH_AUTO) { 102 mode |= asyc->dither.depth; 105 asyh->dither.enable = mode; 106 asyh->dither.bits = mode >> 1; 107 asyh->dither.mode = mode >> 3; 108 asyh->set.dither = true [all...] |
atom.h | 111 } dither; member in struct:nv50_head_atom 142 bool dither:1; member in struct:nv50_head_atom::nv50_head_atom_mask::__anonf635598f0f08
|
nouveau_dispnv50_headc37d.c | 80 evo_data(push, asyh->dither.mode << 8 | 81 asyh->dither.bits << 4 | 82 asyh->dither.enable); 220 .dither = headc37d_dither,
|
head.h | 42 void (*dither)(struct nv50_head *, struct nv50_head_atom *); member in struct:nv50_head_func
|
nouveau_dispnv50_head507d.c | 52 evo_data(push, asyh->dither.mode << 3 | 53 asyh->dither.bits << 1 | 54 asyh->dither.enable); 360 .dither = head507d_dither,
|
nouveau_dispnv50_head907d.c | 66 evo_data(push, asyh->dither.mode << 3 | 67 asyh->dither.bits << 1 | 68 asyh->dither.enable); 315 .dither = head907d_dither,
|
nouveau_dispnv50_head827d.c | 128 .dither = head507d_dither,
|
nouveau_dispnv50_headc57d.c | 218 .dither = headc37d_dither,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_connector.h | 75 } dither; member in struct:nouveau_conn_atom 98 bool dither:1; member in struct:nouveau_conn_atom::__anon4121a383080a::__anon4121a3830908
|
nouveau_connector.c | 120 *val = asyc->dither.mode; 122 *val = asyc->dither.depth; 197 if (asyc->dither.mode != val) { 198 asyc->dither.mode = val; 199 asyc->set.dither = true; 203 if (asyc->dither.mode != val) { 204 asyc->dither.depth = val; 205 asyc->set.dither = true; 243 asyc->dither = armc->dither; [all...] |
/src/sys/arch/hppa/dev/ |
com_dino.c | 64 uint8_t dither; member in struct:com_dino_regs
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
dvo_ns2501.c | 98 #define NS2501_F9_DITHER_MASK (0x7f<<1) /* controls the dither depth */ 99 #define NS2501_F9_DITHER_SHIFT 1 /* shifts the dither mask */ 184 * bits control the depth of the dither. The higher the value, 190 #define NS2501_F9_DITHER_MASK (0x7f<<1) /* dither masking */ 191 #define NS2501_F9_DITHER_SHIFT 1 /* upshift of the dither mask */ 214 u8 dither; /* configuration of the dithering */ member in struct:ns2501_configuration 241 .dither = 0x0f, 261 .dither = 0x0f, 280 .dither = 0x0f, 644 ns2501_writeb(dvo, NS2501_REGF9, conf->dither); [all...] |
intel_sdvo_regs.h | 616 unsigned int dither:1; member in struct:intel_sdvo_enhancements_reply
|
intel_display_types.h | 874 bool dither; member in struct:intel_crtc_state 877 * Dither gets enabled for 18bpp which causes CRC mismatch errors for 879 * Disable dither only if it is a compliance test request for
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
disp.h | 56 uint32_t dither; member in struct:nv04_crtc_reg
|
nouveau_dispnv04_dfp.c | 426 regp->dither = savep->dither | 0x00010000; 429 regp->dither = savep->dither | 0x00000001; 444 regp->dither = savep->dither;
|
nouveau_dispnv04_hw.c | 451 regp->dither = NVReadRAMDAC(dev, head, NV_RAMDAC_DITHER_NV11); 476 regp->dither = NVReadRAMDAC(dev, head, NV_RAMDAC_FP_DITHER); 528 NVWriteRAMDAC(dev, head, NV_RAMDAC_DITHER_NV11, regp->dither); 554 NVWriteRAMDAC(dev, head, NV_RAMDAC_FP_DITHER, regp->dither);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_rs600.c | 171 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; local in function:avivo_program_fmt 176 dither = radeon_connector->dither; 188 if (dither == RADEON_FMT_DITHER_ENABLE) 189 /* XXX sort out optimal dither settings */ 195 if (dither == RADEON_FMT_DITHER_ENABLE) 196 /* XXX sort out optimal dither settings */
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_mode.h | 553 enum amdgpu_connector_dither dither; member in struct:amdgpu_connector
|
amdgpu_dce_v10_0.c | 518 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; local in function:dce_v10_0_program_fmt 523 dither = amdgpu_connector->dither; 540 if (dither == AMDGPU_FMT_DITHER_ENABLE) { 541 /* XXX sort out optimal dither settings */ 552 if (dither == AMDGPU_FMT_DITHER_ENABLE) { 553 /* XXX sort out optimal dither settings */ 565 if (dither == AMDGPU_FMT_DITHER_ENABLE) { 566 /* XXX sort out optimal dither settings */
|
amdgpu_dce_v11_0.c | 544 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; local in function:dce_v11_0_program_fmt 549 dither = amdgpu_connector->dither; 566 if (dither == AMDGPU_FMT_DITHER_ENABLE) { 567 /* XXX sort out optimal dither settings */ 578 if (dither == AMDGPU_FMT_DITHER_ENABLE) { 579 /* XXX sort out optimal dither settings */ 591 if (dither == AMDGPU_FMT_DITHER_ENABLE) { 592 /* XXX sort out optimal dither settings */
|
amdgpu_dce_v8_0.c | 458 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; local in function:dce_v8_0_program_fmt 463 dither = amdgpu_connector->dither; 480 if (dither == AMDGPU_FMT_DITHER_ENABLE) 481 /* XXX sort out optimal dither settings */ 491 if (dither == AMDGPU_FMT_DITHER_ENABLE) 492 /* XXX sort out optimal dither settings */ 503 if (dither == AMDGPU_FMT_DITHER_ENABLE) 504 /* XXX sort out optimal dither settings */
|
amdgpu_dce_v6_0.c | 415 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; local in function:dce_v6_0_program_fmt 420 dither = amdgpu_connector->dither; 433 if (dither == AMDGPU_FMT_DITHER_ENABLE) 434 /* XXX sort out optimal dither settings */ 442 if (dither == AMDGPU_FMT_DITHER_ENABLE) 443 /* XXX sort out optimal dither settings */
|
amdgpu_connectors.c | 521 if (amdgpu_connector->dither != val) { 522 amdgpu_connector->dither = val;
|