Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-23 18:12:00 to 2024-09-25 03:54:25 UTC [more...]

[PATCH] drm: Add check for encoder in intel_get_crtc_new_encoder()
 2024-09-24 12:11 UTC  (3+ messages)

[PATCHv2 0/3] Some correction in the DP Link Training sequence
 2024-09-25  3:44 UTC  (4+ messages)
` [PATCHv2 1/3] drm/i915/dp: use fsleep instead of usleep_range for LT
` [PATCHv3 2/3] drm/i915/dp: read Aux RD interval just before setting the FFE preset
` [PATCHv2 3/3] drm/i915/dp: Include the time taken by AUX Tx for timeout

[PATCHv2 0/3] Some correction in the DP Link Training sequence
 2024-09-25  3:51 UTC  (7+ messages)
` [PATCHv2 1/3] drm/i915/dp: use fsleep instead of usleep_range for LT
` [PATCHv2 2/3] drm/i915/dp: read Aux RD interval just before reading the FFE preset
` [PATCHv2 3/3] drm/i915/dp: Include the time taken by AUX Tx for timeout

[PATCH v6 0/4] Introduce DRM device wedged event
 2024-09-25  3:04 UTC  (8+ messages)
` [PATCH v6 1/4] drm: Introduce "

[PATCH 00/31] Reconcile i915's and xe's display power mgt sequences
 2024-09-24 20:35 UTC  (32+ messages)
` [PATCH 01/31] drm/i915: Remove vga and gmbus seq out of i915_restore_display
` [PATCH 02/31] drm/i915/display: Convert i915_suspend into i9xx_display_sr
` [PATCH 03/31] drm/i915/display: Move regfile registers intel_display.restore
` [PATCH 04/31] drm/i915/display: Move shutdown sequences under display driver
` [PATCH 05/31] drm/xe: At shutdown disable commit helpers instead of flushing
` [PATCH 06/31] drm/xe: Use i915-display shutdown sequence directly
` [PATCH 07/31] drm/{i915, xe}/display: Move DP MST calls to display_driver
` [PATCH 08/31] drm/i915/display: Move suspend sequences to intel_display_driver
` [PATCH 09/31] drm/xe/display: Delay hpd_init resume
` [PATCH 10/31] drm/xe/display: Spin-off xe_display runtime/d3cold sequences
` [PATCH 11/31] drm/{i915,xe}: Consolidate display resume functions
` [PATCH 12/31] drm/i915: Remove lingering pci_save_state
` [PATCH 13/31] drm/{i915,xe}: Consolidate display suspend functions
` [PATCH 14/31] drm/i915/display: Move resume sequences to intel_display_driver
` [PATCH 15/31] drm/xe/display: Delay dsm handler registration
` [PATCH 16/31] drm/{i915, xe}: Move power_domains suspend/resume to display_power
` [PATCH 17/31] drm/{i915, xe}: Move remaining intel_power_domains to intel_display
` [PATCH 18/31] drm/i915/display: Split resume_noirq calls for now
` [PATCH 19/31] drm/xe/display: Align display resume sequence with i915
` [PATCH 20/31] drm/xe/display: Align suspend "
` [PATCH 21/31] drm/{i915, xe}/display: Move dsm registration under intel_driver
` [PATCH 22/31] drm/i915/display: Move runtime pm related calls under intel_display_driver
` [PATCH 23/31] drm/xe/display: Prepare runtime pm functions
` [PATCH 24/31] drm/xe/display: Call intel_hpd_init on every runtime resume
` [PATCH 25/31] drm/xe/display: Move hpd_poll calls to later runtime stages
` [PATCH 26/31] drm/xe/display: Add missing watermark ipc update at runtime resume
` [PATCH 27/31] drm/xe/display: Notify opregion upon runtime suspend/resume non-d3cold
` [PATCH 28/31] drm/xe/display: Move display runtime suspend to a later point
` [PATCH 29/31] drm/xe/display: Kill crtc commit flush
` [PATCH 30/31] drm/xe/display: Add missing power display handling on non-d3cold rpm
` [PATCH 31/31] drm/{i915, xe}/display: Consolidade entire runtime pm sequence

[PATCH 0/2] drm: revert some framebuffer API tests
 2024-09-24 17:37 UTC  (10+ messages)

[PATCH 0/2] Implement Wa 14019834836
 2024-09-24 16:31 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/psr: Add new SU area calculation helper to apply workarounds
` [PATCH 2/2] drm/i915/psr: Implement Wa 14019834836

[PATCH] drm/i915/hdcp: fix connector refcounting
 2024-09-24 15:30 UTC 

[PATCH v2 0/6] drm/i915/bios: Refactor ROM access
 2024-09-24 13:52 UTC  (3+ messages)
` [PATCH v2 1/6] drm/i915/bios: Use drm_dbg_kms() consistently

[PATCH v2 0/9] drm/i915/display: platform identification with display->is.<PLATFORM>
 2024-09-24 13:43 UTC  (7+ messages)

[PATCH v11 0/2] Vrr refactoring and panel replay workaround
 2024-09-24 10:15 UTC  (7+ messages)
` [PATCH v11 1/2] drm/i915/vrr: Split vrr-compute-config in two phases
` [PATCH v11 2/2] drm/i915/panelreplay: Panel replay workaround with VRR

[PATCH v4 0/3] Introduce DRM device wedged event
 2024-09-24  9:37 UTC  (3+ messages)
` [PATCH v4 1/3] drm: Introduce "

[PATCH v1] docs/gpu: ci: update flake tests requirements
 2024-09-24  8:05 UTC  (3+ messages)

[PATCH 0/2] Reduce SHPD_FILTER_CNT value
 2024-09-24  7:34 UTC  (7+ messages)
` [PATCH 1/2] drm/i915/hotplug: Reduce SHPD_FLITER_CNT for DISPLAY_VER() == 12
  ` [PATCH 1/2] drm/i915/hotplug: Reduce SHPD_FLITER_CNT for ICL and above

[PATCH v5 00/80] drm: Provide client setup helper and convert drivers
 2024-09-24  7:13 UTC  (81+ messages)
` [PATCH v5 01/80] drm/fbdev-helper: Move color-mode lookup into 4CC format helper
` [PATCH v5 02/80] drm/fbdev-helper: Set and clear VGA switcheroo client from fb_info
` [PATCH v5 03/80] drm/fbdev: Add memory-agnostic fbdev client
` [PATCH v5 04/80] drm: Add client-agnostic setup helper
` [PATCH v5 05/80] drm/fbdev-dma: Support struct drm_driver.fbdev_probe
` [PATCH v5 06/80] drm/arcgpu: Run DRM default client setup
` [PATCH v5 07/80] drm/arm/komeda: "
` [PATCH v5 08/80] drm/arm/hdlcd: "
` [PATCH v5 09/80] drm/arm/malidp: "
` [PATCH v5 10/80] drm/aspeed: "
` [PATCH v5 11/80] drm/atmel-hdlcd: "
` [PATCH v5 12/80] drm/fsl-dcu: "
` [PATCH v5 13/80] drm/hisilicon/kirin: "
` [PATCH v5 14/80] drm/hx8357d: "
` [PATCH v5 15/80] drm/ili9163: "
` [PATCH v5 16/80] drm/ili9225: "
` [PATCH v5 17/80] drm/ili9341: "
` [PATCH v5 18/80] drm/ili9486: "
` [PATCH v5 19/80] drm/imx/dcss: "
` [PATCH v5 20/80] drm/imx/ipuv3: "
` [PATCH v5 21/80] drm/imx/lcdc: "
` [PATCH v5 22/80] drm/ingenic: "
` [PATCH v5 23/80] drm/kmb: "
` [PATCH v5 24/80] drm/logicvc: "
` [PATCH v5 25/80] drm/mcde: "
` [PATCH v5 26/80] drm/mediatek: "
` [PATCH v5 27/80] drm/meson: "
` [PATCH v5 28/80] drm/mi0283qt: "
` [PATCH v5 29/80] drm/mxsfb/lcdif: "
` [PATCH v5 30/80] drm/mxsfb: "
` [PATCH v5 31/80] drm/panel-mipi-dbi: "
` [PATCH v5 32/80] drm/pl111: "
` [PATCH v5 33/80] drm/renesas/rcar-du: "
` [PATCH v5 34/80] drm/renesas/rz-du: "
` [PATCH v5 35/80] drm/renesas/shmobile: "
` [PATCH v5 36/80] drm/repaper: "
` [PATCH v5 37/80] drm/rockchip: "
` [PATCH v5 38/80] drm/sti: "
` [PATCH v5 39/80] drm/stm: "
` [PATCH v5 40/80] drm/sun4i: "
` [PATCH v5 41/80] drm/tidss: "
` [PATCH v5 42/80] drm/tilcdc: "
` [PATCH v5 43/80] drm/st7586: "
` [PATCH v5 44/80] drm/st7735r: "
` [PATCH v5 45/80] drm/tve200: "
` [PATCH v5 46/80] drm/vc4: "
` [PATCH v5 47/80] drm/xlnx: "
` [PATCH v5 48/80] drm/fbdev-dma: Remove obsolete setup function
` [PATCH v5 49/80] drm/fbdev-shmem: Support struct drm_driver.fbdev_probe
` [PATCH v5 50/80] drm/ast: Run DRM default client setup
` [PATCH v5 51/80] drm/bochs: "
` [PATCH v5 52/80] drm/cirrus: "
` [PATCH v5 53/80] drm/gm12u320: "
` [PATCH v5 54/80] drm/gud: "
` [PATCH v5 55/80] drm/hyperv_drm: "
` [PATCH v5 56/80] drm/mgag200: "
` [PATCH v5 57/80] drm/ofdrm: Use "
` [PATCH v5 58/80] drm/simpledrm: Run "
` [PATCH v5 59/80] drm/solomon: "
` [PATCH v5 60/80] drm/udl: "
` [PATCH v5 61/80] drm/virtgpu: "
` [PATCH v5 62/80] drm/vkms: "
` [PATCH v5 63/80] drm/fbdev-shmem: Remove obsolete setup function
` [PATCH v5 64/80] drm/fbdev-ttm: Support struct drm_driver.fbdev_probe
` [PATCH v5 65/80] drm/amdgpu: Run DRM default client setup
` [PATCH v5 66/80] drm/hisilicon/hibmc: "
` [PATCH v5 67/80] drm/loongson: "
` [PATCH v5 68/80] drm/nouveau: "
` [PATCH v5 69/80] drm/qxl: "
` [PATCH v5 70/80] drm/vboxvideo: "
` [PATCH v5 71/80] drm/vmwgfx: "
` [PATCH v5 72/80] drm/fbdev-ttm: Remove obsolete setup function
` [PATCH v5 73/80] drm/armada: Run DRM default client setup
` [PATCH v5 74/80] drm/exynos-drm: "
` [PATCH v5 75/80] drm/gma500: "
` [PATCH v5 76/80] drm/msm: "
` [PATCH v5 77/80] drm/radeon: "
` [PATCH v5 78/80] drm/tegra: "
` [PATCH v5 79/80] drm/omapdrm: Remove struct drm_fb_helper from struct omap_fbdev
` [PATCH v5 80/80] drm/omapdrm: Run DRM default client setup

[PATCHv2 0/3] Some correction in the DP Link Training sequence
 2024-09-24  6:36 UTC  (4+ messages)
` [PATCHv2 1/3] drm/i915/dp: use fsleep instead of usleep_range for LT
` [PATCHv3 2/3] drm/i915/dp: read Aux RD interval just before setting the FFE preset
` [PATCHv2 3/3] drm/i915/dp: Include the time taken by AUX Tx for timeout

[PATCH 0/7] drm/i915: Some wm/cxsr cleanups
 2024-09-24  6:07 UTC  (9+ messages)
` [PATCH 1/7] drm/i915: Remove leftover intel_sprite_set_colorkey_ioctl() prototype
` [PATCH 5/7] drm/i915: Move the dodgy pre-g4x wm stuff into i9xx_wm

[PATCH 0/3] Some correction in the DP Link Training dequence
 2024-09-24  6:00 UTC  (8+ messages)
` [PATCH 2/3] drm/i915/dp: read Aux RD interval after reading the FFE preset

[PATCH v2 0/5] Miscelaneous fixes for display tracepoints
 2024-09-23 21:08 UTC  (12+ messages)
` [PATCH v2 1/5] drm/i915/display: Fix out-of-bounds access in pipe-related tracepoints
` [PATCH v2 2/5] drm/i915/display: Zero-initialize frame/scanline counts in tracepoints
` [PATCH v2 3/5] drm/i915/display: Store pipe name in trace events
` [PATCH v2 4/5] drm/i915/display: Do not use ids from enum pipe in TP_printk()
` [PATCH v2 5/5] drm/i915/display: Cover all possible pipes "

[PATCH 00/16] Ultrajoiner basic functionality series
 2024-09-23 19:09 UTC  (29+ messages)
` [PATCH 01/16] drm/i915/display_device: Add Check HAS_DSC for bigjoiner
` [PATCH 02/16] drm/i915/display_debugfs: Allow force joiner only if supported
` [PATCH 03/16] drm/i915/display: Modify debugfs for joiner to force n pipes
` [PATCH 05/16] drm/i915/display: Add debugfs support to avoid joiner
` [PATCH 06/16] drm/i915: Split current joiner hw state readout
` [PATCH 07/16] drm/i915: Add bigjoiner and uncompressed joiner hw readout sanity checks
` [PATCH 08/16] drm/i915/display: Add macro HAS_ULTRAJOINER()
` [PATCH 09/16] drm/i915: Implement hw state readout and checks for ultrajoiner
` [PATCH 10/16] drm/i915/display: Refactor enable_joiner_pipes
` [PATCH 11/16] drm/i915/display/vdsc: Add ultrajoiner support with DSC
` [PATCH 12/16] drm/i915/dp: Modify compressed bpp limitations for ultrajoiner
` [PATCH 13/16] drm/i915/dp: Modify helper to get slice count "
` [PATCH 14/16] drm/i915: Compute config and mode valid changes "
` [PATCH 15/16] drm/i915/display: Consider ultrajoiner for computing maxdotclock
` [PATCH 16/16] drm/i915/intel_dp: Add support for forcing ultrajoiner


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox