/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-ioctl.c | 217 struct omap_dss_device *display = fb2display(fbi); in omapfb_setup_mem() local 227 if (display && display->driver->sync) in omapfb_setup_mem() 228 display->driver->sync(display); in omapfb_setup_mem() 292 struct omap_dss_device *display = fb2display(fbi); in omapfb_update_window() local 295 if (!display) in omapfb_update_window() 301 display->driver->get_resolution(display, &dw, &dh); in omapfb_update_window() 306 return display->driver->update(display, x, y, w, h); in omapfb_update_window() 312 struct omap_dss_device *display = fb2display(fbi); in omapfb_set_update_mode() local 318 if (!display) in omapfb_set_update_mode() 326 d = get_display_data(fbdev, display); in omapfb_set_update_mode() [all …]
|
D | omapfb-main.c | 668 struct omap_dss_device *display = fb2display(fbi); in check_fb_var() local 709 if (display && display->driver->get_dimensions) { in check_fb_var() 711 display->driver->get_dimensions(display, &w, &h); in check_fb_var() 721 if (display && display->driver->get_timings) { in check_fb_var() 723 display->driver->get_timings(display, &timings); in check_fb_var() 1231 struct omap_dss_device *display = fb2display(fbi); in omapfb_blank() local 1235 if (!display) in omapfb_blank() 1240 d = get_display_data(fbdev, display); in omapfb_blank() 1244 if (display->state == OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank() 1247 r = display->driver->enable(display); in omapfb_blank() [all …]
|
/drivers/staging/fbtft/ |
D | fbtft_device.c | 282 .display = { 302 .display = { 325 .display = { 344 .display = { 364 .display = { 384 .display = { 401 .display = { 423 .display = { 440 .display = { 458 .display = { [all …]
|
D | fbtft-core.c | 659 struct fb_info *fbtft_framebuffer_alloc(struct fbtft_display *display, in fbtft_framebuffer_alloc() argument 672 int txbuflen = display->txbuflen; in fbtft_framebuffer_alloc() 673 unsigned int bpp = display->bpp; in fbtft_framebuffer_alloc() 674 unsigned int fps = display->fps; in fbtft_framebuffer_alloc() 676 const s16 *init_sequence = display->init_sequence; in fbtft_framebuffer_alloc() 677 char *gamma = display->gamma; in fbtft_framebuffer_alloc() 681 if (display->gamma_num * display->gamma_len > in fbtft_framebuffer_alloc() 704 if (pdata->display.init_sequence) in fbtft_framebuffer_alloc() 705 init_sequence = pdata->display.init_sequence; in fbtft_framebuffer_alloc() 708 if (pdata->display.debug) in fbtft_framebuffer_alloc() [all …]
|
D | Kconfig | 2 tristate "Support for small TFT LCD display modules" 13 tristate "FB driver for the AGM1264K-FL LCD display" 16 Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips) 167 display controller. The controller is intended for small color 170 Say Y if you have such a display that utilizes this controller. 173 tristate "FB driver for tinylcd.com display" 176 Custom Framebuffer support for tinylcd.com display
|
D | fb_uc1611.c | 233 switch (par->pdata->display.buswidth) { in write_vmem() 305 par->pdata->display.buswidth); in write_vmem() 315 static struct fbtft_display display = { variable 331 FBTFT_REGISTER_DRIVER(DRVNAME, "ultrachip,uc1611", &display);
|
/drivers/acpi/acpica/ |
D | utbuffer.c | 68 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer() argument 81 display = DB_BYTE_DISPLAY; in acpi_ut_dump_buffer() 99 acpi_os_printf("%*s", ((display * 2) + 1), " "); in acpi_ut_dump_buffer() 100 j += display; in acpi_ut_dump_buffer() 104 switch (display) { in acpi_ut_dump_buffer() 139 j += display; in acpi_ut_dump_buffer() 198 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id) in acpi_ut_debug_dump_buffer() argument 208 acpi_ut_dump_buffer(buffer, count, display, 0); in acpi_ut_debug_dump_buffer() 234 u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer_to_file() argument 247 display = DB_BYTE_DISPLAY; in acpi_ut_dump_buffer_to_file() [all …]
|
D | dbdisply.c | 180 u32 display = DB_BYTE_DISPLAY; in acpi_db_decode_and_display_object() local 195 display = DB_WORD_DISPLAY; in acpi_db_decode_and_display_object() 197 display = DB_DWORD_DISPLAY; in acpi_db_decode_and_display_object() 199 display = DB_QWORD_DISPLAY; in acpi_db_decode_and_display_object() 250 display, ACPI_UINT32_MAX); in acpi_db_decode_and_display_object() 269 display, ACPI_UINT32_MAX); in acpi_db_decode_and_display_object() 289 acpi_ut_debug_dump_buffer(obj_ptr, size, display, in acpi_db_decode_and_display_object() 323 sizeof(struct acpi_namespace_node), display, in acpi_db_decode_and_display_object() 359 display, ACPI_UINT32_MAX); in acpi_db_decode_and_display_object() 365 display, ACPI_UINT32_MAX); in acpi_db_decode_and_display_object()
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv50.c | 282 nv50_gr_mp_trap(struct nv50_gr *gr, int tpid, int display) in nv50_gr_mp_trap() argument 302 if (display) { in nv50_gr_mp_trap() 319 if (!mps && display) in nv50_gr_mp_trap() 326 u32 ustatus_new, int display, const char *name) in nv50_gr_tp_trap() argument 348 if (display) { in nv50_gr_tp_trap() 365 nv50_gr_mp_trap(gr, i, display); in nv50_gr_tp_trap() 368 if (ustatus && display) { in nv50_gr_tp_trap() 377 if (display) in nv50_gr_tp_trap() 384 if (display) in nv50_gr_tp_trap() 390 if (!tps && display) in nv50_gr_tp_trap() [all …]
|
/drivers/video/fbdev/ |
D | nuc900fb.c | 95 struct nuc900fb_display *display = NULL; in nuc900fb_check_var() local 107 display = default_display; in nuc900fb_check_var() 113 display = mach_info->displays + i; in nuc900fb_check_var() 117 if (display == NULL) { in nuc900fb_check_var() 124 var->xres_virtual = display->xres; in nuc900fb_check_var() 125 var->yres_virtual = display->yres; in nuc900fb_check_var() 126 var->height = display->height; in nuc900fb_check_var() 127 var->width = display->width; in nuc900fb_check_var() 130 var->pixclock = display->pixclock; in nuc900fb_check_var() 131 var->left_margin = display->left_margin; in nuc900fb_check_var() [all …]
|
D | s3c2410fb.c | 127 struct s3c2410fb_display *display = NULL; in s3c2410fb_check_var() local 140 display = default_display; in s3c2410fb_check_var() 147 display = mach_info->displays + i; in s3c2410fb_check_var() 151 if (!display) { in s3c2410fb_check_var() 158 var->xres_virtual = display->xres; in s3c2410fb_check_var() 159 var->yres_virtual = display->yres; in s3c2410fb_check_var() 160 var->height = display->height; in s3c2410fb_check_var() 161 var->width = display->width; in s3c2410fb_check_var() 164 var->pixclock = display->pixclock; in s3c2410fb_check_var() 165 var->left_margin = display->left_margin; in s3c2410fb_check_var() [all …]
|
D | s1d13xxxfb.c | 212 if ((s1dfb->display & 0x01)) /* LCD */ in s1d13xxxfb_set_par() 243 if ((s1dfb->display & 0x01)) /* LCD */ in s1d13xxxfb_set_par() 347 if ((par->display & 0x01) != 0) in s1d13xxxfb_blank() 349 if ((par->display & 0x02) != 0) in s1d13xxxfb_blank() 392 if ((par->display & 0x01)) { in s1d13xxxfb_pan_display() 649 u8 panel, display; in s1d13xxxfb_fetch_hw_state() local 660 par->display = s1d13xxxfb_readreg(par, S1DREG_COM_DISP_MODE); in s1d13xxxfb_fetch_hw_state() 661 crt_enabled = (par->display & 0x02) != 0; in s1d13xxxfb_fetch_hw_state() 662 lcd_enabled = (par->display & 0x01) != 0; in s1d13xxxfb_fetch_hw_state() 668 display = s1d13xxxfb_readreg(par, S1DREG_LCD_DISP_MODE); in s1d13xxxfb_fetch_hw_state() [all …]
|
/drivers/gpu/drm/i915/gvt/ |
D | edid.c | 51 struct intel_vgpu_i2c_edid *edid = &vgpu->display.i2c_edid; in edid_get_byte() 99 if (!vgpu->display.i2c_edid.edid_available) in reset_gmbus_controller() 101 vgpu->display.i2c_edid.gmbus.phase = GMBUS_IDLE_PHASE; in reset_gmbus_controller() 123 vgpu->display.i2c_edid.state = I2C_GMBUS; in gmbus0_mmio_write() 124 vgpu->display.i2c_edid.gmbus.phase = GMBUS_IDLE_PHASE; in gmbus0_mmio_write() 131 vgpu->display.i2c_edid.port = port; in gmbus0_mmio_write() 132 vgpu->display.i2c_edid.edid_available = true; in gmbus0_mmio_write() 142 struct intel_vgpu_i2c_edid *i2c_edid = &vgpu->display.i2c_edid; in gmbus1_mmio_write() 252 struct intel_vgpu_i2c_edid *i2c_edid = &vgpu->display.i2c_edid; in gmbus3_mmio_read() 431 struct intel_vgpu_i2c_edid *i2c_edid = &vgpu->display.i2c_edid; in intel_gvt_i2c_handle_aux_ch_write() [all …]
|
/drivers/thermal/int340x_thermal/ |
D | Kconfig | 33 tristate "ACPI INT3406 display thermal driver" 36 The display thermal device represents the LED/LCD display panel 38 the display thermal device is to allow control of the display 40 power consumed by display device.
|
/drivers/gpu/drm/i915/ |
D | intel_cdclk.c | 1754 if (WARN_ON_ONCE(!dev_priv->display.set_cdclk)) in intel_set_cdclk() 1761 dev_priv->display.set_cdclk(dev_priv, cdclk_state); in intel_set_cdclk() 2127 dev_priv->display.get_cdclk(dev_priv, &dev_priv->cdclk.hw); in intel_update_cdclk() 2238 dev_priv->display.set_cdclk = chv_set_cdclk; in intel_init_cdclk_hooks() 2239 dev_priv->display.modeset_calc_cdclk = in intel_init_cdclk_hooks() 2242 dev_priv->display.set_cdclk = vlv_set_cdclk; in intel_init_cdclk_hooks() 2243 dev_priv->display.modeset_calc_cdclk = in intel_init_cdclk_hooks() 2246 dev_priv->display.set_cdclk = bdw_set_cdclk; in intel_init_cdclk_hooks() 2247 dev_priv->display.modeset_calc_cdclk = in intel_init_cdclk_hooks() 2250 dev_priv->display.set_cdclk = bxt_set_cdclk; in intel_init_cdclk_hooks() [all …]
|
D | intel_color.c | 303 if (dev_priv->display.load_csc_matrix) in intel_color_set_csc() 304 dev_priv->display.load_csc_matrix(crtc_state); in intel_color_set_csc() 610 dev_priv->display.load_luts(crtc_state); in intel_color_load_luts() 651 dev_priv->display.load_csc_matrix = cherryview_load_csc_matrix; in intel_color_init() 652 dev_priv->display.load_luts = cherryview_load_luts; in intel_color_init() 654 dev_priv->display.load_csc_matrix = i9xx_load_csc_matrix; in intel_color_init() 655 dev_priv->display.load_luts = haswell_load_luts; in intel_color_init() 658 dev_priv->display.load_csc_matrix = i9xx_load_csc_matrix; in intel_color_init() 659 dev_priv->display.load_luts = broadwell_load_luts; in intel_color_init() 661 dev_priv->display.load_csc_matrix = i9xx_load_csc_matrix; in intel_color_init() [all …]
|
D | intel_audio.c | 628 if (dev_priv->display.audio_codec_enable) in intel_audio_codec_enable() 629 dev_priv->display.audio_codec_enable(connector, intel_encoder, in intel_audio_codec_enable() 668 if (dev_priv->display.audio_codec_disable) in intel_audio_codec_disable() 669 dev_priv->display.audio_codec_disable(intel_encoder); in intel_audio_codec_disable() 694 dev_priv->display.audio_codec_enable = g4x_audio_codec_enable; in intel_init_audio_hooks() 695 dev_priv->display.audio_codec_disable = g4x_audio_codec_disable; in intel_init_audio_hooks() 697 dev_priv->display.audio_codec_enable = ilk_audio_codec_enable; in intel_init_audio_hooks() 698 dev_priv->display.audio_codec_disable = ilk_audio_codec_disable; in intel_init_audio_hooks() 700 dev_priv->display.audio_codec_enable = hsw_audio_codec_enable; in intel_init_audio_hooks() 701 dev_priv->display.audio_codec_disable = hsw_audio_codec_disable; in intel_init_audio_hooks() [all …]
|
/drivers/video/fbdev/mmp/hw/ |
D | Kconfig | 4 bool "mmp display controller hw support" 8 Marvell MMP display hw controller support 13 bool "mmp display controller spi port" 17 Marvell MMP display hw controller spi port support
|
/drivers/video/console/ |
D | Kconfig | 5 menu "Console display driver support" 16 display that complies with the generic VGA standard. Virtually 129 bool "Map the console to the primary display device" 134 automatically select the primary display device (if the architecture 148 Enable display rotation for the framebuffer console. This is done 150 display. Note that the rotation is done at the console level only 160 The STI console is the builtin display/keyboard on HP-PARISC
|
/drivers/gpu/drm/tinydrm/ |
D | Kconfig | 9 Choose this option if you have a tinydrm supported display. 20 DRM driver for the Multi-Inno MI0283QT display panel 37 tristate "DRM support for Sitronix ST7586 display panels"
|
/drivers/media/platform/davinci/ |
D | Kconfig | 11 Enables Davinci VPIF module used for display devices. 12 This module is used for display on TI DM6467/DA850/OMAPL138 89 Enables Davinci VPBE module used for display devices. 90 This module is used for display on TI DM644x/DM365/DM355 91 based display devices.
|
/drivers/video/fbdev/geode/ |
D | Kconfig | 18 Framebuffer driver for the display controller integrated into the 33 Framebuffer driver for the display controller integrated into the 48 Framebuffer driver for the display controller integrated into the
|
/drivers/staging/olpc_dcon/ |
D | Kconfig | 11 is present in the video pipeline between the primary display 13 panel. It allows the main processor/display controller to be 14 completely powered off while still retaining an image on the display.
|
/drivers/gpu/drm/msm/ |
D | NOTES | 4 display controller blocks at play: 9 (I don't have a completely clear picture on which display controller 19 display controller blocks. And I for sure don't want to have to deal 26 'struct msm_kms' implementations, depending on display controller. 47 the display controller is the "master" device.
|
/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 219 .display = { 287 .display = { 383 .display = { 451 .display = { 519 .display = { 587 .display = { 655 .display = { 723 .display = { 791 .display = { 859 .display = { [all …]
|