intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-04 12:28:29 to 2022-11-07 08:48:07 UTC [more...]

[Intel-gfx] [PATCH v4 0/4] Enable YCbCr420 for VDSC
 2022-11-07  8:46 UTC  (27+ messages)
` [Intel-gfx] [PATCH v5 0/8] "
  ` [Intel-gfx] [PATCH v5 1/8] drm/dp_helper: Add helper to check if the sink supports given format with DSC
  ` [Intel-gfx] [PATCH v5 2/8] drm/i915/dp: Check if DSC supports the given output_format
  ` [Intel-gfx] [PATCH v5 3/8] drm/i915: Adding the new registers for DSC
  ` [Intel-gfx] [PATCH v5 4/8] drm/i915: Enable YCbCr420 for VDSC
  ` [Intel-gfx] [PATCH v5 5/8] drm/i915: Fill in native_420 field
  ` [Intel-gfx] [PATCH v5 6/8] drm/i915/dsc: Add debugfs entry to validate DSC YCbCr420
  ` [Intel-gfx] [PATCH v5 7/8] drm/i915/dsc: Allow DSC only with YCbCr420 format when forced from debugfs
  ` [Intel-gfx] [PATCH v5 8/8] drm/i915: Code styling fixes
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Enable YCbCr420 for VDSC (rev3)
` [Intel-gfx] [PATCH 0/8] Enable YCbCr420 for VDSC
  ` [Intel-gfx] [PATCH 2/8] drm/i915/dp: Check if DSC supports the given output_format
  ` [Intel-gfx] [PATCH 3/8] drm/i915: Adding the new registers for DSC
  ` [Intel-gfx] [PATCH 4/8] drm/i915: Enable YCbCr420 for VDSC
  ` [Intel-gfx] [PATCH 5/8] drm/i915: Fill in native_420 field
  ` [Intel-gfx] [PATCH 7/8] drm/i915/dsc: Allow DSC only with YCbCr420 format when forced from debugfs
  ` [Intel-gfx] [PATCH 8/8] drm/i915: Code styling fixes

[Intel-gfx] [PATCH v5 0/8] Enable YCbCr420 for VDSC
 2022-11-07  8:44 UTC  (11+ messages)
` [Intel-gfx] [PATCH v5 1/8] drm/dp_helper: Add helper to check if the sink supports given format with DSC
` [Intel-gfx] [PATCH v5 2/8] drm/i915/dp: Check if DSC supports the given output_format
` [Intel-gfx] [PATCH v5 3/8] drm/i915: Adding the new registers for DSC
` [Intel-gfx] [PATCH v5 4/8] drm/i915: Enable YCbCr420 for VDSC
` [Intel-gfx] [PATCH v5 5/8] drm/i915: Fill in native_420 field
` [Intel-gfx] [PATCH v5 6/8] drm/i915/dsc: Add debugfs entry to validate DSC YCbCr420
` [Intel-gfx] [PATCH v5 7/8] drm/i915/dsc: Allow DSC only with YCbCr420 format when forced from debugfs
` [Intel-gfx] [PATCH v5 8/8] drm/i915: Code styling fixes
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enable YCbCr420 for VDSC
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [PATCH 0/8] Enable YCbCr420 for VDSC
 2022-11-07  8:42 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/8] drm/dp_helper: Add helper to check if the sink supports given format with DSC
` [Intel-gfx] [PATCH 2/8] drm/i915/dp: Check if DSC supports the given output_format
` [Intel-gfx] [PATCH 3/8] drm/i915: Adding the new registers for DSC
` [Intel-gfx] [PATCH 4/8] drm/i915: Enable YCbCr420 for VDSC
` [Intel-gfx] [PATCH 5/8] drm/i915: Fill in native_420 field
` [Intel-gfx] [PATCH 6/8] drm/i915/dsc: Add debugfs entry to validate DSC YCbCr420
` [Intel-gfx] [PATCH 7/8] drm/i915/dsc: Allow DSC only with YCbCr420 format when forced from debugfs
` [Intel-gfx] [PATCH 8/8] drm/i915: Code styling fixes

[Intel-gfx] [RFC 00/15] Add support for HDMI2.1 FRL
 2022-11-07  8:31 UTC  (19+ messages)
` [Intel-gfx] [RFC 01/15] drm/edid: Add helper to get max FRL rate for an HDMI sink
` [Intel-gfx] [RFC 02/15] drm/i915/dp: Use the drm helpers for getting max FRL rate
` [Intel-gfx] [RFC 03/15] drm/i915/mtl: Create separate reg file for PICA registers
` [Intel-gfx] [RFC 04/15] drm/i915/hdmi21/mtl: Parse frl max link rate from vbt
` [Intel-gfx] [RFC 05/15] drm/i915/hdmi21/mtl: Add new data members for FRL configuration
` [Intel-gfx] [RFC 06/15] drm/drm_scdc_helper: Add SCDC helper funcs for HDMI2.1
` [Intel-gfx] [RFC 07/15] drm/i915/mtl: Add registers for FRL Link Training
` [Intel-gfx] [RFC 08/15] drm/i915/mtl: Add HDMI2.1 bits in PORT_BUF_CTL_1
` [Intel-gfx] [RFC 09/15] drm/i915/mtl: Add port_data/data width for TRANS_DDI_FUNC and DDI_BUF_CTL
` [Intel-gfx] [RFC 10/15] drm/i915/display/mtl: Add new members in crtc_state for FRL configuration
` [Intel-gfx] [RFC 11/15] drm/i915/display/mtl: Update Transcoder/DDI registers with the frl bits
` [Intel-gfx] [RFC 12/15] drm/i915/display/mtl: Reset FRL Transcoder config while disabling HDMI
` [Intel-gfx] [RFC 13/15] drm/i915/hdmi21/mtl: Enable Scrambling only for FRL mode
` [Intel-gfx] [RFC 14/15] drm/i915/hdmi21/mtl: Add support for sending uevent to user for FRL training failure
` [Intel-gfx] [RFC 15/15] drm/i915/display/mtl: Add functions for FRL trainining state machine
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add support for HDMI2.1 FRL
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] mei: add timeout to send
 2022-11-07  8:15 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH v5 0/8] Enable YCbCr420 for VDSC
 2022-11-07  7:59 UTC  (12+ messages)
` [Intel-gfx] [PATCH v5 1/8] drm/dp_helper: Add helper to check if the sink supports given format with DSC
` [Intel-gfx] [PATCH v5 2/8] drm/i915/dp: Check if DSC supports the given output_format
` [Intel-gfx] [PATCH v5 3/8] drm/i915: Adding the new registers for DSC
` [Intel-gfx] [PATCH v5 4/8] drm/i915: Enable YCbCr420 for VDSC
` [Intel-gfx] [PATCH v5 5/8] drm/i915: Fill in native_420 field
` [Intel-gfx] [PATCH v5 6/8] drm/i915/dsc: Add debugfs entry to validate DSC YCbCr420
` [Intel-gfx] [PATCH v5 7/8] drm/i915/dsc: Allow DSC only with YCbCr420 format when forced from debugfs
` [Intel-gfx] [PATCH v5 8/8] drm/i915: Code styling fixes
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enable YCbCr420 for VDSC
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v2 0/3] Add hwmon support for dgfx selftests
 2022-11-07  6:50 UTC  (8+ messages)
` [Intel-gfx] [PATCH v2 1/3] drm/i915/selftests: Rename librapl library to libpower
` [Intel-gfx] [PATCH v2 2/3] drm/i915/hwmon: Add helper function to obtain energy values
` [Intel-gfx] [PATCH v2 3/3] drm/i915/selftests: Add hwmon support in libpower for dgfx
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add hwmon support for dgfx selftests (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] linux-next: build warning after merge of the drm-misc tree
 2022-11-07  3:38 UTC 

[Intel-gfx] [GIT PULL] treewide: timers: Use timer_shutdown*() before freeing timers
 2022-11-07  3:32 UTC 

[Intel-gfx] [PATCH v5 0/7] Introduce multitile support
 2022-11-07  0:08 UTC  (8+ messages)
` [Intel-gfx] [PATCH v5 5/7] drm/i915/gt: Create per-tile RC6 sysfs interface

[Intel-gfx] [PATCH v6a 0/5] timers: Use timer_shutdown*() before freeing timers
 2022-11-06 21:24 UTC 

[Intel-gfx] [PATCH v6 00/23] drm: Analog TV Improvements
 2022-11-06 16:59 UTC  (17+ messages)
` [Intel-gfx] [PATCH v6 08/23] drm/modes: Move named modes parsing to a separate function
` [Intel-gfx] [PATCH v6 09/23] drm/modes: Switch to named mode descriptors
` [Intel-gfx] [PATCH v6 10/23] drm/modes: Fill drm_cmdline mode from named modes
` [Intel-gfx] [PATCH v6 11/23] drm/connector: Add pixel clock to cmdline mode
` [Intel-gfx] [PATCH v6 13/23] drm/modes: Introduce the tv_mode property as a command-line option
` [Intel-gfx] [PATCH v6 14/23] drm/modes: Properly generate a drm_display_mode from a named mode
` [Intel-gfx] [PATCH v6 16/23] drm/probe-helper: Provide a TV get_modes helper

[Intel-gfx] [PATCH] drm/edid/firmware: stop using throwaway platform device
 2022-11-06 15:03 UTC  (7+ messages)

[Intel-gfx] [PATCH v5 0/3] drm: Use full allocated minor range for DRM
 2022-11-06 14:51 UTC  (4+ messages)
` [Intel-gfx] [PATCH v5 1/3] drm: Use XArray instead of IDR for minors

[Intel-gfx] How is the progress for removing flush_scheduled_work() callers?
 2022-11-06 10:28 UTC 

[Intel-gfx] [PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
 2022-11-05 21:47 UTC  (18+ messages)
` [Intel-gfx] [PATCH v4a 11/38] timers: drm: Use timer_shutdown_sync() before freeing timer
` [Intel-gfx] [PATCH v4a 31/38] timers: drm: Use timer_shutdown_sync() for on stack timers

[Intel-gfx] BUG: i915: flickering/temporary artifacts after resume
 2022-11-05 15:17 UTC 

[Intel-gfx] [PATCH 0/2] Fix live busy stats selftest failure
 2022-11-05 13:59 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/2] i915/uncore: Acquire fw before loop in intel_uncore_read64_2x32
` [Intel-gfx] [PATCH 2/2] drm/i915/selftest: Bump up sample period for busy stats selftest
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Fix live busy stats selftest failure
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/display: Do both crawl and squash when changing cdclk
 2022-11-05 13:02 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/display: Add CDCLK Support for MTL
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/display: Do both crawl and squash when changing cdclk
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/2] Add GT oriented dmesg output
 2022-11-05  9:24 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/gt: "
` [Intel-gfx] [PATCH 2/2] drm/i915/uc: Update the gt/uc code to use GT_ERR and friends
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add GT oriented dmesg output
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3 0/7] vfio-ccw parent rework
 2022-11-05  7:20 UTC  (11+ messages)
` [Intel-gfx] [PATCH v3 1/7] vfio/ccw: create a parent struct
` [Intel-gfx] [PATCH v3 2/7] vfio/ccw: remove private->sch
` [Intel-gfx] [PATCH v3 3/7] vfio/ccw: move private initialization to callback
` [Intel-gfx] [PATCH v3 4/7] vfio/ccw: move private to mdev lifecycle
` [Intel-gfx] [PATCH v3 5/7] vfio/ccw: remove release completion
` [Intel-gfx] [PATCH v3 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [Intel-gfx] [PATCH v3 7/7] vfio: Remove vfio_free_device
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for vfio-ccw parent rework (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 0/2] Fix for two GuC issues
 2022-11-05  5:18 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 1/2] drm/i915/guc: Properly initialise kernel contexts
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Fix for two GuC issues (rev2)

[Intel-gfx] KUnit issues - Was: [igt-dev] [PATCH RFC v2 8/8] drm/i915: check if current->mm is not NULL
 2022-11-05  2:29 UTC  (8+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for KUnit issues - Was: [igt-dev] [PATCH RFC v2 8/8] drm/i915: check if current->mm is not NULL (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Set PROBE_PREFER_ASYNCHRONOUS
 2022-11-05  1:29 UTC  (8+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [CI 00/15] drm/i915: HuC loading for DG2
 2022-11-05  1:27 UTC  (7+ messages)
` [Intel-gfx] [CI 11/15] drm/i915/huc: track delayed HuC load with a fence

[Intel-gfx] [PATCH CI 1/2] Revert "freezer, sched: Rewrite core freezer logic fix"
 2022-11-05  1:13 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for series starting with [CI,1/2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
 2022-11-04 23:34 UTC  (12+ messages)
` [Intel-gfx] [RFC][PATCH v3 13/33] timers: drm: Use timer_shutdown_sync() before freeing timer

[Intel-gfx] [mm-unstable PATCH v7 2/8] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry
 2022-11-04 22:23 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-04 19:51 UTC  (9+ messages)
` [Intel-gfx] [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [Intel-gfx] [PATCH 07/10] vfio-iommufd: Support iommufd for physical VFIO devices

[Intel-gfx] [PATCH v2] overflow: Introduce overflows_type() and castable_to_type()
 2022-11-02 11:52 UTC  (3+ messages)
` [Intel-gfx] [PATCH v5] "

[Intel-gfx] [PATCH v7 0/9] dyndbg: drm.debug adaptation
 2022-11-01  0:20 UTC  (13+ messages)

[Intel-gfx] [PATCH v2 0/7] vfio-ccw parent rework
 2022-11-04 12:27 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 4/7] vfio/ccw: move private to mdev lifecycle
` [Intel-gfx] [PATCH v2 7/7] vfio: Remove vfio_free_device

[Intel-gfx] [PATCH 0/2] i915/mtl: Enable idle messaging for GSC CS
 2022-11-04 19:16 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/mtl: Enable Idle Messaging "

[Intel-gfx] [PATCH v2] drm/i915/mtl: Add Wa_14017073508 for SAMedia
 2022-11-04 19:13 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/guc: Remove excessive line feeds in state dumps
 2022-11-04 18:48 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH] drm/i915: Don't wait forever in drop_caches
 2022-11-04 17:45 UTC  (9+ messages)

[Intel-gfx] [PATCH v2 0/5] drm/i915: Introduce the GSC CS
 2022-11-04 17:25 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 5/5] drm/i915/mtl: don't expose GSC command streamer to the user

[Intel-gfx] [PATCH v3 00/23] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-11-04 17:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/fb-helper: Untangle fbdev emulation and helpers (rev3)

[Intel-gfx] [PATCH v5 02/31] drm/i915: Don't register backlight when another backlight should be used (v2)
 2022-11-04 16:23 UTC  (14+ messages)

[Intel-gfx] [PATCH RFC v2 0/8] Add KUnit support for i915 driver
 2022-11-04 16:12 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH] drm/i915/selftest: Bump up sample period for busy stats selftest
 2022-11-04 15:45 UTC  (6+ messages)

[Intel-gfx] [PATCH] i915/pmu: Use a faster read for 2x32 mmio reads
 2022-11-04 14:39 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).