| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-dac-ltc2688 | 5 Dither enable. Write 1 to enable dither or 0 to disable it. This is useful 6 for changing the dither parameters. They way it should be done is: 8 - disable dither operation; 9 - change dither parameters (eg: frequency, phase...); 10 - enabled dither operation 16 This raw, unscaled value refers to the dither signal amplitude. 24 Available range for dither raw amplitude values. 37 Sets the dither signal frequency. Units are in Hz. 43 Returns the available values for the dither frequency. 49 Sets the dither signal phase. Units are in Radians. [all …]
|
| H A D | sysfs-bus-iio-dac-ad5766 | 5 Dither enable. Write 1 to enable dither or 0 to disable it. 11 Inverts the dither applied to the selected DAC channel. Dither is not 12 inverted by default. Write "1" to invert dither. 24 Scales the dither before it is applied to the selected channel. 30 Selects dither source applied to the selected channel. Write "0" to
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | head917d.c | 41 NVVAL(NV917D, HEAD_SET_DITHER_CONTROL, ENABLE, asyh->dither.enable) | in head917d_dither() 42 NVVAL(NV917D, HEAD_SET_DITHER_CONTROL, BITS, asyh->dither.bits) | in head917d_dither() 43 NVVAL(NV917D, HEAD_SET_DITHER_CONTROL, MODE, asyh->dither.mode) | in head917d_dither() 135 .dither = head917d_dither,
|
| H A D | headc37d.c | 96 NVVAL(NVC37D, HEAD_SET_DITHER_CONTROL, ENABLE, asyh->dither.enable) | in headc37d_dither() 97 NVVAL(NVC37D, HEAD_SET_DITHER_CONTROL, BITS, asyh->dither.bits) | in headc37d_dither() 99 NVVAL(NVC37D, HEAD_SET_DITHER_CONTROL, MODE, asyh->dither.mode) | in headc37d_dither() 296 .dither = headc37d_dither,
|
| H A D | head907d.c | 88 NVVAL(NV907D, HEAD_SET_DITHER_CONTROL, ENABLE, asyh->dither.enable) | in head907d_dither() 89 NVVAL(NV907D, HEAD_SET_DITHER_CONTROL, BITS, asyh->dither.bits) | in head907d_dither() 90 NVVAL(NV907D, HEAD_SET_DITHER_CONTROL, MODE, asyh->dither.mode) | in head907d_dither() 430 .dither = head907d_dither,
|
| H A D | head507d.c | 59 NVVAL(NV507D, HEAD_SET_DITHER_CONTROL, ENABLE, asyh->dither.enable) | in head507d_dither() 60 NVVAL(NV507D, HEAD_SET_DITHER_CONTROL, BITS, asyh->dither.bits) | in head507d_dither() 61 NVVAL(NV507D, HEAD_SET_DITHER_CONTROL, MODE, asyh->dither.mode) | in head507d_dither() 447 .dither = head507d_dither,
|
| H A D | head827d.c | 166 .dither = head507d_dither,
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | dvo_ns2501.c | 209 u8 dither; /* configuration of the dithering */ member 236 .dither = 0x0f, 256 .dither = 0x0f, 275 .dither = 0x0f, 639 ns2501_writeb(dvo, NS2501_REGF9, conf->dither); in ns2501_mode_set()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_connector.h | 89 } dither; member 112 bool dither:1; member
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | dfp.c | 422 regp->dither = savep->dither | 0x00010000; in nv04_dfp_mode_set() 425 regp->dither = savep->dither | 0x00000001; in nv04_dfp_mode_set() 440 regp->dither = savep->dither; in nv04_dfp_mode_set()
|
| H A D | disp.h | 58 uint32_t dither; member
|
| H A D | hw.c | 408 regp->dither = NVReadRAMDAC(dev, head, NV_RAMDAC_DITHER_NV11); in nv_save_state_ramdac() 433 regp->dither = NVReadRAMDAC(dev, head, NV_RAMDAC_FP_DITHER); in nv_save_state_ramdac() 485 NVWriteRAMDAC(dev, head, NV_RAMDAC_DITHER_NV11, regp->dither); in nv_load_state_ramdac() 511 NVWriteRAMDAC(dev, head, NV_RAMDAC_FP_DITHER, regp->dither); in nv_load_state_ramdac()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | rs600.c | 172 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; in avivo_program_fmt() local 177 dither = radeon_connector->dither; in avivo_program_fmt() 189 if (dither == RADEON_FMT_DITHER_ENABLE) in avivo_program_fmt() 196 if (dither == RADEON_FMT_DITHER_ENABLE) in avivo_program_fmt()
|
| H A D | r600.c | 305 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; in dce3_program_fmt() local 310 dither = radeon_connector->dither; in dce3_program_fmt() 327 if (dither == RADEON_FMT_DITHER_ENABLE) in dce3_program_fmt() 334 if (dither == RADEON_FMT_DITHER_ENABLE) in dce3_program_fmt()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_type.h | 62 u32 dither; member
|
| H A D | nv_hw.c | 1539 NV_WR32(par->PRAMDAC, 0x0528, state->dither); in NVLoadStateExt() 1541 NV_WR32(par->PRAMDAC, 0x083C, state->dither); in NVLoadStateExt() 1671 state->dither = NV_RD32(par->PRAMDAC, 0x0528); in NVUnloadStateExt() 1673 state->dither = NV_RD32(par->PRAMDAC, 0x083C); in NVUnloadStateExt()
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-regs.h | 319 u32 dither:1; member
|
| /linux/drivers/ps3/ |
| H A D | ps3av_cmd.c | 356 av_video_cs->dither = PS3AV_CMD_AV_DITHER_ON in ps3av_cmd_set_av_video_cs() 360 av_video_cs->dither = PS3AV_CMD_AV_DITHER_OFF; in ps3av_cmd_set_av_video_cs()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo_regs.h | 603 unsigned int dither:1; member
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | riva_hw.h | 503 U032 dither; member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ps3av.h | 452 u8 dither; /* in: dither bit length */ member
|
| /linux/Documentation/gpu/ |
| H A D | kms-properties.csv | 98 ,FMT Dithering,“dither”,ENUM,"{ ""off"", ""on"" }",Connector,TBD
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_mio_common.c | 1628 unsigned int dither; in ni_m_series_load_channelgain_list() local 1639 dither = (list[0] & CR_ALT_FILTER) != 0; in ni_m_series_load_channelgain_list() 1644 if (dither) in ni_m_series_load_channelgain_list() 1658 dither = (list[i] & CR_ALT_FILTER) != 0; in ni_m_series_load_channelgain_list() 1680 if (dither) in ni_m_series_load_channelgain_list() 1728 unsigned int dither; in ni_load_channelgain_list() local 1782 dither = (list[i] & CR_ALT_FILTER) != 0; in ni_load_channelgain_list() 1824 if (dither) in ni_load_channelgain_list()
|
| /linux/sound/soc/codecs/ |
| H A D | aw88166.c | 708 static void aw88166_dev_set_dither(struct aw88166 *aw88166, bool dither) in aw_dev_dsp_check() 712 if (dither) in aw_dev_dsp_check() 810 aw88166_dev_set_dither(struct aw88166 * aw88166,bool dither) aw88166_dev_set_dither() argument
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_connectors.c | 492 if (amdgpu_connector->dither != val) { in amdgpu_connector_set_property() 493 amdgpu_connector->dither = val; in amdgpu_connector_set_property()
|