Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-24 17:18:29 to 2023-06-27 14:39:39 UTC [more...]

[Intel-gfx] [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-24 11:17 UTC  (46+ messages)
` [Intel-gfx] [PATCH 01/29] mm: shrinker: add shrinker::private_data field
    ` [Intel-gfx] [External] "
` [Intel-gfx] [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [Intel-gfx] [PATCH 03/29] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [Intel-gfx] [PATCH 04/29] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [Intel-gfx] [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [Intel-gfx] [PATCH 06/29] dm: dynamically allocate the dm-bufio shrinker
` [Intel-gfx] [PATCH 07/29] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [Intel-gfx] [PATCH 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
` [Intel-gfx] [PATCH 09/29] bcache: dynamically allocate the md-bcache shrinker
` [Intel-gfx] [PATCH 10/29] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [Intel-gfx] [PATCH 11/29] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [Intel-gfx] [PATCH 12/29] mbcache: dynamically allocate the mbcache shrinker
` [Intel-gfx] [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker
` [Intel-gfx] [PATCH 14/29] jbd2, ext4: dynamically allocate the jbd2-journal shrinker
` [Intel-gfx] [PATCH 15/29] NFSD: dynamically allocate the nfsd-client shrinker
` [Intel-gfx] [PATCH 16/29] NFSD: dynamically allocate the nfsd-reply shrinker
` [Intel-gfx] [PATCH 17/29] xfs: dynamically allocate the xfs-buf shrinker
` [Intel-gfx] [PATCH 18/29] xfs: dynamically allocate the xfs-inodegc shrinker
` [Intel-gfx] [PATCH 19/29] xfs: dynamically allocate the xfs-qm shrinker
` [Intel-gfx] [PATCH 20/29] zsmalloc: dynamically allocate the mm-zspool shrinker
` [Intel-gfx] [PATCH 22/29] drm/ttm: introduce pool_shrink_rwsem
` [Intel-gfx] [PATCH 23/29] mm: shrinker: add refcount and completion_wait fields
` [Intel-gfx] [PATCH 24/29] mm: vmscan: make global slab shrink lockless
` [Intel-gfx] [PATCH 25/29] mm: vmscan: make memcg "
` [Intel-gfx] [PATCH 26/29] mm: shrinker: make count and scan in shrinker debugfs lockless
` [Intel-gfx] [PATCH 27/29] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [Intel-gfx] [PATCH 28/29] mm: shrinkers: convert shrinker_rwsem to mutex
` [Intel-gfx] [PATCH 29/29] mm: shrinker: move shrinker-related code into a separate file

[Intel-gfx] [PATCH 07/11] sysctl: Add size to register_sysctl
 2023-06-21 13:43 UTC  (6+ messages)
  ` [Intel-gfx] [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[Intel-gfx] [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-22  8:39 UTC  (14+ messages)
` [Intel-gfx] [PATCH 01/29] mm: shrinker: add shrinker::private_data field
` [Intel-gfx] [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [Intel-gfx] [PATCH 03/29] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [Intel-gfx] [PATCH 04/29] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [Intel-gfx] [PATCH 05/29] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [Intel-gfx] [PATCH 06/29] dm: dynamically allocate the dm-bufio shrinker
` [Intel-gfx] [PATCH 07/29] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [Intel-gfx] [PATCH 08/29] md/raid5: dynamically allocate the md-raid5 shrinker
` [Intel-gfx] [PATCH 09/29] bcache: dynamically allocate the md-bcache shrinker
` [Intel-gfx] [PATCH 10/29] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [Intel-gfx] [PATCH 11/29] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [Intel-gfx] [PATCH 12/29] mbcache: dynamically allocate the mbcache shrinker
` [Intel-gfx] [PATCH 13/29] ext4: dynamically allocate the ext4-es shrinker

[Intel-gfx] [PATCH 00/13] Remove pagevecs
 2023-06-21 17:50 UTC  (3+ messages)
` [Intel-gfx] [PATCH 09/13] net: Convert sunrpc from pagevec to folio_batch

[Intel-gfx] [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-06-22  8:31 UTC  (4+ messages)
` [Intel-gfx] [PATCH 01/29] mm: shrinker: add shrinker::private_data field
` [Intel-gfx] [PATCH 02/29] mm: vmscan: introduce some helpers for dynamically allocating shrinker
` [Intel-gfx] [External] [PATCH 00/29] use refcount+RCU method to implement lockless slab shrink

[Intel-gfx] [PATCH 0/3] Fixed-width mask/bit helpers
 2023-06-22 14:59 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] linux/bits.h: Add fixed-width GENMASK and BIT macros

[Intel-gfx] [PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-27 14:35 UTC  (7+ messages)
` [Intel-gfx] [PATCH v7 5/8] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [Intel-gfx] [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
` [Intel-gfx] [PATCH v7 8/8] drm/radeon: Implement the is_boot_device callback function

[Intel-gfx] XDC 2023: Registration & Call for Proposals now open!
 2023-06-27 14:24 UTC  (2+ messages)

[Intel-gfx] [PATCH v8 0/2] drm/i915: use pat_index instead of cache_level
 2023-06-27 14:05 UTC  (4+ messages)
` [Intel-gfx] [PATCH v8 1/2] drm/i915: preparation for using PAT index

[Intel-gfx] [PATCH] drm/i915/adlp: Disable display RM unclaimed checks while DC6 is enabled
 2023-06-27 13:23 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC 0/3] Get optimal audio frequency and channels
 2023-06-27 12:37 UTC  (8+ messages)
` [Intel-gfx] [RFC 1/3] drm/i915/hdmi: Optimize source audio parameter handling
` [Intel-gfx] [RFC 2/3] drm/i915/display: Configure and initialize HDMI audio capabilities
` [Intel-gfx] [RFC 3/3] drm/i915/display: Add wrapper to Compute SAD
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Get optimal audio frequency and channels (rev6)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/dram: replace __raw_uncore_read32() with intel_uncore_read_fw()
 2023-06-27 10:58 UTC 

[Intel-gfx] [PATCH] drm/i915/uncore: add intel_uncore_regs() helper
 2023-06-27  9:51 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Add header file for struct seq_file
 2023-06-27  9:50 UTC  (14+ messages)
` [Intel-gfx] [PATCH] drm/i915/display: Add forward declaration "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Add header file for struct seq_file (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 0/4] Update AUX invalidation sequence
 2023-06-27  9:43 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm/i915/gt: Cleanup aux invalidation registers
` [Intel-gfx] [PATCH v2 2/4] drm/i915/gt: Ensure memory quiesced before invalidation
` [Intel-gfx] [PATCH v2 3/4] drm/i915/gt: Poll aux invalidation register bit on invalidation
` [Intel-gfx] [PATCH v2 4/4] drm/i915/gt: Support aux invalidation on all engines

[Intel-gfx] [PATCH v2 0/4] drm/ttm: Fixes around resources and bulk moves
 2023-06-27  9:05 UTC  (16+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm/ttm: Fix ttm_lru_bulk_move_pos_tail()
` [Intel-gfx] [PATCH v2 2/4] drm/ttm: Don't shadow the operation context
      ` [Intel-gfx] [Intel-xe] "
` [Intel-gfx] [PATCH v2 3/4] drm/ttm: Don't leak a resource on eviction error
` [Intel-gfx] [PATCH v2 4/4] drm/ttm: Don't leak a resource on swapout move error
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/ttm: Fixes around resources and bulk moves (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-06-27  8:54 UTC  (4+ messages)
` [Intel-gfx] [PATCH v13 22/22] docs: vfio: Add vfio device cdev description

[Intel-gfx] [PATCH] drm/i915/guc: Dump perf_limit_reasons for debug
 2023-06-27  8:14 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/display/dp: Remove support for UHBR13.5
 2023-06-27  8:00 UTC  (6+ messages)

[Intel-gfx] [PATCH] drm/i915/display: remove display raw reg read/write micro-optimizations
 2023-06-27  7:53 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config
 2023-06-27  6:02 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[Intel-gfx] [PATCH v2] i915/display/hotplug: use drm_kms_helper_connector_hotplug_event()
 2023-06-27  2:39 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for i915/display/hotplug: use drm_kms_helper_connector_hotplug_event() (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2023-06-27  1:54 UTC 

[Intel-gfx] [linux-next:master] BUILD REGRESSION 60e7c4a25da68cd826719b685babbd23e73b85b0
 2023-06-27  1:22 UTC 

[Intel-gfx] [PATCH][next] drm/i915/mtl: Fix spelling mistake "initate" -> "initiate"
 2023-06-26 20:15 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/mtl: Fix spelling mistake "initate" -> "initiate" (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Fail if DSC compression requirement is less than platform supports
 2023-06-26 19:14 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC 0/3] Get optimal audio frequency and channels
 2023-06-26 17:18 UTC  (7+ messages)
` [Intel-gfx] [RFC 1/3] drm/i915/hdmi: Optimize source audio parameter handling
` [Intel-gfx] [RFC 2/3] drm/i915/display: Configure and initialize HDMI audio capabilities
` [Intel-gfx] [RFC 3/3] drm/i915/display: Add wrapper to Compute SAD

[Intel-gfx] [PATCH 1/2] drm/doc: fix duplicate declaration warning
 2023-06-26 17:18 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: fix Sphinx indentation warning
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/doc: fix duplicate declaration warning (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC 0/3] Get optimal audio frequency and channels
 2023-06-26 16:28 UTC  (10+ messages)
` [Intel-gfx] [RFC 2/3] drm/i915/display: Configure and initialize HDMI audio capabilities
` [Intel-gfx] [RFC 3/3] drm/i915/display: Add wrapper to Compute SAD

[Intel-gfx] [PATCH v2] drm/edid: Add quirk for OSVR HDK 2.0
 2023-06-26 15:47 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH v13 00/10] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-06-26 15:32 UTC  (5+ messages)
` [Intel-gfx] [PATCH v13 03/10] drm/shmem-helper: Add pages_pin_count field

[Intel-gfx] [PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-26 14:51 UTC  (10+ messages)
` [Intel-gfx] [PATCH v12 14/24] iommufd/device: Add iommufd_access_detach() API
` [Intel-gfx] [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[Intel-gfx] [PATCH 0/2] MTL Degamma implementation
 2023-06-26 14:06 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/color: Add function to load degamma LUT in MTL
` [Intel-gfx] [PATCH 2/2] drm/i915/color: For MTL convert 24 bit lut values to 16 bit
` [Intel-gfx] ✓ Fi.CI.BAT: success for MTL Degamma implementation
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 0/5] drm/i915: Init DDI ports in VBT order
 2023-06-26 13:06 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 5/5] drm/i915: Try to initialize DDI/ICL+ DSI ports for every VBT child device

[Intel-gfx] [PATCH v4 0/6] Move dma-buf mmap() reservation locking down to exporters
 2023-06-26 13:05 UTC  (6+ messages)
` [Intel-gfx] [PATCH v4 6/6] drm/shmem-helper: Switch to reservation lock

[Intel-gfx] [PATCH] drm/i915/display : Remove support for interlace mode
 2023-06-26 12:35 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/26] use array_size
 2023-06-26 11:54 UTC  (4+ messages)
` [Intel-gfx] [PATCH 16/26] drm/i915/gvt: "

[Intel-gfx] [PATCH 1/4] drm/i915: Add missing forward declarations/includes to display power headers
 2023-06-26 11:30 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: Add missing forward declarations/includes to display power headers (rev2)

[Intel-gfx] [PATCH v2] drm/i915: Replace kmap() with kmap_local_page()
 2023-06-26  9:02 UTC  (5+ messages)

[Intel-gfx] [PATCH] i915: avoid unused-but-set-variable warning
 2023-06-26  8:09 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/display/dp: Add fallback on LT failure for DP2.0
 2023-06-26  5:41 UTC  (3+ messages)

[Intel-gfx] [PATCH v2 0/6] Fix ctx workarounds for non-masked regs
 2023-06-25 18:39 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 2/6] drm/i915/gt: Clear all bits from GEN12_FF_MODE2
` [Intel-gfx] [PATCH v2 3/6] drm/i915/gt: Fix context workarounds with non-masked regs
` [Intel-gfx] [PATCH v2 4/6] drm/i915/gt: Drop read from GEN8_L3CNTLREG in ICL workaround
` [Intel-gfx] [PATCH v2 6/6] drm/i915/gt: Remove bogus comment on IVB_FBC_RT_BASE_UPPER
` [Intel-gfx] ✗ Fi.CI.BAT: failure for Fix ctx workarounds for non-masked regs

[Intel-gfx] [PATCH 1/3] drm/i915/gt: Move wal_get_fw_for_rmw()
 2023-06-24 18:12 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Fix context workarounds with non-masked regs


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