/openbmc/linux/drivers/video/fbdev/via/ |
H A D | lcd.h | 18 /* Resolution: 640x480, Channel: single, Dithering: Enable */ 20 /* Resolution: 800x600, Channel: single, Dithering: Enable */ 22 /* Resolution: 1024x768, Channel: single, Dithering: Enable */ 24 /* Resolution: 1280x768, Channel: single, Dithering: Enable */ 26 /* Resolution: 1280x1024, Channel: dual, Dithering: Enable */ 28 /* Resolution: 1400x1050, Channel: dual, Dithering: Enable */ 30 /* Resolution: 1600x1200, Channel: dual, Dithering: Enable */ 32 /* Resolution: 1366x768, Channel: single, Dithering: Disable */ 34 /* Resolution: 1024x600, Channel: single, Dithering: Enable*/ 36 /* Resolution: 1280x800, Channel: single, Dithering: Enable*/ [all …]
|
H A D | dvi.h | 20 /* Resolution: 640x480, Channel: single, Dithering: Enable */ 22 /* Resolution: 800x600, Channel: single, Dithering: Enable */ 24 /* Resolution: 1024x768, Channel: single, Dithering: Enable */ 26 /* Resolution: 1280x768, Channel: single, Dithering: Enable */ 28 /* Resolution: 1280x1024, Channel: dual, Dithering: Enable */ 30 /* Resolution: 1400x1050, Channel: dual, Dithering: Enable */ 32 /* Resolution: 1600x1200, Channel: dual, Dithering: Enable */
|
/openbmc/linux/Documentation/fb/ |
H A D | viafb.rst | 67 - 0 : Resolution: 640x480, Channel: single, Dithering: Enable 68 - 1 : Resolution: 800x600, Channel: single, Dithering: Enable 69 - 2 : Resolution: 1024x768, Channel: single, Dithering: Enable (default) 70 - 3 : Resolution: 1280x768, Channel: single, Dithering: Enable 71 - 4 : Resolution: 1280x1024, Channel: dual, Dithering: Enable 72 - 5 : Resolution: 1400x1050, Channel: dual, Dithering: Enable 73 - 6 : Resolution: 1600x1200, Channel: dual, Dithering: Enable 75 - 8 : Resolution: 800x480, Channel: single, Dithering: Enable 76 - 9 : Resolution: 1024x768, Channel: dual, Dithering: Enable 77 - 10: Resolution: 1024x768, Channel: single, Dithering: Disable [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_opp.c | 186 * 1) set spatial dithering mode: pattern of seed 187 * 2) set spatial dithering depth: 0 for 18bpp or 1 for 24bpp 191 * RGB dithering method 197 * 5) enable spatical dithering 203 /*Disable spatial (random) dithering*/ in set_spatial_dither() 243 * spatial dithering for R,G,B channels in set_spatial_dither() 279 /* Set spatial dithering bit depth in set_spatial_dither() 280 * Set spatial dithering mode in set_spatial_dither() 282 * Enable spatial dithering in set_spatial_dither() 298 * 7) enable temporal dithering [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_opp.c | 63 /*Disable spatial (random) dithering*/ in opp1_set_spatial_dither() 94 * spatial dithering for R,G,B channels*/ in opp1_set_spatial_dither() 122 /*Enable spatial dithering*/ in opp1_set_spatial_dither() 124 /* Set spatial dithering mode in opp1_set_spatial_dither() 128 /*Set spatial dithering bit depth*/ in opp1_set_spatial_dither() 296 /* dithering is affected by <CrtcSourceSelect>, hence should be in opp1_program_fmt()
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | rcar-gen4-cpg.c | 51 #define CPG_PLLxCR0_SSMODE_DITH BIT(17) /* Frequency Dithering */ 52 #define CPG_PLLxCR0_SSMODE_CENT BIT(16) /* Center (vs. Down) Spread Dithering */ 57 #define SSMODE_DITHER BIT(1) /* Frequency Dithering */ 58 #define SSMODE_CENTER BIT(0) /* Center (vs. Down) Spread Dithering */ 167 /* Disable Fractional Multiplication and Frequency Dithering */ in cpg_pll_clk_register()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | dvo_ns2501.c | 87 * this register controls the dithering of the DVO 88 * One bit enables it, the other define the dithering depth. 89 * The higher the value, the lower the dithering depth. 92 #define NS2501_F9_ENABLE (1<<0) /* if set, dithering is enabled */ 177 * The register 9F defines the dithering. This requires the 178 * scaler to be ON. Bit 0 enables dithering, the remaining 180 * the LOWER the dithering amplitude. A good value seems to be 184 #define NS2501_F9_ENABLE_DITHER (1<<0) /* enable dithering */ 209 u8 dither; /* configuration of the dithering */
|
H A D | dvo_ivch.c | 27 * Minor modifications (Dithering enable): 67 /* Enable dithering for 18bpp panels. Not documented. */ 410 /* Enable dithering for 18 bpp pipelines */ in ivch_mode_set()
|
H A D | intel_lvds_regs.h | 23 /* LVDS dithering flag on 965/g4x platform */
|
H A D | intel_lvds.c | 288 * Set the dithering flag on LVDS as needed, note that there is no in intel_pre_enable_lvds() 289 * special lvds dither control bit on pch-split platforms, dithering is in intel_pre_enable_lvds() 294 * Bspec wording suggests that LVDS port dithering only exists in intel_pre_enable_lvds()
|
H A D | intel_crtc_state_dump.c | 227 "cpu_transcoder: %s, pipe bpp: %i, dithering: %i\n", in intel_crtc_state_dump()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | opp.h | 69 /* Enable RGB random dithering*/ 71 /* Enable Frame random dithering*/ 73 /* Enable HighPass random dithering*/
|
/openbmc/linux/Documentation/gpu/ |
H A D | kms-properties.csv | 83 ,Display,“dithering mode”,ENUM,"{ ""auto"", ""off"", ""on"" }",Connector,TBD 84 ,,“dithering depth”,ENUM,"{ ""auto"", ""off"", ""on"", ""static 2x2"", ""dynamic 2x2"", ""temporal"… 100 ,FMT Dithering,“dither”,ENUM,"{ ""off"", ""on"" }",Connector,TBD
|
/openbmc/linux/drivers/gpu/drm/logicvc/ |
H A D | logicvc_drm.h | 36 bool dithering; member
|
H A D | logicvc_of.c | 63 .name = "xylon,dithering",
|
H A D | logicvc_drm.c | 97 &config->dithering); in logicvc_drm_config_parse()
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | xylon,logicvc-display.yaml | 99 xylon,dithering: 101 description: Dithering module is enabled (C_XCOLOR)
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.c | 307 * The whole dithering process and these parameters are not in sun4i_tcon0_mode_set_dithering() 321 /* Do dithering if panel only supports 6 bits per color */ in sun4i_tcon0_mode_set_dithering() 337 /* Fall through: enable dithering */ in sun4i_tcon0_mode_set_dithering() 342 /* Write dithering settings */ in sun4i_tcon0_mode_set_dithering() 371 /* Set dithering if needed */ in sun4i_tcon0_mode_set_cpu() 444 /* Set dithering if needed */ in sun4i_tcon0_mode_set_lvds() 526 /* Set dithering if needed */ in sun4i_tcon0_mode_set_rgb()
|
/openbmc/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-reg.h | 205 #define BLT_TTY_DITHER BIT(26) /* Dithering */
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 659 PROP_ENUM(disp->dithering_mode, gen, "dithering mode", dither_mode); in nouveau_display_create_properties() 660 PROP_ENUM(disp->dithering_depth, gen, "dithering depth", dither_depth); in nouveau_display_create_properties()
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | dcn-overview.rst | 123 depth format), bit-depth reduction/dithering would kick in. In OPP, we would
|
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/ |
H A D | clk.c | 204 /* Enable PLL dithering */ in ar934x_pll_init()
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | oaktrail_lvds.c | 109 on Oaktrail then enable dithering */ in oaktrail_lvds_mode_set()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_mode.h | 325 /* FMT dithering */
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_brx.c | 307 * Disable dithering and enable color data normalization unless the in brx_configure_stream()
|