intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-26 17:34:51 to 2020-05-28 19:01:26 UTC [more...]

[Intel-gfx] [PULL] drm-intel-fixes
 2020-05-28 18:59 UTC 

[Intel-gfx] [PATCH] drm: use drm_dev_has_vblank more
 2020-05-28 18:59 UTC  (9+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: use drm_dev_has_vblank more (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI] drm/i915/gt: Restore both GGTT bindings on resume
 2020-05-28 18:35 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gem: Mark the buffer pool as active for the cmdparser
 2020-05-28 18:00 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3 0/5] Asynchronous flip implementation for i915
 2020-05-28 17:47 UTC  (11+ messages)
` [Intel-gfx] [PATCH v3 1/5] drm/i915: Add enable/disable flip done and flip done handler
` [Intel-gfx] [PATCH v3 2/5] drm/i915: Add support for async flips in I915
` [Intel-gfx] [PATCH v3 3/5] drm/i915: Add checks specific to async flips
` [Intel-gfx] [PATCH v3 4/5] drm/i915: Do not call drm_crtc_arm_vblank_event in "
` [Intel-gfx] [PATCH v3 5/5] drm/i915: Enable async flips in i915
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Asynchronous flip implementation for i915 (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] drm/i915/gt: Prevent timeslicing into unpreemptable requests
 2020-05-28 16:52 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Don't declare hangs if engine is stalled
` [Intel-gfx] [PATCH 3/3] drm/i915: Track i915_vma with its own reference counter
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/gt: Prevent timeslicing into unpreemptable requests
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Restore both GGTT bindings on resume
 2020-05-28 15:15 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Remove local entries from GGTT on suspend
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/gt: Restore both GGTT bindings on resume
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-intel-next-fixes
 2020-05-28 14:40 UTC 

[Intel-gfx] [RFC 00/17] dma-fence lockdep annotations
 2020-05-28 14:22 UTC  (4+ messages)
` [Intel-gfx] [RFC 02/17] dma-fence: basic "

[Intel-gfx] [RFC PATCH 0/4] drm/i915: Resolve device hotunplug issues
 2020-05-28 14:00 UTC  (16+ messages)
` [Intel-gfx] [RFC PATCH 1/4] drm/i915: Drop user contexts on driver remove
` [Intel-gfx] [RFC PATCH 2/4] drm/i915: Release GT resources "
` [Intel-gfx] [RFC PATCH 3/4] drm/i915: Move GGTT cleanup from driver_release to _remove
` [Intel-gfx] [RFC PATCH 4/4] drm/i915: Move UC firmware "

[Intel-gfx] [RFC] GPU-bound energy efficiency improvements for the intel_pstate driver (v2.99)
 2020-05-28  9:29 UTC  (7+ messages)

[Intel-gfx] [PATCH v4.19.x] make 'user_access_begin()' do 'access_ok()'
 2020-05-28 11:20 UTC  (8+ messages)

[Intel-gfx] [PATCH 0/9] shmem helper untangling
 2020-05-28 12:53 UTC  (5+ messages)
` [Intel-gfx] [PATCH 7/9] drm/shmem-helpers: Redirect mmap for imported dma-buf

[Intel-gfx] [PULL] drm-misc-fixes
 2020-05-28 11:09 UTC 

[Intel-gfx] [PATCH 01/11] drm/i915/gt: Prevent timeslicing into unpreemptable requests
 2020-05-28 10:38 UTC  (15+ messages)
` [Intel-gfx] [PATCH 02/11] drm/i915/gt: Don't declare hangs if engine is stalled
` [Intel-gfx] [PATCH 03/11] drm/i915/gem: Async GPU relocations only
` [Intel-gfx] [PATCH 04/11] drm/i915: Add list_for_each_entry_safe_continue_reverse
` [Intel-gfx] [PATCH 05/11] drm/i915/gem: Separate reloc validation into an earlier step
` [Intel-gfx] [PATCH 06/11] drm/i915/gem: Lift GPU relocation allocation
` [Intel-gfx] [PATCH 07/11] drm/i915/gem: Add all GPU reloc awaits/signals en masse
` [Intel-gfx] [PATCH 08/11] drm/i915/gem: Build the reloc request first
` [Intel-gfx] [PATCH 09/11] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 10/11] drm/i915: Unpeel awaits on a proxy fence
` [Intel-gfx] [PATCH 11/11] drm/i915/gem: Make relocations atomic within execbuf
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915/gt: Prevent timeslicing into unpreemptable requests
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Special handling for bonded requests
 2020-05-28 10:20 UTC  (9+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/gt: Prevent timeslicing into unpreemptible requests
 2020-05-28  8:46 UTC  (12+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Prevent timeslicing into unpreemptible requests (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Prevent timeslicing into unpreemptible requests (rev3)
` [Intel-gfx] [PATCH v2] drm/i915/gt: Prevent timeslicing into unpreemptable requests
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Prevent timeslicing into unpreemptible requests (rev4)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: Prevent timeslicing into unpreemptible requests (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: Prevent timeslicing into unpreemptible requests (rev4)

[Intel-gfx] [PATCH 1/2] drm/mxsfb: Call drm_crtc_vblank_on/off
 2020-05-28  8:25 UTC  (19+ messages)
` [Intel-gfx] [PATCH 2/2] drm/atomic-helper: reset vblank on crtc reset
  ` [Intel-gfx] [PATCH] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/mxsfb: Call drm_crtc_vblank_on/off
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/mxsfb: Call drm_crtc_vblank_on/off (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC 0/2] i915: Add debugfs for requesting HDCP version
 2020-05-28  7:45 UTC  (11+ messages)
` [Intel-gfx] [RFC 1/2] drm/i915: Add support for considering HDCP ver requested via debugfs
` [Intel-gfx] [RFC 2/2] drm/i915: Add a new debugfs to request HDCP version
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915: Add debugfs for requesting "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v1] drm/i915: Minor link training logic fixes for dp_mst
 2020-05-28  7:28 UTC  (8+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PULL] gvt-next-fixes
 2020-05-28  3:35 UTC 

[Intel-gfx] [PATCH] drm/i915: Fix global state use-after-frees with a refcount
 2020-05-27 23:03 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/gt: Remove local entries from GGTT on suspend
 2020-05-27 21:20 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "
` [Intel-gfx] [PATCH] drm/i915/pmu: avoid an maybe-uninitialized warning
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gt: Remove local entries from GGTT on suspend (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Remove local entries from GGTT on suspend (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/3] drm/i915/pmu: avoid an maybe-uninitialized warning
 2020-05-27 18:19 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: work around false-positive "
` [Intel-gfx] [PATCH 3/3] drm/i915/selftests: avoid bogus "
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/pmu: avoid an "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/3] drm/edid: Allow looking for ext blocks starting from a specified index
 2020-05-27 16:44 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/3] drm/edid: Iterate through all DispID ext blocks
` [Intel-gfx] [PATCH 3/3] drm/edid: Clean up some curly braces
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/edid: Allow looking for ext blocks starting from a specified index
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_balancer: Randomise bonded submission
 2020-05-27 16:43 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Prevent timeslicing into unpreemptible requests
 2020-05-27 13:02 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_balancer: Randomise bonded submission
 2020-05-27 12:11 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Fix the encoder type check
 2020-05-27 11:39 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resume
 2020-05-27  9:42 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PATCH] drm/i915/display: Fix early deref of 'dsb'
 2020-05-27  8:52 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Intel-gfx] [PULL] drm-misc-next-fixes
 2020-05-27  8:01 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: Reorder await_execution before await_request
 2020-05-27  7:50 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Do not schedule normal requests immediately along virtual

[Intel-gfx] [PATCH 1/6] drm/i915/rkl: Disable PSR2
 2020-05-27  1:33 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915: Add plane damage clips property
` [Intel-gfx] [PATCH 3/6] drm/i915: Reorder intel_psr2_config_valid()
` [Intel-gfx] [PATCH 4/6] drm/i915: Add PSR2 software tracking registers
` [Intel-gfx] [PATCH 5/6] drm/i915: Implement PSR2 selective fetch
` [Intel-gfx] [PATCH 6/6] drm/i915: Implement PSR2 selective fetch WAs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915/rkl: Disable PSR2
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/2] drm/probe_helper, i915: Validate MST modes against PBN limits
 2020-05-26 18:23 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/mst: filter out the display mode exceed sink's capability

[Intel-gfx] [PATCH 00/37] Introduce DG1
 2020-05-26 18:10 UTC  (17+ messages)
` [Intel-gfx] [PATCH 09/37] drm/i915: Add has_master_unit_irq flag
` [Intel-gfx] [PATCH 11/37] drm/i915/dg1: add initial DG-1 definitions
` [Intel-gfx] [PATCH 12/37] drm/i915/dg1: Add DG1 PCI IDs
` [Intel-gfx] [PATCH 18/37] drm/i915/dg1: add support for the master unit interrupt
` [Intel-gfx] [PATCH 35/37] drm/i915/dg1: Load DMC
` [Intel-gfx] [PATCH 37/37] drm/i915/dg1: Remove SHPD_FILTER_CNT register programming


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