Searched refs:display (Results 76 - 100 of 340) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c368 struct intel_display *display = to_intel_display(encoder); local
372 temp = intel_de_read(display, MIPI_CTRL(display, port));
374 intel_de_write(display, MIPI_CTRL(display, port),
573 struct intel_display *display = to_intel_display(encoder); local
579 tmp = intel_de_read(display, BXT_MIPI_CLOCK_CTL);
584 intel_de_write(display, BXT_MIPI_CLOCK_CTL, tmp);
586 intel_de_rmw(display, MIPIO_TXESC_CLK_DIV1, GLK_TX_ESC_CLK_DIV1_MASK, 0);
588 intel_de_rmw(display, MIPIO_TXESC_CLK_DIV
[all...]
H A Dintel_dsi.c67 int max_dotclk = to_i915(connector->dev)->display.cdclk.max_dotclk_freq;
126 orientation = dev_priv->display.vbt.orientation;
H A Dintel_gmbus_regs.h11 #define GMBUS_MMIO_BASE(__i915) ((__i915)->display.gmbus.mmio_base)
H A Dintel_connector.c229 prop = dev_priv->display.properties.force_audio;
238 dev_priv->display.properties.force_audio = prop;
256 prop = dev_priv->display.properties.broadcast_rgb;
265 dev_priv->display.properties.broadcast_rgb = prop;
H A Dintel_qp_tables.c6 #include <drm/display/drm_dsc.h>
H A Dintel_pps.c70 mutex_lock(&dev_priv->display.pps.mutex);
80 mutex_unlock(&dev_priv->display.pps.mutex);
205 lockdep_assert_held(&dev_priv->display.pps.mutex);
252 lockdep_assert_held(&dev_priv->display.pps.mutex);
317 lockdep_assert_held(&dev_priv->display.pps.mutex);
395 lockdep_assert_held(&i915->display.pps.mutex);
531 lockdep_assert_held(&dev_priv->display.pps.mutex);
544 lockdep_assert_held(&dev_priv->display.pps.mutex);
593 lockdep_assert_held(&dev_priv->display.pps.mutex);
698 lockdep_assert_held(&dev_priv->display
1353 struct intel_display *display = to_intel_display(intel_dp); local
[all...]
H A Dskl_watermark.c77 i915->display.sagv.status != I915_SAGV_NOT_CONTROLLED;
114 i915->display.sagv.status = I915_SAGV_NOT_CONTROLLED;
123 drm_WARN_ON(&i915->drm, i915->display.sagv.status == I915_SAGV_UNKNOWN);
125 i915->display.sagv.block_time_us = intel_sagv_block_time(i915);
128 str_yes_no(intel_has_sagv(i915)), i915->display.sagv.block_time_us);
131 if (drm_WARN(&i915->drm, i915->display.sagv.block_time_us > U16_MAX,
133 i915->display.sagv.block_time_us))
134 i915->display.sagv.block_time_us = 0;
137 i915->display.sagv.block_time_us = 0;
142 * depending on power and performance requirements. The display engin
[all...]
H A Dintel_dpll_mgr.c49 * This file provides an abstraction over display PLLs. The function
263 mutex_lock(&i915->display.dpll.lock);
289 mutex_unlock(&i915->display.dpll.lock);
312 mutex_lock(&i915->display.dpll.lock);
335 mutex_unlock(&i915->display.dpll.lock);
723 if (i915->display.dpll.pch_ssc_use & BIT(id))
739 if (i915->display.dpll.pch_ssc_use & BIT(id))
1005 refclk = i915->display.dpll.ref_clks.nssc;
1015 refclk = i915->display.dpll.ref_clks.ssc;
1240 i915->display
[all...]
H A Dintel_fbdev.c300 * The core display code will have read out the current plane configuration,
456 display.fbdev.suspend_work)->drm,
467 struct intel_fbdev *ifbdev = i915->display.fbdev.fbdev;
485 struct intel_fbdev *ifbdev = dev_priv->display.fbdev.fbdev;
508 flush_work(&dev_priv->display.fbdev.suspend_work);
523 &dev_priv->display.fbdev.suspend_work);
545 struct intel_fbdev *ifbdev = to_i915(dev)->display.fbdev.fbdev;
564 struct intel_fbdev *ifbdev = dev_priv->display.fbdev.fbdev;
666 i915->display.fbdev.fbdev = ifbdev;
667 INIT_WORK(&i915->display
[all...]
H A Dintel_display_irq.c120 new_val = dev_priv->display.irq.de_irq_mask[pipe];
124 if (new_val != dev_priv->display.irq.de_irq_mask[pipe]) {
125 dev_priv->display.irq.de_irq_mask[pipe] = new_val;
127 dev_priv->display.irq.de_irq_mask[pipe]);
183 u32 status_mask = dev_priv->display.irq.pipestat_irq_mask[pipe];
237 if ((dev_priv->display.irq.pipestat_irq_mask[pipe] & status_mask) == status_mask)
240 dev_priv->display.irq.pipestat_irq_mask[pipe] |= status_mask;
260 if ((dev_priv->display.irq.pipestat_irq_mask[pipe] & status_mask) == 0)
263 dev_priv->display.irq.pipestat_irq_mask[pipe] &= ~status_mask;
405 dev_priv->display
[all...]
H A Dintel_backlight.c86 struct intel_display *display = to_intel_display(connector); local
89 drm_WARN_ON(display->drm, panel->backlight.pwm_level_max == 0);
91 if (display->params.invert_brightness < 0)
94 if (display->params.invert_brightness > 0 ||
95 intel_has_quirk(display, QUIRK_INVERT_BRIGHTNESS)) {
129 struct intel_display *display = to_intel_display(connector); local
132 drm_WARN_ON_ONCE(display->drm,
135 if (display->params.invert_brightness > 0 ||
136 (display->params.invert_brightness == 0 &&
137 intel_has_quirk(display, QUIRK_INVERT_BRIGHTNES
1645 struct intel_display *display = to_intel_display(connector); local
[all...]
/linux-master/drivers/staging/fbtft/
H A Dfb_hx8353d.c124 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
139 FBTFT_REGISTER_DRIVER(DRVNAME, "himax,hx8353d", &display);
H A Dfb_tinylcd.c3 * Custom FB driver for tinylcd.com display
85 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
96 FBTFT_REGISTER_DRIVER(DRVNAME, "neosec,tinylcd", &display);
101 MODULE_DESCRIPTION("Custom FB driver for tinylcd.com display");
H A Dfb_tls8204.c5 * The display is monochrome and the video memory is RGB565.
54 /* Set the address of the first display line. */
94 /* The display is 102x68 but the LCD is 84x48.
136 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
153 FBTFT_REGISTER_DRIVER(DRVNAME, "teralane,tls8204", &display);
H A Dfb_pcd8544.c5 * The display is monochrome and the video memory is RGB565.
143 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
160 FBTFT_REGISTER_DRIVER(DRVNAME, "philips,pcd8544", &display);
H A Dfb_st7789v.c34 * enum st7789v_command - ST7789V display controller commands
50 * Note that the ST7789V display controller offers quite a few more commands
130 * init_display() - initialize the display controller
135 * same default values which are already in place after the display has been
221 * write_vmem() - write data to display.
244 switch (par->pdata->display.buswidth) {
256 par->pdata->display.buswidth);
303 * to ensure syntactically correct input for the display controller.
353 * blank() - blank the display
356 * @on: whether to enable or disable blanking the display
369 static struct fbtft_display display = { variable in typeref:struct:fbtft_display
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h32 #include <drm/display/drm_dp_helper.h>
33 #include <drm/display/drm_dp_mst_helper.h>
H A Dnouveau_display.h42 return nouveau_drm(dev)->display;
/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h49 * struct sh_mobile_lcdc_chan - LCDC display channel
101 } display; member in struct:sh_mobile_lcdc_chan
H A Ds1d13xxxfb.c14 * TODO: - handle dual screen display (CRT and LCD at the same time).
206 if ((s1dfb->display & 0x01)) /* LCD */
235 dbg("writing %02x to display mode register\n", val);
237 if ((s1dfb->display & 0x01)) /* LCD */
313 * s1d13xxxfb_blank - blanks the display.
337 if ((par->display & 0x01) != 0)
339 if ((par->display & 0x02) != 0)
358 * s1d13xxxfb_pan_display - Pans the display.
362 * Pan (or wrap, depending on the `vmode' field) the display using the
382 if ((par->display
646 u8 panel, display; local
[all...]
/linux-master/drivers/auxdisplay/
H A Dcharlcd.h59 * @print: Print one character to the display at current cursor position.
66 * @clear_display: Clear the whole display and set the cursor to 0, 0. The
69 * @init_display: Initialize the display.
71 * @shift_display: Shift whole display content left or right.
72 * @display: Turn display on or off.
87 int (*display)(struct charlcd *lcd, enum charlcd_onoff on); member in struct:charlcd_ops
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Dos_types.h39 #include <drm/display/drm_dp_helper.h>
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu.h31 bool display; member in struct:vpu_dst_buffer
/linux-master/drivers/gpu/drm/xe/display/
H A Dxe_plane_initial.c251 * We've failed to reconstruct the BIOS FB. Current display state
292 i915->display.funcs.display->get_initial_plane_config(crtc, plane_config);
300 if (i915->display.funcs.display->fixup_initial_plane_config(crtc, plane_config))
/linux-master/drivers/acpi/acpica/
H A Ddbdisply.c4 * Module Name: dbdisply - debug display commands
146 u32 display = DB_BYTE_DISPLAY; local
161 display = DB_WORD_DISPLAY;
163 display = DB_DWORD_DISPLAY;
165 display = DB_QWORD_DISPLAY;
216 display, ACPI_UINT32_MAX);
235 display, ACPI_UINT32_MAX);
255 acpi_ut_debug_dump_buffer(obj_ptr, size, display,
289 sizeof(struct acpi_namespace_node), display,
325 display, ACPI_UINT32_MA
[all...]

Completed in 612 milliseconds

1234567891011>>