| /linux/drivers/gpu/drm/sysfb/ |
| H A D | vesadrm.c | 77 void (*cmap_write)(struct vesadrm_device *vesa, unsigned int index, 97 static void vesadrm_vga_cmap_write(struct vesadrm_device *vesa, unsigned int index, in vesadrm_vga_cmap_write() argument 112 static void vesadrm_pmi_cmap_write(struct vesadrm_device *vesa, unsigned int index, in vesadrm_pmi_cmap_write() argument 136 "S" (&vesa->pmi.PrimaryPalette)); in vesadrm_pmi_cmap_write() 144 struct vesadrm_device *vesa = to_vesadrm_device(dev); in vesadrm_set_color_lut() local 150 vesa->cmap_write(vesa, i8, red, green, blue); in vesadrm_set_color_lut() 153 static void vesadrm_fill_gamma_lut(struct vesadrm_device *vesa, in vesadrm_fill_gamma_lut() argument 156 struct drm_device *dev = &vesa->sysfb.dev; in vesadrm_fill_gamma_lut() 157 struct drm_crtc *crtc = &vesa->crtc; in vesadrm_fill_gamma_lut() 178 static void vesadrm_load_gamma_lut(struct vesadrm_device *vesa, in vesadrm_load_gamma_lut() argument [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_aux_backlight.c | 373 if (panel->backlight.edp.vesa.info.luminance_set) in backlight_unit_str() 375 else if (panel->backlight.edp.vesa.info.aux_set) in backlight_unit_str() 458 if (panel->backlight.edp.vesa.luminance_control_support) { in intel_dp_aux_vesa_get_backlight() 482 if (!panel->backlight.edp.vesa.info.aux_set) { in intel_dp_aux_vesa_set_backlight() 488 drm_edp_backlight_set_level(&intel_dp->aux, &panel->backlight.edp.vesa.info, level); in intel_dp_aux_vesa_set_backlight() 499 if (!(panel->backlight.edp.vesa.info.aux_enable || in intel_dp_aux_vesa_enable_backlight() 500 panel->backlight.edp.vesa.info.luminance_set)) { in intel_dp_aux_vesa_enable_backlight() 503 if (!panel->backlight.edp.vesa.info.aux_set) in intel_dp_aux_vesa_enable_backlight() 512 drm_edp_backlight_enable(&intel_dp->aux, &panel->backlight.edp.vesa.info, level); in intel_dp_aux_vesa_enable_backlight() 522 drm_edp_backlight_disable(&intel_dp->aux, &panel->backlight.edp.vesa.info); in intel_dp_aux_vesa_disable_backlight() [all …]
|
| /linux/Documentation/fb/ |
| H A D | matroxfb.rst | 24 Switching modes is done using the video=matroxfb:vesa:... boot parameter 28 pass to the kernel this command line: "video=matroxfb:vesa:0x1BB". 35 Currently supported video modes are (through vesa:... interface, PowerMac 84 example 1600x1200x32bpp can be specified by `video=matroxfb:vesa:0x11C,depth:32`. 247 vesa:X selects startup videomode. X is number from 0 to 0x1FF, see table 254 If you are not satisfied with videomode selected by `vesa` option, you 258 xres:X horizontal resolution, in pixels. Default is derived from `vesa` 260 yres:X vertical resolution, in pixel lines. Default is derived from `vesa` 263 pixel line of picture. Default is derived from `vesa` option. 265 pulse. Default is derived from `vesa` option. [all …]
|
| H A D | sisfb.rst | 56 described above or the vesa keyword instead of mode). If compiled as a module, 88 Additionally, sisfb understands the keyword "vesa" followed by a VESA mode 89 number in decimal or hexadecimal. For example: vesa=791 or vesa=0x117. Please 90 use either "mode" or "vesa" but not both. 108 "mode" or "vesa" keywords as a parameter. See above and below. 145 vesa:X selects startup videomode. X is number from 0 to 0x1FF and
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | px30-engicam-edimm2.2.dtsi | 18 data-mapping = "vesa-24";
|
| H A D | px30-ringneck-haikou-lvds-9904379.dtso | 31 data-mapping = "vesa-24";
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | biblio.rst | 336 :author: Video Electronics Standards Association (http://www.vesa.org) 347 :author: Video Electronics Standards Association (http://www.vesa.org) 358 :author: Video Electronics Standards Association (http://www.vesa.org) 401 :author: Video Electronics Standards Association (http://www.vesa.org)
|
| /linux/arch/x86/realmode/rm/ |
| H A D | Makefile | 19 wakeup-objs += video-vesa.o
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a774c0-ek874-idk-2121wr.dts | 29 data-mapping = "vesa-24";
|
| /linux/arch/x86/boot/ |
| H A D | Makefile | 34 setup-y += video-vesa.o
|
| /linux/drivers/ps3/ |
| H A D | ps3av.c | 531 static int vesa; in ps3av_set_videomode_cont() local 541 if (vesa == 0 && (id & PS3AV_MODE_MASK) >= PS3AV_MODE_WXGA) { in ps3av_set_videomode_cont() 545 vesa = 1; in ps3av_set_videomode_cont()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_edid.c | 6604 struct displayid_vesa_vendor_specific_block *vesa = in drm_parse_vesa_mso_data() local 6615 if (oui(vesa->oui[0], vesa->oui[1], vesa->oui[2]) != VESA_IEEE_OUI) in drm_parse_vesa_mso_data() 6618 if (sizeof(*vesa) != sizeof(*block) + block->num_bytes) { in drm_parse_vesa_mso_data() 6625 switch (FIELD_GET(DISPLAYID_VESA_MSO_MODE, vesa->mso)) { in drm_parse_vesa_mso_data() 6646 info->mso_pixel_overlap = FIELD_GET(DISPLAYID_VESA_MSO_OVERLAP, vesa->mso); in drm_parse_vesa_mso_data()
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-a83t-tbs-a711.dts | 80 data-mapping = "vesa-24";
|