Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-20 07:12:38 to 2024-09-24 07:18:23 UTC [more...]

[PATCH v5 00/80] drm: Provide client setup helper and convert drivers
 2024-09-24  7:12 UTC  (14+ 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 12/80] drm/fsl-dcu: "
` [PATCH v5 14/80] drm/hx8357d: "
` [PATCH v5 15/80] drm/ili9163: "

[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

[PATCHv2 0/3] Some correction in the DP Link Training sequence
 2024-09-24  6:33 UTC  (5+ 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 v1] docs/gpu: ci: update flake tests requirements
 2024-09-24  6:16 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Some wm/cxsr cleanups
 2024-09-24  6:07 UTC  (19+ messages)
` [PATCH 1/7] drm/i915: Remove leftover intel_sprite_set_colorkey_ioctl() prototype
` [PATCH 2/7] drm/i915: Combine .compute_{pipe, intermediate}_wm() into one
` [PATCH 4/7] drm/i915: Clean up intel_wm_need_update()
` [PATCH 5/7] drm/i915: Move the dodgy pre-g4x wm stuff into i9xx_wm
` [PATCH 6/7] drm/i915: s/disable_lp_wm/disable_cxsr/
` [PATCH 7/7] drm/i915: Rename variables in ilk_intermedidate_wm()

[PATCH 0/3] Some correction in the DP Link Training dequence
 2024-09-24  6:00 UTC  (25+ messages)
` [PATCH 1/3] drm/i915/dp: use fsleep instead of usleep_rage for LT
` [PATCH 2/3] drm/i915/dp: read Aux RD interval after reading the FFE preset
` [PATCH 3/3] drm/i915/dp: Include the time taken by AUX Tx for timeout

[PATCH 0/2] Reduce SHPD_FILTER_CNT value
 2024-09-24  5:17 UTC  (8+ messages)
` [PATCH 1/2] drm/i915/hotplug: Reduce SHPD_FLITER_CNT for DISPLAY_VER() == 12
` [PATCH 2/2] drm/i915/hotplug: Add comment for XE_LPD+ SHPD_FILTER_CNT value

[PATCH v6 0/4] Introduce DRM device wedged event
 2024-09-23 22:01 UTC  (9+ messages)
` [PATCH v6 1/4] drm: Introduce "
` [PATCH v6 2/4] drm: Expose wedge recovery methods
` [PATCH v6 3/4] drm/xe: Use device wedged event
` [PATCH v6 4/4] drm/i915: "

[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  (30+ 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 04/16] drm/i915/dp: Add helper to compute num pipes required
` [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

[PATCH 0/4] Miscelaneous fixes for display tracepoints
 2024-09-23 16:55 UTC  (7+ messages)
` [PATCH 2/4] drm/i915/display: Store pipe name in trace events
` [PATCH 4/4] drm/i915/display: Cover all possible pipes in TP_printk()

[PATCH v2 0/6] drm/i915/bios: Refactor ROM access
 2024-09-23 15:24 UTC  (7+ messages)
` [PATCH v2 1/6] drm/i915/bios: Use drm_dbg_kms() consistently
` [PATCH v2 2/6] drm/i915/bios: Add some size checks to SPI VBT read
` [PATCH v2 3/6] drm/i915/bios: Round PCI ROM VBT allocation to multiple of 4
` [PATCH v2 4/6] drm/i915/bios: Extract intel_spi_read16()
` [PATCH v2 5/6] drm/i915/bios: Extract vbt_signature[]
` [PATCH v2 6/6] drm/i915/bios: Extract soc/intel_rom.c

[PATCH 0/7] drm/i915: 10bpc/fp16 + CCS support
 2024-09-23 14:58 UTC  (3+ messages)
` [PATCH 1/7] drm/i915: Set clear color block size to 0x0

[PATCH 0/5] drm/i915/bios: Refactor ROM access
 2024-09-23 14:29 UTC  (15+ messages)
` [PATCH 3/5] drm/i915/bios: Extract intel_spi_read16()
` [PATCH 4/5] drm/i915/bios: Extract vbt_signature[]
` [PATCH 5/5] drm/i915/bios: Extract soc/intel_rom.c

[PATCH v6 00/12] spi: add driver for Intel discrete graphics
 2024-09-23 12:49 UTC  (11+ messages)
` [PATCH v6 01/12] spi: add driver for intel graphics on-die spi device
` [PATCH v6 08/12] drm/i915/spi: add spi device for discrete graphics

[PATCH] drm/display/dsc: Refactor MST DSC Determination Policy
 2024-09-20 21:22 UTC  (3+ messages)

[PATCH v1] drm/i915/hdmi: Convert comma to semicolon
 2024-09-18  3:28 UTC 

[PATCH v2] drm/i915/cx0: Set power state to ready only on owned PHY lanes
 2024-09-16 18:01 UTC 

[PATCH v3] drm/i915/cx0: Set power state to ready only on owned PHY lanes
 2024-09-17 12:44 UTC 

[PATCH] drm/i915/cx0: Set power state to ready only on owned PHY lanes
 2024-09-19 18:29 UTC 

[PATCH] drm/i915/dp: Add FEC Enable Retry mechanism
 2024-09-23 10:46 UTC  (3+ messages)

[PATCH] drm/i915/psr: Implment WA to help reach PC10
 2024-09-23 10:23 UTC  (5+ messages)
` [PATCH] drm/i915/psr: Implement "

[PATCH 1/2] drm/i915: remove IS_LP()
 2024-09-23  9:06 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/soc: stop using IS_GEN9_LP() and IS_GEN9_BC()

Regression on i915
 2024-09-23  8:26 UTC  (2+ messages)

[PATCH] drm/i915/pps: split intel_pps_reset_all() to vlv and bxt variants
 2024-09-23  8:22 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH 0/9] drm/i915/dp: clean up DP testing
 2024-09-23  7:33 UTC  (16+ messages)
` [PATCH 1/9] drm/i915/dp: split out intel_dp_test.[ch] to a dedicated file
` [PATCH 2/9] drm/i915/dp: fix style issues in intel_dp_test.c
` [PATCH 3/9] drm/i915/dp: convert intel_dp_test.c struct intel_display
` [PATCH 4/9] drm/i915/dp: clean up intel_dp_test.[ch] interface
` [PATCH 5/9] drm/i915/dp: move DP test debugfs files next to the functionality
` [PATCH 6/9] drm/i915/dp: fix style issues in DP test debugfs
` [PATCH 7/9] drm/i915/display: remove the loop in fifo underrun debugfs file creation
` [PATCH 8/9] drm/i915/dp: convert DP test debugfs to struct intel_display
` [PATCH 9/9] drm/i915/dp: add intel_dp_test_reset() and intel_dp_test_short_pulse()
` ✓ Fi.CI.BAT: success for drm/i915/dp: clean up DP testing
` ✗ Fi.CI.CHECKPATCH: warning "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/quirks: make intel_dpcd_quirks const
 2024-09-23  7:33 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH 0/8] drm: fix and enable warnings on unused static inlines
 2024-09-23  6:38 UTC  (7+ messages)
` [PATCH 7/8] drm/msmi: annotate pll_cmp_to_fdata() with __maybe_unused

[PATCH 0/2] Implement Wa 14019834836
 2024-09-23  4:32 UTC  (3+ 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 v5 0/2] Block DC6 on Vblank enable for Panel Replay
 2024-09-23  4:25 UTC  (5+ messages)
` ✗ Fi.CI.SPARSE: warning for Block DC6 on Vblank enable for Panel Replay (rev5)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/2] Reduce SHPD_FILTER_CNT value
 2024-09-23  2:34 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/hotplug: Reduce SHPD_FLITER_CNT for Display12
` [PATCH 2/2] drm/i915/hotplug: Add comment for DISPLAY13 SHPD_FILTER_CNT value

[PATCH v1 1/1] drm/i915/gt: Use IS_ENABLED() instead of defined() on config check
 2024-09-21 12:10 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v1,1/1] "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/psr: Implment WA to help reach PC10
 2024-09-21 11:54 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/psr: Implment WA to help reach PC10 (rev6)
` ✗ Fi.CI.IGT: failure "

[PATCH v8 00/11] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-09-20 23:26 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v3] drm/i915/selftests: Implement frequency check for energy reading validation
 2024-09-20 21:32 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/selftests: Implement Frequency Check for Energy Reading Validation (rev3)

[PATCH] drm/i915/pciid: Add new PCI id for ARL
 2024-09-20 20:37 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v5 0/4] Introduce DRM device wedged event
 2024-09-20 14:27 UTC  (9+ messages)
` [PATCH v5 2/4] drm: Expose wedge recovery methods

[PATCH v11 0/2] Vrr refactoring and panel replay workaround
 2024-09-20 11:39 UTC  (5+ 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

[PULL] drm-misc-next
 2024-09-20 10:07 UTC 

[Intel-gfx] [RFC PATCH] dma-buf/dma-fence: Use a successful read_trylock() annotation for dma_fence_begin_signalling()
 2024-09-20  7:46 UTC  (7+ messages)
  `  "
      ` RESEND "


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