Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-26 12:22:29 to 2019-09-27 18:21:45 UTC [more...]

[PATCH 00/22] LMEM basics
 2019-09-27 18:21 UTC  (29+ messages)
` [PATCH 01/22] drm/i915: check for kernel_context
` [PATCH 02/22] drm/i915: simplify i915_gem_init_early
` [PATCH 03/22] drm/i915: introduce intel_memory_region
` [PATCH 04/22] drm/i915/region: support continuous allocations
` [PATCH 05/22] drm/i915/region: support volatile objects
` [PATCH 06/22] drm/i915: Add memory region information to device_info
` [PATCH 07/22] drm/i915: support creating LMEM objects
` [PATCH 08/22] drm/i915: setup io-mapping for LMEM
` [PATCH 09/22] drm/i915/lmem: support kernel mapping
` [PATCH 10/22] drm/i915/selftests: add write-dword test for LMEM
` [PATCH 11/22] drm/i915/selftest: extend coverage to include LMEM huge-pages
` [PATCH 12/22] drm/i915: enumerate and init each supported region
` [PATCH 13/22] drm/i915: treat shmem as a region
` [PATCH 14/22] drm/i915: treat stolen "
` [PATCH 15/22] drm/i915: define HAS_MAPPABLE_APERTURE
` [PATCH 16/22] drm/i915: do not map aperture if it is not available
` [PATCH 17/22] drm/i915: set num_fence_regs to 0 if there is no aperture
` [PATCH 18/22] drm/i915/selftests: check for missing aperture
` [PATCH 19/22] drm/i915: error capture with no ggtt slot
` [PATCH 20/22] drm/i915: Don't try to place HWS in non-existing mappable region
` [PATCH 21/22] drm/i915: check for missing aperture in GTT pread/pwrite paths
` [PATCH 22/22] HAX drm/i915: add the fake lmem region

Add support for TGL in SAGV code paths
 2019-09-27 18:18 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: Extract SAGV block time function
` [PATCH 2/3] drm/i915/tgl: Read SAGV block time from PCODE
` [PATCH 3/3] drm/i915/tgl: Remove single pipe restriction from SAGV
` ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915: Extract SAGV block time function

[PATCH] drm/i915/guc: Update H2G enable logging action definition
 2019-09-27 18:04 UTC 

[CI] drm/i915/dmc: Update ICL DMC version to v1.09
 2019-09-27 17:57 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/dmc: Update ICL DMC version to v1.09 (rev2)

[PATCH] drm/i915/huc: fix version parsing from CSS header
 2019-09-27 17:56 UTC  (5+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH CI 1/4] drm/i915/tc: Update DP_MODE programming
 2019-09-27 17:50 UTC  (7+ messages)
` [PATCH CI 2/4] drm/i915/tgl: Add dkl phy programming sequences
` [PATCH CI 3/4] drm/i915/tgl: Fix dkl link training
` [PATCH CI 4/4] drm/i915/tgl: initialize TC and TBT ports
` ✓ Fi.CI.BAT: success for series starting with [CI,1/4] drm/i915/tc: Update DP_MODE programming
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/userptr: Never allow userptr into the mappable GGTT
 2019-09-27 17:05 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH RESEND v9 0/7] DC3CO Support for TGL
 2019-09-27 16:57 UTC  (20+ messages)
` [PATCH v9 1/7] drm/i915/tgl: Add DC3CO required register and bits
` [PATCH v9 2/7] drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask
` [PATCH v9 3/7] drm/i915/tgl: Enable DC3CO state in "DC Off" power well
` [PATCH v9 4/7] drm/i915/tgl: Do modeset to enable and configure DC3CO exitline
` [PATCH v9 5/7] drm/i915/tgl: DC3CO PSR2 helper
` [PATCH v9 6/7] drm/i915/tgl: switch between dc3co and dc5 based on display idleness
` [PATCH v9 7/7] drm/i915/tgl: Add DC3CO counter in i915_dmc_info
` ✗ Fi.CI.CHECKPATCH: warning for DC3CO Support for TGL (rev12)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 01/21] drm/i915: Restrict the aliasing-ppgtt to the size of the ggtt
 2019-09-27 17:03 UTC  (8+ messages)
` [PATCH 12/21] drm/i915: Mark up address spaces that may need to allocate

[PATCH] drm/i915/gt: Only unwedge if we can reset first
 2019-09-27 16:57 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/gt: Only unwedge if we can reset first (rev2)

[PATCH V2 0/8] mdev based hardware virtio offloading support
 2019-09-27 16:25 UTC  (14+ messages)
` [PATCH V2 5/8] mdev: introduce device specific ops
` [PATCH V2 6/8] mdev: introduce virtio device and its device ops

[PATCH 01/23] drm/i915/dp: Fix dsc bpp calculations, v2
 2019-09-27 15:00 UTC  (23+ messages)
` [PATCH 10/23] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid()
` [PATCH 12/23] drm/i915: Enable big joiner support in enable and disable sequences
` [PATCH 13/23] drm/i915: Make hardware readout work on i915
` [PATCH 14/23] drm/i915: Prepare update_slave() for bigjoiner plane updates
` [PATCH 16/23] drm/i915: Program planes in bigjoiner mode

[PATCH 1/5] drm/i915: Switch intel_legacy_cursor_update() to intel_ types
 2019-09-27 14:21 UTC  (8+ messages)
` [PATCH 2/5] drm/i915: Prepare the connector/encoder mask eadout for hw vs. uapi state split
` [PATCH 2/5] drm/i915: Prepare the connector/encoder mask readout "
` [PATCH 3/5] drm/i915: Prepare the mode "
` [PATCH 4/5] drm/i915: Add intel_atomic_crtc_state_for_each_plane_state()
` [PATCH 5/5] drm/i915: Add intel_atomic_add_affected_planes()
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915: Switch intel_legacy_cursor_update() to intel_ types
` ✓ Fi.CI.BAT: success "

struct_mutex is over the hill and far away
 2019-09-27 14:10 UTC  (18+ messages)
` [PATCH 05/27] drm/i915: Pull i915_vma_pin under the vm->mutex
` [PATCH 07/27] drm/i915: Coordinate i915_active with its own mutex
` [PATCH 19/27] drm/i915: Replace hangcheck by heartbeats
` [PATCH 21/27] drm/i915: Move context management under GEM

[PATCH v2 00/27] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-09-27 13:52 UTC  (3+ messages)
` [PATCH v2 25/27] drm/dp_mst: Add basic topology reprobing when resuming

[PATCH i-g-t] i915/gem_ctx_isolation: Check nonpriv values are kept across switch
 2019-09-27 13:28 UTC  (2+ messages)
` [PATCH i-g-t v2] "

[PATCH] drm/i915: Update references to previously renamed files
 2019-09-27 12:19 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "
` [PATCH] doc: "
` ✓ Fi.CI.IGT: success for drm/i915: "
` ✓ Fi.CI.BAT: success for drm/i915: Update references to previously renamed files (rev2)

[CI] drm/i915: Extract GT render sleep (rc6) management
 2019-09-27 11:52 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Extract GT render sleep (rc6) management (rev2)
` ✓ Fi.CI.BAT: success "

[CI 1/3] drm/i915: Define explicit wedged on init reset state
 2019-09-27 11:24 UTC  (5+ messages)
` [CI 2/3] drm/i915/execlists: Use per-process HWSP as scratch
` [CI 3/3] drm/i915: Adjust length of MI_LOAD_REGISTER_REG
` ✓ Fi.CI.BAT: success for series starting with [CI,1/3] drm/i915: Define explicit wedged on init reset state
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Exercise concurrent submission to all engines
 2019-09-27 10:38 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 1/3] drm/i915: Create dumb buffer from LMEM
 2019-09-27 10:11 UTC  (9+ messages)
` [PATCH 3/3] drm/i915: FB backing gem obj should reside in LMEM
  ` [PATCH v2 "
` ✗ Fi.CI.BUILD: failure for series starting with [1/3] drm/i915: Create dumb buffer from LMEM (rev3)

[PATCH] drm/i915/tgl: Fix doc not corresponding to code
 2019-09-27  9:40 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/tgl: Fix doc not corresponding to code (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 2/3] drm/i915: Allowed memory region for GEM obj
 2019-09-27  9:08 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] drm/i915: Delegate our irq handler to a thread
 2019-09-27  8:48 UTC  (15+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/4] drm/i915: Prepare to split crtc state in uapi and hw state
 2019-09-27  8:29 UTC  (8+ messages)
` [PATCH 4/4] drm/i915: Remove begin/finish_crtc_commit, v2
    ` [PATCH] drm/i915: Remove begin/finish_crtc_commit, v3
` ✓ Fi.CI.IGT: success for series starting with [1/4] drm/i915: Prepare to split crtc state in uapi and hw state (rev2)

[PATCH] drm/i915/perf: Fix use of kernel-doc format in structure members
 2019-09-27  8:00 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 0/2] drm/i915: Acquire locks with interrupts disabled
 2019-09-27  7:09 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: Don't disable interrupts for intel_engine_breadcrumbs_irq()
` [PATCH 2/2] drm/i915: Drop the IRQ-off asserts
` ✓ Fi.CI.IGT: success for drm/i915: Acquire locks with interrupts disabled

[PATCH] drm/i915: Small joiner RAM buffer size is platform-specific
 2019-09-27  1:07 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "
` ✓ Fi.CI.IGT: success for drm/i915: Small joiner RAM buffer size is platform-specific (rev3)

[PATCH v3 1/6] drm/i915/display/icl: Save Master transcoder in slave's crtc_state for Transcoder Port Sync
 2019-09-27  0:41 UTC  (9+ messages)
` [PATCH v3 3/6] drm/i915/display/icl: HW state readout for transcoder port sync config
` ✓ Fi.CI.BAT: success for series starting with [v3,1/6] drm/i915/display/icl: Save Master transcoder in slave's crtc_state for Transcoder Port Sync (rev3)

[PATCH v4] drm/i915/display/icl: HW state readout for transcoder port sync config
 2019-09-27  0:11 UTC  (2+ messages)
` [PATCH v5 3/6] "

[PATCH v11 1/2] drm/i915: Introduce async plane update to i915
 2019-09-26 21:37 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [v11,1/2] "

[PATCH v4 0/4] TGL TC enabling v4
 2019-09-26 21:02 UTC  (10+ messages)
` [PATCH v4 1/4] drm/i915/tc: Update DP_MODE programming
` [PATCH v4 2/4] drm/i915/tgl: Add dkl phy programming sequences
` [PATCH v4 3/4] drm/i915/tgl: Fix dkl link training

[RFC PATCH 0/1] GuC engine reset support
 2019-09-26 18:58 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 1/6] drm/i915: Define explicit wedged on init reset state
 2019-09-26 18:24 UTC  (9+ messages)
` [PATCH 4/6] drm/i915: Add definitions for MI_MATH command
` [PATCH 5/6] drm/i915: Don't use scratch in WA batch
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Define explicit wedged on init reset state (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915: Add feature flag for platforms with DRAM
 2019-09-26 17:15 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[CI 1/3] drm/i915: Delegate our irq handler to a thread
 2019-09-26 16:59 UTC  (5+ messages)
` [CI 2/3] drm/i915: Don't disable interrupts for intel_engine_breadcrumbs_irq()
` [CI 3/3] drm/i915: Drop the IRQ-off asserts
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915: Delegate our irq handler to a thread
` ✗ Fi.CI.BAT: failure "

[PATCH 6/6] drm/i915/execlists: Don't allocate scratch
 2019-09-26 13:26 UTC  (3+ messages)
` [PATCH v2 "

[PATCH i-g-t] i915/pm_rpm: Include breadcrumbs in the kernel log before i915.ko reloads
 2019-09-26 13:17 UTC  (2+ messages)


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