messages from 2019-01-29 18:54:59 to 2019-01-30 20:51:47 UTC [more...]
[PATCH 1/3] drm/i915: Generalise GPU activity tracking
2019-01-30 20:50 UTC (3+ messages)
` [PATCH 2/3] drm/i915: Release the active tracker tree upon idling
` [PATCH 3/3] drm/i915: Allocate active tracking nodes from a slabcache
[PATCH 0/5] Per context dynamic (sub)slice power-gating
2019-01-30 20:51 UTC (29+ messages)
` [PATCH 1/5] drm/i915: Record the sseu configuration per-context & engine
` [PATCH v16 "
` [PATCH 2/5] drm/i915/perf: lock powergating configuration to default when active
` [PATCH 3/5] drm/i915: Add timeline barrier support
` [PATCH 4/5] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
` [PATCH v29 "
` [PATCH 5/5] drm/i915/selftests: Context SSEU reconfiguration tests
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev21)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev23)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.IGT: failure for Per context dynamic (sub)slice power-gating (rev21)
` ✓ Fi.CI.BAT: success for Per context dynamic (sub)slice power-gating (rev23)
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev24)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev25)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev26)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915: permit zero valued dmap in for_each_sgt_dma
2019-01-30 20:35 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 1/2] drm/i915: Revoke mmaps and prevent access to fence registers across reset
2019-01-30 20:34 UTC (6+ messages)
` [PATCH 2/2] drm/i915: Force the GPU reset upon wedging
` ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915: Revoke mmaps and prevent access to fence registers across reset
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH v4.1 0/3] CRTC background color
2019-01-30 19:51 UTC (7+ messages)
` [PATCH v4.1 1/3] drm/i915: Force background color to black for gen9+ (v2)
` [PATCH v4.1 2/3] drm: Add CRTC background color property (v4)
` [PATCH v4.1 3/3] drm/i915/gen9+: Add support for pipe background color (v4)
` ✗ Fi.CI.CHECKPATCH: warning for CRTC background color (rev5)
` ✓ Fi.CI.BAT: success "
[PATCH] drm/i915: Pick the first unused PLL once again
2019-01-30 19:29 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH] drm/i915: Fix skl srckey mask bits
2019-01-30 19:20 UTC (6+ messages)
[PATCH] drm/i915: Apply LUT validation checks to platforms more accurately
2019-01-30 19:11 UTC (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Apply LUT validation checks to platforms more accurately (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Apply LUT validation checks to platforms more accurately (rev3)
` ✓ Fi.CI.BAT: success "
[PATCH v3 0/8] drm/i915: GTT remapping for display
2019-01-30 19:06 UTC (6+ messages)
` [PATCH v3 1/8] drm/i915: Add a new "remapped" gtt_view
` [PATCH v3 6/8] drm/i915: Bump gen7+ fb size limits to 16kx16k
[PATCH v3 4/8] drm/i915: Overcome display engine stride limits via GTT remapping
2019-01-30 19:01 UTC (3+ messages)
` [PATCH v4 "
[PATCH 01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset
2019-01-30 18:41 UTC (29+ 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 v2] "
` [PATCH v3] "
` [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 "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.BAT: failure for series starting with [01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset (rev3)
[PATCH v6 00/28] Display Stream Compression enabling on eDP/DP
2019-01-30 18:27 UTC (7+ messages)
` [PATCH v6 04/28] drm/dp: DRM DP helper/macros to get DP sink DSC parameters
` [Intel-gfx] "
[PATCH v3 8/8] hack: align dumb buffer stride to 4k to allow for gtt remapping
2019-01-30 18:26 UTC (6+ messages)
` [PATCH v4 "
[PATCH] drm/i915: Don't use the second dbuf slice on icl
2019-01-30 18:18 UTC (4+ messages)
` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Don't use the second dbuf slice on icl (rev2)
` ✓ Fi.CI.BAT: success "
[PATCH] drm/i915: Apply LUT validation checks to platforms more accurately
2019-01-30 18:10 UTC (4+ messages)
` [PATCH] drm/i915: Apply LUT validation checks to platforms more accurately (v2)
` [CI] drm/i915: Apply LUT validation checks to platforms more accurately (v3)
[PATCH i-g-t] i915/gem_cpu_reloc: Do the can-store-dword check at start
2019-01-30 16:21 UTC
[v10 0/3] Add Colorspace connector property interface
2019-01-30 16:00 UTC (7+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add Colorspace connector property interface (rev10)
` [v10 1/3] drm: Add HDMI colorspace property
` [v10 2/3] drm: Add DP "
` [v10 3/3] drm/i915: Attach colorspace property and enable modeset
` ✓ Fi.CI.BAT: success for Add Colorspace connector property interface (rev10)
` ✓ Fi.CI.IGT: "
[PATCH] drm/amdgpu: Transfer fences to dmabuf importer
2019-01-30 15:36 UTC (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/amdgpu: Transfer fences to dmabuf importer (rev7)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH v3 0/3] drm/i915: MST and wakeref leak fixes
2019-01-30 14:46 UTC (9+ 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 v3 5/8] drm/i915: Bump gen4+ fb stride limit to 256KiB
2019-01-30 14:33 UTC (5+ messages)
` [PATCH v4 "
[PATCH i-g-t] i915/gem_eio: 64 batches may be too many for some devices!
2019-01-30 14:27 UTC (5+ messages)
[PATCH 0/9] skl+ watermark stuff
2019-01-30 14:25 UTC (18+ 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] drm/i915/gen9: Disable FBC on planes which have an unsupported config
2019-01-30 12:40 UTC (2+ messages)
[v9 0/3] Add Colorspace connector property interface
2019-01-30 12:29 UTC (6+ messages)
` [v9 3/3] drm/i915: Attach colorspace property and enable modeset
` ✓ Fi.CI.BAT: success for Add Colorspace connector property interface (rev9)
` ✓ Fi.CI.IGT: "
[PATCH i-g-t 1/8] lib: Skip unused fork helpers
2019-01-30 11:12 UTC (11+ messages)
` [PATCH i-g-t 2/8] i915/gem_eio: Check for allow-hang prior to issuing a reset
` [PATCH i-g-t 3/8] i915/gem_exec_latency: Normalize results into ns
` [PATCH i-g-t 4/8] i915/gem_exec_latency: Eliminate the wakeup penalty
` [PATCH i-g-t 5/8] i915/gem_exec_schedule: Verify that using HW semaphores doesn't block
` [PATCH i-g-t 6/8] i915/gem_exec_nop: poll-sequential requires ordering between rings
` [PATCH i-g-t 7/8] i915/gem_sync: Make switch-default asymmetric
` [PATCH i-g-t 8/8] intel-ci: Drop gem_exec_nop from BAT
[PATCH v3 7/8] hack: drm/i915: Always remap gtt
2019-01-30 9:58 UTC (3+ messages)
` [PATCH v4 "
[PATCH i-g-t] i915/gem_workarounds: Require GPU resets
2019-01-30 9:49 UTC (6+ messages)
[PATCH 1/9] drm/i915/selftests: Apply a subtest filter
2019-01-30 8:49 UTC (4+ messages)
` [PATCH 4/9] drm/i915/execlists: Suppress redundant preemption
linux-next: build failure after merge of the drm-intel-fixes tree
2019-01-30 8:22 UTC (3+ messages)
[v8 0/2] Add Colorspace connector property interface
2019-01-30 7:57 UTC (6+ messages)
` [v8 2/2] drm/i915: Attach colorspace property and enable modeset
[PATCH i-g-t v2] i915/selftest: Allow filtering of individual subtests
2019-01-30 7:39 UTC (2+ messages)
` [igt-dev] "
[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 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 1/3] drm/i915: Block fbdev HPD processing during suspend
2019-01-29 23:15 UTC (3+ messages)
[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 (7+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.IGT: success for "
[PATCH v2 1/2] drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
2019-01-29 20:13 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2,1/2] "
[PATCH] drm/i915: Enable fastboot by default on VLV and CHV
2019-01-29 20:07 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for "
[CI 1/4] drm/i915/selftests: Apply a subtest filter
2019-01-29 20:00 UTC (6+ messages)
` [CI 2/4] drm/i915: Identify active requests
` [CI 3/4] drm/i915: Rename execlists->queue_priority to queue_priority_hint
` ✗ 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 (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox