Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-26 06:51:40 to 2019-09-27 16:04:02 UTC [more...]

[PATCH] drm/i915/gt: Only unwedge if we can reset first
 2019-09-27 16:03 UTC 

[PATCH RESEND v9 0/7] DC3CO Support for TGL
 2019-09-27 15:49 UTC  (17+ 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/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  (16+ messages)
` [PATCH 2/3] drm/i915: Allowed memory region for GEM obj
  ` [PATCH v2 "
` [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] drm/i915: Delegate our irq handler to a thread
 2019-09-27  8:48 UTC  (15+ messages)
` ✗ Fi.CI.BAT: failure for "

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

[PATCH 1/4] drm/i915: Prepare to split crtc state in uapi and hw state
 2019-09-27  8:29 UTC  (13+ 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
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Prepare to split crtc state in uapi and hw state (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[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  (8+ 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.CHECKPATCH: warning for drm/i915: Acquire locks with interrupts disabled
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[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 CI 1/4] drm/i915/tc: Update DP_MODE programming
 2019-09-26 22:40 UTC  (5+ 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

[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  (20+ messages)
` [PATCH 2/6] drm/i915/execlists: Use per-process HWSP as scratch
` [PATCH 3/6] drm/i915: Adjust length of MI_LOAD_REGISTER_REG
` [PATCH 4/6] drm/i915: Add definitions for MI_MATH command
` [PATCH 5/6] drm/i915: Don't use scratch in WA batch
` [PATCH 6/6] drm/i915/execlists: Don't allocate scratch
  ` [PATCH v2 "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Define explicit wedged on init reset state
` ✓ Fi.CI.BAT: success "
` ✗ 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/huc: fix version parsing from CSS header
 2019-09-26 18:13 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for "

[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 "

Add support for TGL in SAGV code paths
 2019-09-26 16:23 UTC  (4+ messages)
` [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

[CI] drm/i915/dmc: Update ICL DMC version to v1.09
 2019-09-26 15:30 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/dmc: Update ICL DMC version to v1.09 (rev2)

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

[PATCH] drm/i915: Don't skip debug messages when dp link config fails
 2019-09-26 12:04 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[RFC v3 0/9] Gen12 E2E compression
 2019-09-26 11:25 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Gen12 E2E compression (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915/tgl: Swap rps disable for rc6 disable
 2019-09-26 11:18 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/tgl: Swap rps disable for rc6 disable (rev2)

[RFC v3 9/9] Gen-12 display can decompress surfaces compressed by the media engine
 2019-09-26 10:55 UTC  (2+ messages)
` [PATCH v4 "

✗ Fi.CI.IGT: failure for drm/edid: Add new modes from CTA-861-G (rev2)
 2019-09-26  8:37 UTC 

[PATCH v2 0/9] drm/print: add and use drm_debug_enabled()
 2019-09-26  7:48 UTC  (2+ messages)

[PATCH 1/3] drm/dp/mst: Reduce nested ifs
 2019-09-26  7:43 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] "

[PATCH] drm/i915/execlists: Simplify gen12_csb_parse
 2019-09-26  6:51 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "


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