| /linux/drivers/gpu/drm/i915/ |
| H A D | Makefile | 12 # Support compiling the display code separately for both i915 and xe 228 display/hsw_ips.o \ 229 display/i9xx_display_sr.o \ 230 display/i9xx_plane.o \ 231 display/i9xx_wm.o \ 232 display/intel_alpm.o \ 233 display/intel_atomic.o \ 234 display/intel_audio.o \ 235 display/intel_bios.o \ 236 display/intel_bo.o \ [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | Makefile | 196 # i915 Display compat #defines and #includes 198 -I$(src)/display/ext \ 200 -I$(srctree)/drivers/gpu/drm/i915/display/ \ 208 # Rule to build display code shared with i915 209 $(obj)/i915-display/%.o: $(srctree)/drivers/gpu/drm/i915/display/%.c FORCE 213 # Display code specific to xe 215 display/ext/i915_irq.o \ 216 display/intel_bo.o \ 217 display/intel_fb_bo.o \ 218 display/intel_fbdev_fb.o \ [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_audio.c | 43 * DOC: High Definition Audio over HDMI and Display Port 46 * HDMI and Display Port. The audio programming sequences are divided into audio 191 static bool needs_wa_14020863754(struct intel_display *display) in needs_wa_14020863754() argument 193 return DISPLAY_VERx100(display) == 3000 || in needs_wa_14020863754() 194 DISPLAY_VERx100(display) == 2000 || in needs_wa_14020863754() 195 DISPLAY_VERx100(display) == 1401; in needs_wa_14020863754() 201 struct intel_display *display = to_intel_display(crtc_state); in audio_config_hdmi_pixel_clock() local 211 if (DISPLAY_VER(display) < 12 && adjusted_mode->crtc_clock > 148500) in audio_config_hdmi_pixel_clock() 215 drm_dbg_kms(display->drm, in audio_config_hdmi_pixel_clock() 221 drm_dbg_kms(display->drm, in audio_config_hdmi_pixel_clock() [all …]
|
| H A D | intel_display.c | 35 #include <drm/display/drm_dp_helper.h> 36 #include <drm/display/drm_dp_tunnel.h> 151 /* WA Display #0827: Gen9:all */ 153 skl_wa_827(struct intel_display *display, enum pipe pipe, bool enable) in skl_wa_827() argument 155 intel_de_rmw(display, CLKGATE_DIS_PSL(pipe), in skl_wa_827() 162 icl_wa_scalerclkgating(struct intel_display *display, enum pipe pipe, in icl_wa_scalerclkgating() argument 165 intel_de_rmw(display, CLKGATE_DIS_PSL(pipe), in icl_wa_scalerclkgating() 172 icl_wa_cursorclkgating(struct intel_display *display, enum pipe pipe, in icl_wa_cursorclkgating() argument 175 intel_de_rmw(display, CLKGATE_DIS_PSL(pipe), in icl_wa_cursorclkgating() 344 struct intel_display *display = to_intel_display(crtc_state); in intel_primary_crtc() local [all …]
|
| H A D | vlv_dsi_regs.h | 14 #define _MIPI_MMIO_BASE(display) ((display)->dsi.mmio_base) argument 97 #define MIPI_DEVICE_READY(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_DEVICE_R… argument 107 #define MIPI_INTR_STAT(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_INTR_STAT,… argument 110 #define MIPI_INTR_EN(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_INTR_EN, _MI… argument 146 #define MIPI_DSI_FUNC_PRG(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_DSI_FUNC… argument 169 #define MIPI_HS_TX_TIMEOUT(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_HS_TX_T… argument 174 #define MIPI_LP_RX_TIMEOUT(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_LP_RX_T… argument 179 #define MIPI_TURN_AROUND_TIMEOUT(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_T… argument 184 #define MIPI_DEVICE_RESET_TIMER(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_DE… argument 189 #define MIPI_DPI_RESOLUTION(display, port) _MMIO_MIPI(_MIPI_MMIO_BASE(display), port, _MIPIA_DPI_RE… argument [all …]
|
| H A D | intel_psr.c | 62 * Since Haswell Display controller supports Panel Self-Refresh on display 64 * spec in eDP1.3. PSR feature allows the display to go to lower standby states 65 * when system is idle but display is on as it eliminates display refresh 67 * display is unchanged. 111 * When unmasked (nearly) all display register writes (eg. even 266 struct intel_display *display = to_intel_display(intel_dp); in panel_replay_global_enabled() local 269 display->params.enable_panel_replay; in panel_replay_global_enabled() 274 struct intel_display *display = to_intel_display(intel_dp); in psr_irq_psr_error_bit_get() local 276 return DISPLAY_VER(display) >= 12 ? TGL_PSR_ERROR : in psr_irq_psr_error_bit_get() 282 struct intel_display *display = to_intel_display(intel_dp); in psr_irq_post_exit_bit_get() local [all …]
|
| H A D | skl_universal_plane.c | 241 static u8 icl_nv12_y_plane_mask(struct intel_display *display) in icl_nv12_y_plane_mask() argument 243 if (DISPLAY_VER(display) >= 13 || HAS_D12_PLANE_MINIMIZATION(display)) in icl_nv12_y_plane_mask() 249 bool icl_is_nv12_y_plane(struct intel_display *display, in icl_is_nv12_y_plane() argument 252 return DISPLAY_VER(display) >= 11 && in icl_is_nv12_y_plane() 253 icl_nv12_y_plane_mask(display) & BIT(plane_id); in icl_is_nv12_y_plane() 261 bool icl_is_hdr_plane(struct intel_display *display, enum plane_id plane_id) in icl_is_hdr_plane() argument 263 return DISPLAY_VER(display) >= 11 && in icl_is_hdr_plane() 449 static bool skl_plane_has_fbc(struct intel_display *display, in skl_plane_has_fbc() argument 452 if ((DISPLAY_RUNTIME_INFO(display)->fbc_mask & BIT(fbc_id)) == 0) in skl_plane_has_fbc() 455 if (DISPLAY_VER(display) >= 20) in skl_plane_has_fbc() [all …]
|
| H A D | intel_opregion.h | 37 int intel_opregion_setup(struct intel_display *display); 38 void intel_opregion_cleanup(struct intel_display *display); 40 void intel_opregion_register(struct intel_display *display); 41 void intel_opregion_unregister(struct intel_display *display); 43 void intel_opregion_resume(struct intel_display *display); 44 void intel_opregion_suspend(struct intel_display *display, 47 bool intel_opregion_asle_present(struct intel_display *display); 48 void intel_opregion_asle_intr(struct intel_display *display); 51 int intel_opregion_notify_adapter(struct intel_display *display, 53 int intel_opregion_get_panel_type(struct intel_display *display); [all …]
|
| H A D | intel_color.c | 228 struct intel_display *display = to_intel_display(crtc->base.dev); in ilk_update_pipe_csc() local 231 intel_de_write_dsb(display, dsb, PIPE_CSC_PREOFF_HI(pipe), in ilk_update_pipe_csc() 233 intel_de_write_dsb(display, dsb, PIPE_CSC_PREOFF_ME(pipe), in ilk_update_pipe_csc() 235 intel_de_write_dsb(display, dsb, PIPE_CSC_PREOFF_LO(pipe), in ilk_update_pipe_csc() 238 intel_de_write_dsb(display, dsb, PIPE_CSC_COEFF_RY_GY(pipe), in ilk_update_pipe_csc() 240 intel_de_write_dsb(display, dsb, PIPE_CSC_COEFF_BY(pipe), in ilk_update_pipe_csc() 243 intel_de_write_dsb(display, dsb, PIPE_CSC_COEFF_RU_GU(pipe), in ilk_update_pipe_csc() 245 intel_de_write_dsb(display, dsb, PIPE_CSC_COEFF_BU(pipe), in ilk_update_pipe_csc() 248 intel_de_write_dsb(display, dsb, PIPE_CSC_COEFF_RV_GV(pipe), in ilk_update_pipe_csc() 250 intel_de_write_dsb(display, dsb, PIPE_CSC_COEFF_BV(pipe), in ilk_update_pipe_csc() [all …]
|
| H A D | intel_frontbuffer.c | 51 * The other type of display power saving feature only cares about busyness 73 * @display: display device 83 static void frontbuffer_flush(struct intel_display *display, in frontbuffer_flush() argument 88 spin_lock(&display->fb_tracking.lock); in frontbuffer_flush() 89 frontbuffer_bits &= ~display->fb_tracking.busy_bits; in frontbuffer_flush() 90 spin_unlock(&display->fb_tracking.lock); in frontbuffer_flush() 95 trace_intel_frontbuffer_flush(display, frontbuffer_bits, origin); in frontbuffer_flush() 98 intel_td_flush(display); in frontbuffer_flush() 99 intel_drrs_flush(display, frontbuffer_bits); in frontbuffer_flush() 100 intel_psr_flush(display, frontbuffer_bits, origin); in frontbuffer_flush() [all …]
|
| H A D | intel_display_driver.h | 17 void intel_display_driver_init_hw(struct intel_display *display); 18 void intel_display_driver_early_probe(struct intel_display *display); 19 int intel_display_driver_probe_noirq(struct intel_display *display); 20 int intel_display_driver_probe_nogem(struct intel_display *display); 21 int intel_display_driver_probe(struct intel_display *display); 22 void intel_display_driver_register(struct intel_display *display); 23 void intel_display_driver_remove(struct intel_display *display); 24 void intel_display_driver_remove_noirq(struct intel_display *display); 25 void intel_display_driver_remove_nogem(struct intel_display *display); 26 void intel_display_driver_unregister(struct intel_display *display); [all …]
|
| H A D | intel_fbdev.c | 69 struct intel_display *display = to_intel_display(fb_helper->client.dev); in to_intel_fbdev() local 71 return display->fbdev.fbdev; in to_intel_fbdev() 226 __intel_fbdev_fb_alloc(struct intel_display *display, in __intel_fbdev_fb_alloc() argument 239 obj = intel_fbdev_fb_bo_create(display->drm, size); in __intel_fbdev_fb_alloc() 246 drm_get_format_info(display->drm, in __intel_fbdev_fb_alloc() 267 struct intel_display *display = to_intel_display(helper->dev); in intel_fbdev_driver_fbdev_probe() local 283 drm_dbg_kms(display->drm, in intel_fbdev_driver_fbdev_probe() 292 wakeref = intel_display_rpm_get(display); in intel_fbdev_driver_fbdev_probe() 294 if (!fb || drm_WARN_ON(display->drm, !intel_fb_bo(&fb->base))) { in intel_fbdev_driver_fbdev_probe() 295 drm_dbg_kms(display->drm, in intel_fbdev_driver_fbdev_probe() [all …]
|
| H A D | intel_fb.c | 26 #define check_array_bounds(display, a, i) drm_WARN_ON((display)->drm, (i) >= ARRAY_SIZE(a)) argument 546 static bool plane_has_modifier(struct intel_display *display, in plane_has_modifier() argument 550 if (!IS_DISPLAY_VER(display, md->display_ver.from, md->display_ver.until)) in plane_has_modifier() 561 HAS_AUX_CCS(display) != !!md->ccs.packed_aux_planes) in plane_has_modifier() 565 (DISPLAY_VER(display) < 14 || !display->platform.dgfx)) in plane_has_modifier() 569 (DISPLAY_VER(display) < 20 || display->platform.dgfx)) in plane_has_modifier() 577 * @display: display instance 581 * Returns the list of modifiers allowed by the @display platform and @plane_caps. 584 u64 *intel_fb_plane_get_modifiers(struct intel_display *display, in intel_fb_plane_get_modifiers() argument 592 if (plane_has_modifier(display, plane_caps, &intel_modifiers[i])) in intel_fb_plane_get_modifiers() [all …]
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | allwinner,sun4i-a10-display-engine.yaml | 4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-display-engine.yaml# 7 title: Allwinner A10 Display Engine Pipeline 14 The display engine pipeline (and its entry point, since it can be 18 The Allwinner A10 Display pipeline is composed of several components 22 display pipeline, when there are multiple components of the same 52 - allwinner,sun4i-a10-display-engine 53 - allwinner,sun5i-a10s-display-engine 54 - allwinner,sun5i-a13-display-engine 55 - allwinner,sun6i-a31-display-engine 56 - allwinner,sun6i-a31s-display-engine [all …]
|
| H A D | xylon,logicvc-display.yaml | 5 $id: http://devicetree.org/schemas/display/xylon,logicvc-display.yaml# 8 title: Xylon LogiCVC display controller 14 The Xylon LogiCVC is a display controller that supports multiple layers. 32 - xylon,logicvc-3.02.a-display 33 - xylon,logicvc-4.01.a-display 67 xylon,display-interface: 79 description: Display output interface (C_DISPLAY_INTERFACE). 81 xylon,display-colorspace: 89 description: Display output colorspace (C_DISPLAY_COLOR_SPACE). 91 xylon,display-depth: [all …]
|
| /linux/drivers/soc/sunxi/ |
| H A D | sunxi_mbus.c | 13 * The display engine virtual devices are not strictly speaking 18 "allwinner,sun4i-a10-display-engine", 19 "allwinner,sun5i-a10s-display-engine", 20 "allwinner,sun5i-a13-display-engine", 21 "allwinner,sun6i-a31-display-engine", 22 "allwinner,sun6i-a31s-display-engine", 23 "allwinner,sun7i-a20-display-engine", 24 "allwinner,sun8i-a23-display-engine", 25 "allwinner,sun8i-a33-display-engine", 26 "allwinner,sun9i-a80-display-engine", [all …]
|
| /linux/drivers/staging/fbtft/ |
| H A D | fbtft-core.c | 248 "%s: start_line=%u is larger than end_line=%u. Shouldn't happen, will do full display update\n", in fbtft_update_display() 256 …"%s: start_line=%u or end_line=%u is larger than max=%d. Shouldn't happen, will do full display up… in fbtft_update_display() 275 "%s: write_vmem failed to update display buffer\n", in fbtft_update_display() 292 "Display update: %ld kB/s, fps=%ld\n", in fbtft_update_display() 309 /* Mark display lines/area as dirty */ in fbtft_mkdirty() 317 /* Schedule deferred_io to update display (no-op if already on queue)*/ in fbtft_mkdirty() 331 /* set display line markers as clean */ in fbtft_deferred_io() 336 /* Mark display lines as dirty */ in fbtft_deferred_io() 481 * @display: pointer to structure describing the display 483 * @pdata: platform data for the display in use [all …]
|
| /linux/Documentation/devicetree/bindings/display/tegra/ |
| H A D | nvidia,tegra186-display.yaml | 4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra186-display.yaml# 7 title: NVIDIA Tegra186 (and later) Display Hub 15 pattern: "^display-hub@[0-9a-f]+$" 19 - nvidia,tegra186-display 20 - nvidia,tegra194-display 44 - description: display hub reset 69 "^display@[0-9a-f]+$": 77 const: nvidia,tegra186-display 82 - description: display core clock 83 - description: display stream compression clock [all …]
|
| /linux/Documentation/devicetree/bindings/auxdisplay/ |
| H A D | modtronix,lcd2s.yaml | 7 title: Modtronix engineering LCD2S Character LCD Display 13 The LCD2S is a Character LCD Display manufactured by Modtronix Engineering. 14 The display supports a serial I2C and SPI interface. The driver currently 24 I2C bus address of the display. 26 display-height-chars: 27 description: Height of the display, in character cells. 32 display-width-chars: 33 description: Width of the display, in character cells. 41 - display-height-chars 42 - display-width-chars [all …]
|
| H A D | hit,hd44780.yaml | 14 LCDs that can display one or more lines of text. It exposes an M6800 bus 54 display-height-chars: 55 description: Height of the display, in character cells, 60 display-width-chars: 61 description: Width of the display, in character cells. 69 display-width-chars for displays with more than 2 lines). 79 - display-height-chars 80 - display-width-chars 87 display-controller { 97 display-height-chars = <2>; [all …]
|
| /linux/drivers/acpi/acpica/ |
| H A D | utbuffer.c | 22 * display - BYTE, WORD, DWORD, or QWORD display: 27 * base_offset - Beginning buffer offset (display only) 34 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer() argument 40 u32 display_data_only = display & DB_DISPLAY_DATA_ONLY; in acpi_ut_dump_buffer() 42 display &= ~DB_DISPLAY_DATA_ONLY; in acpi_ut_dump_buffer() 49 display = DB_BYTE_DISPLAY; in acpi_ut_dump_buffer() 69 acpi_os_printf("%*s", ((display * 2) + 1), " "); in acpi_ut_dump_buffer() 70 j += display; in acpi_ut_dump_buffer() 74 switch (display) { in acpi_ut_dump_buffer() 76 default: /* Default is BYTE display */ in acpi_ut_dump_buffer() [all …]
|
| /linux/rust/kernel/ |
| H A D | fmt.rs | 33 /// A copy of [`core::fmt::Display`] that allows us to implement it for foreign types. 35 /// Types should implement this trait rather than [`core::fmt::Display`]. Together with the 37 /// core) which do not implement [`core::fmt::Display`] directly. 40 pub trait Display { interface 41 /// Same as [`core::fmt::Display::fmt`]. 45 impl<T: ?Sized + Display> Display for &T { impl 47 Display::fmt(*self, f) in fmt() 51 impl<T: ?Sized + Display> core::fmt::Display for Adapter<&T> { 54 Display::fmt(t, f) in fmt() 63 impl$($($generics)*)? Display for $ty $(where $($where)*)? { [all …]
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| H A D | panel-simple.yaml | 4 $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml# 17 The panel may use an OF graph binding for the association to the display, 18 or it may be a direct child node of the display. 102 # DLC Display Co. DLC1010GIG 10.1" WXGA TFT LCD Panel 104 # Emerging Display Technology Corp. 3.5" QVGA TFT LCD panel 106 # Emerging Display Technology Corp. 5.7" VGA TFT LCD panel 109 # Emerging Display Technology Corp. 3.5" WVGA TFT LCD panel with 112 # Emerging Display Technology Corp. 480x272 TFT Display with capacitive touch 114 # Emerging Display Technology Corp. 480x272 TFT Display 116 # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch [all …]
|
| /linux/include/video/ |
| H A D | s1d13xxxfb.h | 44 #define S1DREG_LCD_DISP_HWIDTH 0x0032 /* LCD Horizontal Display Width Register: ((val)+1)*8)=pix/l… 45 #define S1DREG_LCD_NDISP_HPER 0x0034 /* LCD Horizontal Non-Display Period Register: ((val)+1)*8)=N… 48 #define S1DREG_LCD_DISP_VHEIGHT0 0x0038 /* LCD Vertical Display Height Register 0 */ 49 #define S1DREG_LCD_DISP_VHEIGHT1 0x0039 /* LCD Vertical Display Height Register 1 */ 50 #define S1DREG_LCD_NDISP_VPER 0x003A /* LCD Vertical Non-Display Period Register: (val)+1=NDlines … 53 #define S1DREG_LCD_DISP_MODE 0x0040 /* LCD Display Mode Register */ 55 #define S1DREG_LCD_DISP_START0 0x0042 /* LCD Display Start Address Register 0 */ 56 #define S1DREG_LCD_DISP_START1 0x0043 /* LCD Display Start Address Register 1 */ 57 #define S1DREG_LCD_DISP_START2 0x0044 /* LCD Display Start Address Register 2 */ 61 #define S1DREG_LCD_DISP_FIFO_HTC 0x004A /* LCD Display FIFO High Threshold Control Register */ [all …]
|
| /linux/Documentation/devicetree/bindings/display/sprd/ |
| H A D | sprd,display-subsystem.yaml | 4 $id: http://devicetree.org/schemas/display/sprd/sprd,display-subsystem.yaml# 14 DPU devices or other display interface nodes that comprise the 17 Unisoc's display pipeline have several components as below description, 18 multi display controllers and corresponding physical interfaces. 19 For different display scenarios, dpu0 and dpu1 maybe binding to different 23 dpu0 and dpu1 both binding to DSI for dual mipi-dsi display; 24 dpu0 binding to DSI for primary display, and dpu1 binding to DP for external display; 44 const: sprd,display-subsystem 51 Should contain a list of phandles pointing to display interface port 62 display-subsystem { [all …]
|