intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 17:43:13 to 2021-07-26 15:26:49 UTC [more...]

[Intel-gfx] [PATCH 01/10] drm/i915: Check for nomodeset in i915_init() first
 2021-07-26 15:26 UTC  (32+ messages)
` [Intel-gfx] [PATCH 02/10] drm/i915: move i915_active slab to direct module init/exit
` [Intel-gfx] [PATCH 03/10] drm/i915: move i915_buddy "
  ` [Intel-gfx] [RFC PATCH] drm/i915: slab_blocks can be static
` [Intel-gfx] [PATCH 04/10] drm/i915: move intel_context slab to direct module init/exit
  ` [Intel-gfx] [RFC PATCH] drm/i915: slab_ce can be static
` [Intel-gfx] [PATCH 05/10] drm/i915: move gem_context slab to direct module init/exit
  ` [Intel-gfx] [RFC PATCH] drm/i915: slab_luts can be static
` [Intel-gfx] [PATCH 06/10] drm/i915: move gem_objects slab to direct module init/exit
  ` [Intel-gfx] [RFC PATCH] drm/i915: slab_objects can be static
` [Intel-gfx] [PATCH 07/10] drm/i915: move request slabs to direct module init/exit
  ` [Intel-gfx] [RFC PATCH] drm/i915: slab_requests can be static
` [Intel-gfx] [PATCH 08/10] drm/i915: move scheduler slabs to direct module init/exit
  ` [Intel-gfx] [RFC PATCH] drm/i915: slab_dependencies can be static
` [Intel-gfx] [PATCH 09/10] drm/i915: move vma slab to direct module init/exit
  ` [Intel-gfx] [RFC PATCH] drm/i915: slab_vmas can be static
` [Intel-gfx] [PATCH 10/10] drm/i915: Remove i915_globals
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] drm/i915: Check for nomodeset in i915_init() first
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/userptr: Probe existence of backing struct pages upon creation
 2021-07-26 15:14 UTC  (9+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH 0/8] drm/i915: Migrate memory to SMEM when imported cross-device (v8)
 2021-07-26 15:11 UTC  (11+ messages)
` [Intel-gfx] [PATCH 5/8] drm/i915/gem/ttm: Only call __i915_gem_object_set_pages if needed
` [Intel-gfx] [PATCH 6/8] drm/i915/gem: Always call obj->ops->migrate unless can_migrate fails
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Migrate memory to SMEM when imported cross-device (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/30] Remove CNL support
 2021-07-26 15:06 UTC  (71+ messages)
` [Intel-gfx] [PATCH 01/30] drm/i915: fix not reading DSC disable fuse in GLK
` [Intel-gfx] [PATCH 02/30] drm/i915/display: split DISPLAY_VER 9 and 10 in intel_setup_outputs()
` [Intel-gfx] [PATCH 03/30] drm/i915/display: remove PORT_F workaround for CNL
` [Intel-gfx] [PATCH 04/30] drm/i915/display: remove explicit CNL handling from intel_cdclk.c
` [Intel-gfx] [PATCH 05/30] drm/i915/display: remove explicit CNL handling from intel_color.c
` [Intel-gfx] [PATCH 06/30] drm/i915/display: remove explicit CNL handling from intel_combo_phy.c
` [Intel-gfx] [PATCH 07/30] drm/i915/display: remove explicit CNL handling from intel_crtc.c
` [Intel-gfx] [PATCH 08/30] drm/i915/display: remove explicit CNL handling from intel_ddi.c
` [Intel-gfx] [PATCH 09/30] drm/i915/display: remove explicit CNL handling from intel_display_debugfs.c
` [Intel-gfx] [PATCH 10/30] drm/i915/display: remove explicit CNL handling from intel_dmc.c
` [Intel-gfx] [PATCH 11/30] drm/i915/display: remove explicit CNL handling from intel_dp.c
` [Intel-gfx] [PATCH 12/30] drm/i915/display: remove explicit CNL handling from intel_dpll_mgr.c
` [Intel-gfx] [PATCH 13/30] drm/i915/display: remove explicit CNL handling from intel_vdsc.c
` [Intel-gfx] [PATCH 14/30] drm/i915/display: remove explicit CNL handling from skl_universal_plane.c
` [Intel-gfx] [PATCH 15/30] drm/i915/display: remove explicit CNL handling from intel_display_power.c
` [Intel-gfx] [PATCH 16/30] drm/i915/display: remove CNL ddi buf translation tables
` [Intel-gfx] [PATCH 17/30] drm/i915/display: rename CNL references in skl_scaler.c
` [Intel-gfx] [PATCH 18/30] drm/i915: remove explicit CNL handling from i915_irq.c
` [Intel-gfx] [PATCH 19/30] drm/i915: remove explicit CNL handling from intel_pm.c
` [Intel-gfx] [PATCH 20/30] drm/i915: remove explicit CNL handling from intel_mocs.c
` [Intel-gfx] [PATCH 21/30] drm/i915: remove explicit CNL handling from intel_pch.c
` [Intel-gfx] [PATCH 22/30] drm/i915: remove explicit CNL handling from intel_wopcm.c
` [Intel-gfx] [PATCH 23/30] drm/i915/gt: remove explicit CNL handling from intel_sseu.c
` [Intel-gfx] [PATCH 24/30] drm/i915: rename CNL references in intel_dram.c
` [Intel-gfx] [PATCH 25/30] drm/i915/gt: rename CNL references in intel_engine.h
` [Intel-gfx] [PATCH 26/30] drm/i915: finish removal of CNL
` [Intel-gfx] [PATCH 27/30] drm/i915: remove GRAPHICS_VER == 10
` [Intel-gfx] [PATCH 28/30] drm/i915: rename/remove CNL registers
` [Intel-gfx] [PATCH 29/30] drm/i915: replace random CNL comments
` [Intel-gfx] [PATCH 30/30] drm/i915: switch num_scalers/num_sprites to consider DISPLAY_VER
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Remove CNL support
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2 1/3] drm: use the lookup lock in drm_is_current_master
 2021-07-26 12:10 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm: clarify usage of drm leases
` [Intel-gfx] [PATCH v2 3/3] drm/vmwgfx: fix potential UAF in vmwgfx_surface.c
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/3] drm: use the lookup lock in drm_is_current_master
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH i-g-t 1/7] lib/i915/gem_mman: add FIXED mmap mode
 2021-07-26 12:03 UTC  (7+ messages)
` [Intel-gfx] [PATCH i-g-t 2/7] lib/i915/gem_mman: add fixed mode to mmap__device_coherent
` [Intel-gfx] [PATCH i-g-t 3/7] lib/i915/gem_mman: add fixed mode to mmap__cpu_coherent
` [Intel-gfx] [PATCH i-g-t 4/7] lib/i915/gem_mman: update mmap_offset_types with FIXED
` [Intel-gfx] [PATCH i-g-t 5/7] lib/ioctl_wrappers: update mmap_{read, write} for discrete
` [Intel-gfx] [PATCH i-g-t 6/7] lib/ioctl_wrappers: update set_domain "
` [Intel-gfx] [PATCH i-g-t 7/7] tests/i915/module_load: update "

[Intel-gfx] [PATCH i-g-t 1/3] lib/intel_memory_region: verify item.length
 2021-07-26 11:48 UTC  (6+ messages)
` [Intel-gfx] [PATCH i-g-t 2/3] tests/i915_query: extract query_garbage_items
  ` [Intel-gfx] [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 3/3] tests/i915_query: add some sanity checking around regions query
  ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [V3 0/7] MIPI DSI driver enhancements
 2021-07-26  9:24 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for MIPI DSI driver enhancements (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC 0/8] Per client GPU stats
 2021-07-26  9:01 UTC  (7+ messages)
` [Intel-gfx] [RFC 6/8] drm: Document fdinfo format specification

[Intel-gfx] [V3 7/7] drm/i915/dsi: Send proper brightness value via MIPI DCS command
 2021-07-26  6:54 UTC  (2+ messages)
` [Intel-gfx] [v2] "

[Intel-gfx] [PATCH v2] drm/i915/gt: nuke gen6_hw_id
 2021-07-25  8:43 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: nuke gen6_hw_id (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 00/14] drm/i915/guc: Enable GuC based power management features
 2021-07-25  2:57 UTC  (32+ messages)
` [Intel-gfx] [PATCH 04/14] drm/i915/guc/slpc: Adding SLPC communication interfaces
` [Intel-gfx] [PATCH 05/14] drm/i915/guc/slpc: Allocate, initialize and release SLPC
` [Intel-gfx] [PATCH 06/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events
` [Intel-gfx] [PATCH 07/14] drm/i915/guc/slpc: Add methods to set min/max frequency
` [Intel-gfx] [PATCH 08/14] drm/i915/guc/slpc: Add get max/min freq hooks
` [Intel-gfx] [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info
  ` [Intel-gfx] [RFC PATCH] drm/i915/guc/slpc: intel_eval_slpc_support() can be static
` [Intel-gfx] [PATCH 11/14] drm/i915/guc/slpc: Cache platform frequency limits
` [Intel-gfx] [PATCH 12/14] drm/i915/guc/slpc: Sysfs hooks for SLPC
` [Intel-gfx] [PATCH 14/14] drm/i915/guc/rc: Setup and enable GUCRC feature

[Intel-gfx] [PATCH 00/33] Remaining patches for basic GuC submission
 2021-07-24 23:13 UTC  (6+ messages)
` [Intel-gfx] [PATCH 01/33] drm/i915/guc: GuC virtual engines
` [Intel-gfx] [PATCH 32/33] drm/i915/guc: Implement GuC priority management

[Intel-gfx] [PATCH] drm/i915: fix not reading DSC disable fuse in GLK
 2021-07-24 11:43 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v3 00/30] Begin enabling Xe_HP SDV and DG2 platforms
 2021-07-24  4:19 UTC  (30+ messages)
` [Intel-gfx] [PATCH v3 02/30] drm/i915/xehp: Extra media engines - Part 1 (engine definitions)
    ` [Intel-gfx] [PATCH v4 2/2] "
` [Intel-gfx] [PATCH v3 04/30] drm/i915/xehp: Extra media engines - Part 3 (reset)
` [Intel-gfx] [PATCH v3 06/30] drm/i915/xehp: handle new steering options
` [Intel-gfx] [PATCH v3 09/30] drm/i915/xehpsdv: Add maximum sseu limits
` [Intel-gfx] [PATCH v3 11/30] drm/i915/xehpsdv: Define steering tables
` [Intel-gfx] [PATCH v3 14/30] drm/i915/xehpsdv: Read correct RP_STATE_CAP register
` [Intel-gfx] [PATCH v3 15/30] drm/i915/dg2: DG2 uses the same sseu limits as XeHP SDV
` [Intel-gfx] [PATCH v3 16/30] drm/i915/dg2: Add forcewake table
` [Intel-gfx] [PATCH v3 17/30] drm/i915/dg2: Update LNCF steering ranges
` [Intel-gfx] [PATCH v3 18/30] drm/i915/dg2: Add SQIDI steering
` [Intel-gfx] [PATCH v3 19/30] drm/i915/dg2: Add new LRI reg offsets
` [Intel-gfx] [PATCH v3 20/30] drm/i915/dg2: Maintain backward-compatible nested batch behavior
` [Intel-gfx] [PATCH v3 21/30] drm/i915/dg2: Report INSTDONE_GEOM values in error state
` [Intel-gfx] [PATCH v3 22/30] drm/i915/dg2: Define MOCS table for DG2
` [Intel-gfx] [PATCH v3 23/30] drm/i915/dg2: Add MPLLB programming for SNPS PHY
` [Intel-gfx] [PATCH v3 24/30] drm/i915/dg2: Add MPLLB programming for HDMI
` [Intel-gfx] [PATCH v3 26/30] drm/i915/dg2: Update modeset sequences
` [Intel-gfx] [PATCH v3 27/30] drm/i915/dg2: Wait for SNPS PHY calibration during display init
` [Intel-gfx] [PATCH v3 28/30] drm/i915/dg2: Update lane disable power state during PSR
` [Intel-gfx] [PATCH v3 29/30] drm/i915/dg2: Update to bigjoiner path
` [Intel-gfx] [PATCH v3 30/30] drm/i915/dg2: Configure PCON in DP pre-enable path
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Begin enabling Xe_HP SDV and DG2 platforms (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915: Program chicken bit during DP MST sequence on TGL+
 2021-07-24  3:00 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v4 1/2] drm/i915: document caching related bits
 2021-07-23 23:45 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v4,1/2] "

[Intel-gfx] [CI 1/4] drm/i915/step: Add macro magic for handling steps
 2021-07-23 23:42 UTC  (3+ messages)
` [Intel-gfx] [CI 3/4] drm/i915/firmware: Update to DMC v2.12 on TGL

[Intel-gfx] [CI] drm/i915/bios: Fix ports mask
 2021-07-23 21:59 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/bios: Fix ports mask (rev4)

[Intel-gfx] [PATCH v4 0/4] shmem helpers for vgem
 2021-07-23 18:45 UTC  (3+ messages)
` [Intel-gfx] [PATCH v4 1/4] dma-buf: Require VM_PFNMAP vma for mmap


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).