messages from 2023-03-07 13:49:26 to 2023-03-08 15:54:21 UTC [more...]
[Intel-gfx] [PATCH v10 00/15] dma-fence: Deadline awareness
2023-03-08 15:53 UTC (12+ messages)
` [Intel-gfx] [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness
` [Intel-gfx] [PATCH v10 02/15] dma-buf/fence-array: Add fence deadline support
` [Intel-gfx] [PATCH v10 03/15] dma-buf/fence-chain: "
` [Intel-gfx] [PATCH v10 04/15] dma-buf/dma-resv: Add a way to set fence deadline
` [Intel-gfx] [PATCH v10 05/15] dma-buf/sync_file: Surface sync-file uABI
` [Intel-gfx] [PATCH v10 06/15] dma-buf/sync_file: Add SET_DEADLINE ioctl
` [Intel-gfx] [PATCH v10 07/15] dma-buf/sw_sync: Add fence deadline support
` [Intel-gfx] [PATCH v10 08/15] drm/scheduler: "
` [Intel-gfx] [PATCH v10 09/15] drm/syncobj: Add deadline support for syncobj waits
` [Intel-gfx] [PATCH v10 10/15] drm/vblank: Add helper to get next vblank time
` [Intel-gfx] [PATCH v10 11/15] drm/atomic-helper: Set fence deadline for vblank
[Intel-gfx] [PATCH] drm/i915/gt: prevent forcewake releases during BAR resize
2023-03-08 15:44 UTC (5+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: prevent forcewake releases during BAR resize (rev3)
[Intel-gfx] [PATCH v5 0/4] drm/i915: add guard page to ggtt->error_capture
2023-03-08 15:39 UTC (5+ messages)
` [Intel-gfx] [PATCH v5 1/4] drm/i915/gt: make nop_clear_range public
` [Intel-gfx] [PATCH v5 2/4] drm/i915/display: use nop_clear_range instead of local function
` [Intel-gfx] [PATCH v5 3/4] drm/i915/selftests: "
` [Intel-gfx] [PATCH v5 4/4] drm/i915: add guard page to ggtt->error_capture
[Intel-gfx] [PATCH v10 00/13] Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes
2023-03-08 15:26 UTC (4+ messages)
` [Intel-gfx] [PATCH v10 03/13] drm/i915/dp: Add Scaler constraint for YCbCr420 output
[Intel-gfx] [PATCH 0/2] drm/i915/mtl: Disable MC6 for MTL A step
2023-03-08 15:25 UTC (7+ messages)
` [Intel-gfx] [PATCH 1/2] Revert "drm/i915/mtl: Add Wa_14017073508 for SAMedia"
` [Intel-gfx] [PATCH 2/2] drm/i915/mtl: Disable MC6 for MTL A step
[Intel-gfx] [PATCH v5 00/19] Add vfio_device cdev for iommufd support
2023-03-08 15:08 UTC (27+ messages)
` [Intel-gfx] [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [Intel-gfx] [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
[Intel-gfx] [PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
2023-03-08 14:54 UTC (8+ messages)
` [Intel-gfx] [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [Intel-gfx] [PATCH v1 2/5] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [Intel-gfx] [PATCH v1 3/5] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [Intel-gfx] [PATCH v1 4/5] Samples/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [Intel-gfx] [PATCH v1 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for vfio: Make emulated devices prepared for vfio device cdev
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/xe/display: Do not use i915 frontbuffer tracking implementation
2023-03-08 14:36 UTC (8+ messages)
` [Intel-gfx] [Intel-xe] "
[Intel-gfx] [PATCH] MAINTAINERS: update the 01.org website entries
2023-03-08 14:13 UTC
[Intel-gfx] [PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
2023-03-08 13:29 UTC (25+ messages)
` [Intel-gfx] [PATCH v6 01/24] vfio: Allocate per device file structure
` [Intel-gfx] [PATCH v6 02/24] vfio: Refine vfio file kAPIs for KVM
` [Intel-gfx] [PATCH v6 03/24] vfio: Accept vfio device file in the KVM facing kAPI
` [Intel-gfx] [PATCH v6 04/24] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [Intel-gfx] [PATCH v6 05/24] kvm/vfio: Accept vfio device file from userspace
` [Intel-gfx] [PATCH v6 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [Intel-gfx] [PATCH v6 07/24] vfio: Block device access via device fd until device is opened
` [Intel-gfx] [PATCH v6 08/24] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [Intel-gfx] [PATCH v6 09/24] vfio/pci: Only need to check opened devices in the dev_set for hot reset
` [Intel-gfx] [PATCH v6 10/24] vfio/pci: Rename the helpers and data in hot reset path to accept device fd
` [Intel-gfx] [PATCH v6 11/24] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [Intel-gfx] [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [Intel-gfx] [PATCH v6 13/24] vfio/iommufd: Split the compat_ioas attach out from vfio_iommufd_bind()
` [Intel-gfx] [PATCH v6 14/24] vfio: Add cdev_device_open_cnt to vfio_group
` [Intel-gfx] [PATCH v6 15/24] vfio: Make vfio_device_open() single open for device cdev path
` [Intel-gfx] [PATCH v6 16/24] vfio: Make vfio_device_first_open() to cover the noiommu mode in "
` [Intel-gfx] [PATCH v6 17/24] vfio-iommufd: Make vfio_iommufd_bind() selectively return devid
` [Intel-gfx] [PATCH v6 18/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [Intel-gfx] [PATCH v6 19/24] vfio-iommufd: Add detach_ioas support for emulated "
` [Intel-gfx] [PATCH v6 20/24] vfio: Add cdev for vfio_device
` [Intel-gfx] [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [Intel-gfx] [PATCH v6 22/24] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
` [Intel-gfx] [PATCH v6 23/24] vfio: Compile group optionally
` [Intel-gfx] [PATCH v6 24/24] docs: vfio: Add vfio device cdev description
[Intel-gfx] [PULL] drm-intel-next
2023-03-08 13:24 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915: Ensure DSC has enough BW and stays within HW limits
2023-03-08 13:19 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Ensure DSC has enough BW and stays within HW limits (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH v2 00/10] drm/i915: move DSC RC tables to drm_dsc_helper.c
2023-03-08 13:19 UTC (13+ messages)
` [Intel-gfx] [PATCH v2 01/10] drm/i915/dsc: change DSC param tables to follow the DSC model
` [Intel-gfx] [PATCH v2 02/10] drm/i915/dsc: move rc_buf_thresh values to common helper
` [Intel-gfx] [PATCH v2 04/10] drm/i915/dsc: stop using interim structure for calculated params
` [Intel-gfx] [PATCH v2 05/10] drm/display/dsc: use flat array for rc_parameters lookup
` [Intel-gfx] [PATCH v2 06/10] drm/display/dsc: split DSC 1.2 and DSC 1.1 (pre-SCR) parameters
` [Intel-gfx] [PATCH v2 07/10] drm/display/dsc: include the rest of pre-SCR parameters
` [Intel-gfx] [PATCH v2 08/10] drm/display/dsc: add YCbCr 4:2:2 and 4:2:0 RC parameters
` [Intel-gfx] [PATCH v2 09/10] drm/display/dsc: add helper to set semi-const parameters
` [Intel-gfx] [PATCH v2 10/10] drm/msm/dsi: use new helpers for DSC setup
[Intel-gfx] [PATCH 0/7] Enable YCbCr420 format for VDSC
2023-03-08 12:47 UTC (16+ messages)
` [Intel-gfx] [PATCH 1/7] drm/dp_helper: Add helper to check DSC support with given o/p format
` [Intel-gfx] [PATCH 2/7] drm/i915/dp: Check if DSC supports the given output_format
` [Intel-gfx] [PATCH 3/7] drm/i915: Adding the new registers for DSC
` [Intel-gfx] [PATCH 4/7] drm/i915: Enable YCbCr420 for VDSC
` [Intel-gfx] [PATCH 6/7] drm/i915/vdsc: Check slice design requirement
[Intel-gfx] [BUG 6.3-rc1] Bad lock in ttm_bo_delayed_delete()
2023-03-08 12:43 UTC (4+ messages)
[Intel-gfx] [PATCH v4 0/5] Fix error propagation amongst request
2023-03-08 11:22 UTC (7+ messages)
` [Intel-gfx] [PATCH v4 1/5] drm/i915: Throttle for ringspace prior to taking the timeline mutex
` [Intel-gfx] [PATCH v4 2/5] drm/i915/gt: Add intel_context_timeline_is_locked helper
` [Intel-gfx] [PATCH v4 3/5] drm/i915: Create the locked version of the request create
` [Intel-gfx] [PATCH v4 4/5] drm/i915: Create the locked version of the request add
` [Intel-gfx] [PATCH v4 5/5] drm/i915/gt: Make sure that errors are propagated through request chains
` [Intel-gfx] ✗ Fi.CI.BAT: failure for Fix error propagation amongst request (rev2)
[Intel-gfx] [PATCH 5/7] drm/i915/display: Fill in native_420 field
2023-03-08 11:21 UTC (3+ messages)
` [Intel-gfx] [PATCH v2 "
[Intel-gfx] [PATCH 0/2] drm/i915/pmu: Freq sampling: Fix requested freq fallback
2023-03-08 10:52 UTC (9+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/pmu: Use only freq bits for falling back to requested freq
` [Intel-gfx] [PATCH 2/2] drm/i915/pmu: Use correct requested freq for SLPC
[Intel-gfx] [PATCH v2 0/7] drm/ttm: Small fixes / cleanups in prep for shrinking
2023-03-08 9:22 UTC (19+ messages)
` [Intel-gfx] [PATCH v2 1/7] drm/ttm: Fix a NULL pointer dereference
` [Intel-gfx] [PATCH v2 2/7] drm/ttm/pool: Fix ttm_pool_alloc error path
` [Intel-gfx] [PATCH v2 3/7] drm/ttm: Use the BIT macro for the TTM_TT_FLAGs
` [Intel-gfx] [PATCH v2 4/7] drm/ttm: Unexport ttm_global_swapout()
` [Intel-gfx] [PATCH v2 5/7] drm/ttm: Don't print error message if eviction was interrupted
` [Intel-gfx] [PATCH v2 6/7] drm/ttm: Reduce the number of used allocation orders for TTM pages
` [Intel-gfx] [PATCH v2 7/7] drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/ttm: Small fixes / cleanups in prep for shrinking
[Intel-gfx] [PATCH v4 00/22] drm/i915/mtl: Add C10 and C20 phy support
2023-03-08 6:52 UTC (5+ messages)
` [Intel-gfx] [PATCH v4 03/22] drm/i915/mtl: Create separate reg file for PICA registers
[Intel-gfx] [PATCH 0/3] drm/i915/pmu: Use common freq functions with sysfs
2023-03-08 6:13 UTC (6+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/rps: Expose read_actual_frequency_fw for PMU
` [Intel-gfx] [PATCH 2/3] drm/i915/rps: Expose get_requested_frequency_fw "
` [Intel-gfx] [PATCH 3/3] drm/i915/pmu: Use common freq functions with sysfs
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[Intel-gfx] [PATCH v4 0/9] Add OAM support for MTL
2023-03-08 1:45 UTC (11+ messages)
` [Intel-gfx] [PATCH v4 1/9] drm/i915/perf: Drop wakeref on GuC RC error
` [Intel-gfx] [PATCH v4 2/9] drm/i915/perf: Add helper to check supported OA engines
` [Intel-gfx] [PATCH v4 3/9] drm/i915/perf: Validate OA sseu config outside switch
` [Intel-gfx] [PATCH v4 4/9] drm/i915/perf: Group engines into respective OA groups
` [Intel-gfx] [PATCH v4 5/9] drm/i915/perf: Fail modprobe if i915_perf_init fails on OOM
` [Intel-gfx] [PATCH v4 6/9] drm/i915/perf: Parse 64bit report header formats correctly
` [Intel-gfx] [PATCH v4 7/9] drm/i915/perf: Handle non-power-of-2 reports
` [Intel-gfx] [PATCH v4 8/9] drm/i915/perf: Add engine class instance parameters to perf
` [Intel-gfx] [PATCH v4 9/9] drm/i915/perf: Add support for OA media units
[Intel-gfx] [PATCH 0/2] Fix a couple of issues with the GSC worker timing
2023-03-08 1:34 UTC (7+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/gsc: flush the GSC worker before wedging on unload
` [Intel-gfx] [PATCH 2/2] drm/i915/gsc: Fix race between HW init and GSC FW load
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Fix a couple of issues with the GSC worker timing (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH v2] drm/i915/dmc: Load DMC on MTL
2023-03-08 0:34 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dmc: Load DMC on MTL (rev2)
[Intel-gfx] Patch "drm/i915: Don't use BAR mappings for ring buffers with LLC" has been added to the 5.15-stable tree
2023-03-07 23:54 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
[Intel-gfx] Patch "drm/i915: Don't use BAR mappings for ring buffers with LLC" has been added to the 6.1-stable tree
2023-03-07 22:14 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
[Intel-gfx] Patch "drm/i915: Don't use stolen memory for ring buffers with LLC" has been added to the 6.1-stable tree
2023-03-07 22:11 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
[Intel-gfx] [PATCH 1/3] drm/i915: Don't switch to TPS1 when disabling DP_TP_CTL
2023-03-07 22:07 UTC (3+ messages)
` [Intel-gfx] [PATCH v2 "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [v2,1/3] drm/i915: Don't switch to TPS1 when disabling DP_TP_CTL (rev2)
[Intel-gfx] [PATCH 1/4] drm/i915/opregion: Fix opregion setup during system resume on platforms without display
2023-03-07 22:06 UTC (4+ messages)
` [Intel-gfx] [PATCH 4/4] drm/i915/opregion: Register/unregister opregion "
[Intel-gfx] Patch "drm/i915: Don't use stolen memory for ring buffers with LLC" has been added to the 6.2-stable tree
2023-03-07 22:04 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
[Intel-gfx] Patch "drm/i915: Don't use BAR mappings for ring buffers with LLC" has been added to the 6.2-stable tree
2023-03-07 22:01 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
[Intel-gfx] drm/i915/selftest: Remove avoidable init assignment
2023-03-07 21:02 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH] drm/i915/xelp: Implement Wa_1606376872
2023-03-07 20:40 UTC (5+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH] drm/i915/display: Set correct voltage level for 480MHz CDCLK
2023-03-07 19:57 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[Intel-gfx] [PATCH 5.15 566/567] drm/i915: Dont use BAR mappings for ring buffers with LLC
2023-03-07 17:05 UTC
[Intel-gfx] [PATCH 6.1 881/885] drm/i915: Dont use stolen memory for ring buffers with LLC
2023-03-07 17:03 UTC (2+ messages)
` [Intel-gfx] [PATCH 6.1 882/885] drm/i915: Dont use BAR mappings "
[Intel-gfx] [PATCH v12 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
2023-03-07 18:40 UTC (5+ messages)
` [Intel-gfx] [PATCH v12 10/11] drm/virtio: Support memory shrinking
[Intel-gfx] [PATCH 6.2 0997/1001] drm/i915: Dont use stolen memory for ring buffers with LLC
2023-03-07 17:02 UTC (2+ messages)
` [Intel-gfx] [PATCH 6.2 0998/1001] drm/i915: Dont use BAR mappings "
[Intel-gfx] [PATCH v11 0/6] Enable HDCP2.x via GSC CS
2023-03-07 17:08 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Enable HDCP2.x via GSC CS (rev11)
[Intel-gfx] [RFC PATCH 1/2] drm/i915: Add a function to mmap framebuffer obj
2023-03-07 15:24 UTC (5+ messages)
` [Intel-gfx] [RFC PATCH 2/2] drm/i915/display: Implement fb_mmap callback function
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [RFC,1/2] drm/i915: Add a function to mmap framebuffer obj
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks
2023-03-07 14:56 UTC (2+ messages)
[Intel-gfx] [PATCH 1/3] drm/i915: Set I915_BO_ALLOC_USER for framebuffer
2023-03-07 14:50 UTC (4+ messages)
` [Intel-gfx] [PATCH RFC 3/3] drm/i915/display: Implement fb_mmap callback function
[Intel-gfx] [PATCH 1/4] drm/i915: Update vblank timestamping stuff on seamless M/N change
2023-03-07 14:23 UTC (7+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915: Add belts and suspenders locking for seamless M/N changes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox