public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-01-29 08:58:55 to 2019-01-30 06:05:35 UTC [more...]

[PATCH] drm/i915: Apply LUT validation checks to platforms more accurately
 2019-01-30  6:05 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Apply LUT validation checks to platforms more accurately (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset
 2019-01-30  3:07 UTC  (14+ messages)
` [PATCH 02/11] drm/i915/execlists: Suppress redundant preemption
` [PATCH 03/11] drm/i915/selftests: Exercise some AB...BA preemption chains
` [PATCH 04/11] drm/i915: Generalise GPU activity tracking
` [PATCH 05/11] drm/i915: Add timeline barrier support
` [PATCH 06/11] drm/i915: Allocate active tracking nodes from a slabcache
` [PATCH 07/11] drm/i915: Pull i915_gem_active into the i915_active family
` [PATCH 08/11] drm/i915: Keep timeline HWSP allocated until the system is idle
` [PATCH 09/11] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 10/11] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 11/11] drm/i915: Prioritise non-busywait semaphore workloads
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[CI 1/3] drm/i915: Remove the intel_engine_notify tracepoint
 2019-01-30  0:53 UTC  (7+ messages)
` [CI 2/3] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [CI 3/3] drm/i915: Drop fake breadcrumb irq
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915: Remove the intel_engine_notify tracepoint
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Apply LUT validation checks to platforms more accurately
 2019-01-30  0:49 UTC  (2+ messages)
` [PATCH] drm/i915: Apply LUT validation checks to platforms more accurately (v2)

[PATCH 0/9] skl+ watermark stuff
 2019-01-29 23:54 UTC  (17+ messages)
` [PATCH 1/9] drm/i915: Don't ignore level 0 lines watermark for glk+
` [PATCH 2/9] drm/i915: Reinstate an early latency==0 check for skl+
` [PATCH 3/9] drm/i915: Fix bits vs. bytes mixup in dbuf block size computation
` [PATCH 4/9] drm/i915: Fix > vs >= mismatch in watermark/ddb calculations
` [PATCH 5/9] drm/i915: Account for minimum ddb allocation restrictions
` [PATCH 6/9] drm/i915: Pass dev_priv to skl_needs_memory_bw_wa()
` [PATCH 8/9] drm/i915: Drop the pointless linetime==0 check
` [PATCH 9/9] drm/i915: Use IS_GEN9_LP() for the linetime w/a check

[PATCH i-g-t v2] i915/selftest: Allow filtering of individual subtests
 2019-01-29 23:44 UTC 

[PATCH i-g-t] i915/gem_eio: Check for allow-hang prior to issuing a reset
 2019-01-29 23:41 UTC  (3+ messages)
` [igt-dev] "

[PATCH i-g-t] i915/gem_exec_capture: Check the strlen() for an empty file
 2019-01-29 23:38 UTC  (2+ messages)

[PATCH v2 0/3] drm/i915: MST and wakeref leak fixes
 2019-01-29 23:15 UTC  (5+ messages)
` [PATCH v2 1/3] drm/i915: Block fbdev HPD processing during suspend
  ` [Intel-gfx] "

linux-next: build failure after merge of the drm-intel-fixes tree
 2019-01-29 22:53 UTC  (2+ messages)

[PATCH v3 0/3] drm/i915: MST and wakeref leak fixes
 2019-01-29 22:45 UTC  (8+ messages)
` [PATCH v3 1/3] drm/i915: Block fbdev HPD processing during suspend
` [PATCH v3 2/3] drm/i915: Don't send MST hotplugs during resume
` [PATCH v3 3/3] drm/i915: Don't send hotplug in intel_dp_check_mst_status()
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: MST and wakeref leak fixes (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/3] drm/dp_mst: Fix regressions from new atomic VCPI helpers
 2019-01-29 22:03 UTC  (10+ messages)
` [PATCH 1/3] drm/dp_mst: Fix unbalanced malloc ref in drm_dp_mst_deallocate_vcpi()
` [PATCH 2/3] drm/atomic: Add drm_atomic_state->suspend_or_resume
` [PATCH 3/3] drm/i915: Always allocate VCPI during system resume
` ✗ Fi.CI.CHECKPATCH: warning for drm/dp_mst: Fix regressions from new atomic VCPI helpers
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm: Constify drm_color_lut_check()
 2019-01-29 21:33 UTC  (8+ messages)
    ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[v9 0/3] Add Colorspace connector property interface
 2019-01-29 21:23 UTC  (8+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add Colorspace connector property interface (rev9)
` [v9 1/3] drm: Add HDMI colorspace property
` [v9 2/3] drm: Add DP "
` [v9 3/3] drm/i915: Attach colorspace property and enable modeset
` ✗ Fi.CI.SPARSE: warning for Add Colorspace connector property interface (rev9)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 1/2] drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
 2019-01-29 20:13 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915: Handle vm_mmap error "
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915: Prevent a race "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Enable fastboot by default on VLV and CHV
 2019-01-29 20:07 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[CI 1/4] drm/i915/selftests: Apply a subtest filter
 2019-01-29 20:00 UTC  (7+ messages)
` [CI 2/4] drm/i915: Identify active requests
` [CI 3/4] drm/i915: Rename execlists->queue_priority to queue_priority_hint
` [CI 4/4] drm/i915/execlists: Suppress preempting self
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915/selftests: Apply a subtest filter
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 1/2] drm/i915/tv: Fix adjusted_mode dotclock for interlaced modes
 2019-01-29 19:11 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/tv: Bypass the vertical filter if possible
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/tv: Fix adjusted_mode dotclock for interlaced modes
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] i915/gem_workarounds: Require GPU resets
 2019-01-29 18:57 UTC  (4+ messages)

[PATCH i-g-t 1/2] i915/gem_exec_latency: Normalize results into ns
 2019-01-29 18:01 UTC  (4+ messages)
` [PATCH i-g-t 2/2] i915/gem_exec_latency: Eliminate the wakeup penalty
` [igt-dev] [PATCH i-g-t 1/2] i915/gem_exec_latency: Normalize results into ns

[PATCH 1/9] drm/i915/selftests: Apply a subtest filter
 2019-01-29 17:42 UTC  (14+ messages)
` [PATCH 2/9] drm/i915: Rename execlists->queue_priority to queue_priority_hint
` [PATCH 3/9] drm/i915/execlists: Suppress preempting self
` [PATCH 4/9] drm/i915/execlists: Suppress redundant preemption
` [PATCH 5/9] drm/i915/selftests: Exercise some AB...BA preemption chains
` [PATCH 6/9] drm/i915: Identify active requests
` [PATCH 7/9] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 8/9] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 9/9] drm/i915: Drop fake breadcrumb irq
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915/selftests: Apply a subtest filter
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t] i915/pm_rpm: Check for functional GEM before use
 2019-01-29 17:22 UTC  (2+ messages)
` [igt-dev] "

[PATCH] drm/i915: Fix skl srckey mask bits
 2019-01-29 16:57 UTC  (5+ messages)

[v8 0/2] Add Colorspace connector property interface
 2019-01-29 16:55 UTC  (11+ messages)
` [v8 1/2] drm: Add colorspace connector property
` [v8 2/2] drm/i915: Attach colorspace property and enable modeset
` ✗ Fi.CI.CHECKPATCH: warning for Add Colorspace connector property interface (rev8)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915/gen9: Disable FBC on planes which have an unsupported config
 2019-01-29 16:42 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/8] drm/i915: Rename execlists->queue_priority to preempt_priority_hint
 2019-01-29 16:29 UTC  (23+ messages)
` [PATCH 2/8] drm/i915/execlists: Suppress preempting self
` [PATCH 3/8] drm/i915/execlists: Suppress redundant preemption
  ` [PATCH] "
` [PATCH 4/8] drm/i915/selftests: Exercise some AB...BA preemption chains
` [PATCH 5/8] drm/i915: Identify active requests
` [PATCH 6/8] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 7/8] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 8/8] drm/i915: Drop fake breadcrumb irq
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/8] drm/i915: Rename execlists->queue_priority to preempt_priority_hint
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.BAT: failure for series starting with [1/8] drm/i915: Rename execlists->queue_priority to preempt_priority_hint (rev2)

[v7 0/2] Add Colorspace connector property interface
 2019-01-29 16:01 UTC  (10+ messages)
` [v7 1/2] drm: Add colorspace connector property
  ` [Intel-gfx] "
` [v7 2/2] drm/i915: Attach colorspace property and enable modeset
  ` [Intel-gfx] "

[PATCH 00/13] Enable/disable gamma/csc dynamically and fix C8
 2019-01-29 15:59 UTC  (6+ messages)
` [PATCH 08/13] drm/i915: Populate gamma_mode for all platforms

[PATCH 1/9] drm/i915/selftests: Apply a subtest filter
 2019-01-29 15:57 UTC  (15+ messages)
` [PATCH 2/9] drm/i915: Rename execlists->queue_priority to queue_priority_hint
` [PATCH 3/9] drm/i915/execlists: Suppress preempting self
` [PATCH 4/9] drm/i915/execlists: Suppress redundant preemption
` [PATCH 5/9] drm/i915/selftests: Exercise some AB...BA preemption chains
` [PATCH 6/9] drm/i915: Identify active requests
` [PATCH 7/9] drm/i915: Remove the intel_engine_notify tracepoint
` [PATCH 8/9] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
` [PATCH 9/9] drm/i915: Drop fake breadcrumb irq
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915/selftests: Apply a subtest filter
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[v6 0/6] Add support for Gen 11 pipe color features
 2019-01-29 15:52 UTC  (10+ messages)
` [v6 3/6] drm/i915/icl: Add icl pipe degamma and gamma support
` [v6 4/6] drm/i915/icl: Enable ICL Pipe CSC block
` [v6 5/6] drm/i915/icl: Enable pipe output csc

[PATCH] drm/i915: Enable fastboot by default on Skylake and newer
 2019-01-29 15:14 UTC  (6+ messages)

[PATCH 1/3] drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
 2019-01-29 14:45 UTC  (7+ messages)
` [PATCH 2/3] drm: Switch DRIVER_ flags to an enum
` [PATCH 3/3] drm/irq: Ditch DRIVER_IRQ_SHARED
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/opregion: rvda is relative from opregion base, not absolute
 2019-01-29 13:54 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/opregion: rvda is relative from opregion base, not absolute (rev2)

[PATCH 01/33] drm/i915/execlists: Move RPCS setup to context pin
 2019-01-29 10:37 UTC  (3+ messages)
` [PATCH 07/33] drm/i915/selftests: Apply a subtest filter

[PATCH] dma-buf: Enhance dma-fence tracing
 2019-01-29 10:08 UTC  (3+ messages)

[PATCH 00/26] some cleanups, mostly around fbdev emulation
 2019-01-29  9:58 UTC  (4+ messages)
` [PATCH 26/26] drm/<drivers>: Don't set FBINFO_(FLAG_)DEFAULT
    ` [Intel-gfx] "


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