messages from 2019-03-01 11:51:59 to 2019-03-04 09:45:45 UTC [more...]
[PATCH 01/38] drm/i915/execlists: Suppress redundant preemption
2019-03-04 9:45 UTC (65+ messages)
` [PATCH 02/38] drm/i915: Introduce i915_timeline.mutex
` [PATCH 03/38] drm/i915: Keep timeline HWSP allocated until idle across the system
` [PATCH 04/38] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 05/38] drm/i915: Prioritise non-busywait semaphore workloads
` [PATCH 06/38] drm/i915/selftests: Check that whitelisted registers are accessible
` [PATCH 07/38] drm/i915: Force GPU idle on suspend
` [PATCH 08/38] drm/i915/selftests: Improve switch-to-kernel-context checking
` [PATCH 09/38] drm/i915: Do a synchronous switch-to-kernel-context on idling
` [PATCH 10/38] drm/i915: Store the BIT(engine->id) as the engine's mask
` [PATCH 11/38] drm/i915: Refactor common code to load initial power context
` [PATCH 12/38] drm/i915: Reduce presumption of request ordering for barriers
` [PATCH 13/38] drm/i915: Remove has-kernel-context
` [PATCH 14/38] drm/i915: Introduce the i915_user_extension_method
` [PATCH 15/38] drm/i915: Track active engines within a context
` [PATCH 16/38] drm/i915: Introduce a context barrier callback
` [PATCH 17/38] drm/i915: Create/destroy VM (ppGTT) for use with contexts
` [PATCH 18/38] drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
` [PATCH 19/38] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 20/38] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 21/38] drm/i915: Fix I915_EXEC_RING_MASK
` [PATCH 22/38] drm/i915: Remove last traces of exec-id (GEM_BUSY)
` [PATCH 23/38] drm/i915: Re-arrange execbuf so context is known before engine
` [PATCH 24/38] drm/i915: Allow a context to define its set of engines
` [PATCH 25/38] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 26/38] drm/i915: Pass around the intel_context
` [PATCH 27/38] drm/i915: Split struct intel_context definition to its own header
` [PATCH 28/38] drm/i915: Store the intel_context_ops in the intel_engine_cs
` [PATCH 29/38] drm/i915: Move over to intel_context_lookup()
` [PATCH 30/38] drm/i915: Make context pinning part of intel_context_ops
` [PATCH 31/38] drm/i915: Track the pinned kernel contexts on each engine
` [PATCH 32/38] drm/i915: Introduce intel_context.pin_mutex for pin management
` [PATCH 33/38] drm/i915: Load balancing across a virtual engine
` [PATCH 34/38] drm/i915: Extend execution fence to support a callback
` [PATCH 35/38] drm/i915/execlists: Virtual engine bonding
` [PATCH 36/38] drm/i915: Allow specification of parallel execbuf
` [PATCH 37/38] drm/i915/selftests: Check preemption support on each engine
` [PATCH 38/38] drm/i915/execlists: Skip direct submission if only lite-restore
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/38] drm/i915/execlists: Suppress redundant preemption
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH v2 1/2] drm/selftests/mm: Switch to bitmap_zalloc()
2019-03-04 9:43 UTC (5+ messages)
` [PATCH v2 2/2] drm: i915: "
` ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/2] drm/selftests/mm: "
[PATCH v1 1/2] drm/selftests/mm: Switch to bitmap_zalloc()
2019-03-04 9:06 UTC (3+ messages)
` [PATCH v1 2/2] drm: i915: "
` ✗ Fi.CI.BAT: failure for series starting with [v1,1/2] drm/selftests/mm: "
[PATCH 0/6] Enable P0xx (planar), Y2xx/Y4xx (packed) pixel formats
2019-03-04 8:42 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Enable P0xx (planar), Y2xx/Y4xx (packed) pixel formats (rev4)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
[RFT i-g-t] lib/i915: Assert mmap size alignment
2019-03-04 7:14 UTC
[RFT i-g-t] lib/i915: Assert mmap size alignment
2019-03-04 7:11 UTC
Busy ABI bump
2019-03-02 15:44 UTC (8+ messages)
` [PATCH 1/2] drm/i915: Store the BIT(engine->id) as the engine's mask
` [PATCH 2/2] drm/i915: Remove last traces of exec-id (GEM_BUSY)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Store the BIT(engine->id) as the engine's mask
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH v4 1/9] drm/i915/psr: Remove PSR2 FIXME
2019-03-02 13:38 UTC (12+ messages)
` [PATCH v4 2/9] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset
` [PATCH v4 3/9] drm/i915: Compute and commit color features in fastsets
` [PATCH v4 4/9] drm/i915/psr: Drop test for EDP in CRTC when forcing commit
` [PATCH v4 5/9] drm/i915/crc: Make IPS workaround generic
` [PATCH v4 6/9] drm/i915: Disable PSR2 while getting pipe CRC
` [PATCH v4 7/9] drm/i915: Drop redundant checks to update PSR state
` [PATCH v4 8/9] drm/i915/psr: Set idle frames to maximum while getting pipe CRC
` [PATCH v4 9/9] drm/i915: Enable PSR2 by default
` ✗ Fi.CI.SPARSE: warning for series starting with [v4,1/9] drm/i915/psr: Remove PSR2 FIXME
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH 1/2] drm/i915: Fix bit name in PP_STATUS register
2019-03-02 12:29 UTC (5+ messages)
` [PATCH 2/2] drm/i915: fix placement of ICP_PP_CONTROL
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Fix bit name in PP_STATUS register
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH 1/5] drm/i915/vlv: Move czclk to intel_pm
2019-03-02 11:28 UTC (7+ messages)
` [PATCH 2/5] drm/i915: Rename i915_load_modeset_init() to i915_modeset_load()
` [PATCH 3/5] drm/i915: Add a cleanup function for i915_modeset_load()
` [PATCH 4/5] drm/i915: Move rawclck, power_domain and irq un/initialization from modeset functions
` [PATCH 5/5] drm/i915: Extract gem_init() from modeset_load()
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915/vlv: Move czclk to intel_pm
` ✗ Fi.CI.IGT: failure "
xf86-video-intel: 2 commits - src/sna/sna_blt.c src/sna/sna_display.c
2019-03-02 11:07 UTC
[PATCH i-g-t] i915/gem_busy: Another year, another ABI bump
2019-03-02 10:04 UTC
[PATCH i-g-t] i915/gem_ctx_isolation: Sanitycheck nonpriv access
2019-03-02 9:36 UTC (4+ messages)
[PATCH 1/3] drm/i915: Fix atomic state leak when resetting HDMI link
2019-03-02 9:31 UTC (6+ messages)
` [PATCH 2/3] drm/i915: Don't manually add connectors and planes state
` [PATCH 3/3] drm/i915: Forcing a modeset when resetting HDMI link
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Fix atomic state leak "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH 1/2] drm/i915: Fix atomic state leak when resetting HDMI link
2019-03-02 8:25 UTC (8+ messages)
` [PATCH 2/2] drm/i915: Don't manually add connectors and planes state
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Fix atomic state leak when resetting HDMI link (rev2)
` ✓ Fi.CI.IGT: "
[PATCH v4 0/5] GEN8+ GPU Watchdog Reset Support
2019-03-02 2:08 UTC (4+ messages)
` [PATCH v4 2/5] drm/i915: Watchdog timeout: IRQ handler for gen8+
[PATCH] drm/i915: Yet another if/else sort of newer to older platforms
2019-03-02 1:09 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Yet another if/else sort of newer to older platforms. (rev3)
` ✓ Fi.CI.IGT: "
[PATCH 01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll()
2019-03-02 0:28 UTC (2+ messages)
[CI 1/4] drm/i915/execlists: Suppress redundant preemption
2019-03-02 0:10 UTC (7+ messages)
` [CI 2/4] drm/i915: Keep timeline HWSP allocated until idle across the system
` [CI 3/4] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [CI 4/4] drm/i915: Prioritise non-busywait semaphore workloads
` ✗ Fi.CI.SPARSE: warning for series starting with [CI,1/4] drm/i915/execlists: Suppress redundant preemption
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH 1/2] drm/i915: refactor transcoders reporting on error state
2019-03-01 23:56 UTC (4+ messages)
` [PATCH 2/2] drm/i915: allow platforms without eDP transcoder
[PATCH 1/4] drm/i915/execlists: Suppress redundant preemption
2019-03-01 23:08 UTC (7+ messages)
` [PATCH 2/4] drm/i915: Keep timeline HWSP allocated until idle across the system
` [PATCH 3/4] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 4/4] drm/i915: Prioritise non-busywait semaphore workloads
` ✗ Fi.CI.SPARSE: warning for series starting with [1/4] drm/i915/execlists: Suppress redundant preemption
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH 00/17] drm: Start subclassing crtc_state
2019-03-01 22:47 UTC (30+ messages)
` [PATCH 01/17] drm/vc4: Fix memory leak during gpu reset
` [PATCH 02/17] drm/atomic: Create __drm_atomic_helper_crtc_reset() for subclassing crtc_state
` [PATCH 03/17] drm/docs: Fix typo in __drm_atomic_helper_connector_reset
` [PATCH 04/17] drm/amd: Convert to using __drm_atomic_helper_crtc_reset() for reset
` [PATCH 05/17] drm/mali: "
` [PATCH 06/17] drm/atmel-hlcdc: "
` [PATCH 07/17] drm/i915: Use the new __drm_atomic_helper_crtc_reset() helper
` [PATCH 08/17] drm/imx: Convert to using __drm_atomic_helper_crtc_reset() for reset
` [PATCH 09/17] drm/mediatek: "
` [PATCH 10/17] drm/msm: "
` [PATCH 11/17] drm/omap: "
` [PATCH 12/17] drm/rcar-du: "
` [PATCH 13/17] drm/rockchip: "
` [PATCH 14/17] drm/tegra: "
` [PATCH 15/17] drm/vc4: "
` [PATCH 16/17] drm/vkms: "
` [PATCH 17/17] drm/vmwgfx: "
` ✗ Fi.CI.CHECKPATCH: warning for drm: Start subclassing crtc_state
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH v3 1/6] drm/i915/psr: Remove PSR2 FIXME
2019-03-01 22:18 UTC (14+ messages)
` [PATCH v3 4/6] drm/i915/crc: Make IPS workaround generic
` [PATCH v3 5/6] drm/i915: Disable PSR2 while getting pipe CRC
[CI] drm/i915/selftests: Check that whitelisted registers are accessible
2019-03-01 20:10 UTC (6+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/selftests: Check that whitelisted registers are accessible (rev6)
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Check that whitelisted registers are accessible (rev7)
` ✓ Fi.CI.IGT: "
[PATCH xf86-video-intel] sna: Switch back to hwcursor on the next cursor update
2019-03-01 18:24 UTC (4+ messages)
[PATCH] drm/i915: Yet another if/else sort of newer to older platforms
2019-03-01 17:27 UTC (5+ messages)
[PATCH 1/5] drm/i915/execlists: Suppress redundant preemption
2019-03-01 15:59 UTC (8+ messages)
` [PATCH 5/5] drm/i915: Prioritise non-busywait semaphore workloads
` [PATCH v2] "
` ✗ Fi.CI.SPARSE: warning for series starting with [1/5] drm/i915/execlists: Suppress redundant preemption (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH 01/11] drm/i915: Skip scanning for signalers if we are already inflight
2019-03-01 15:14 UTC (7+ messages)
` [PATCH 03/11] drm/i915/execlists: Suppress redundant preemption
[PATCH xf86-video-intel 1/2] sna: Refactor property parsing
2019-03-01 13:13 UTC (3+ messages)
` [PATCH xf86-video-intel 2/2] sna: Support 10bpc gamma via the GAMMA_LUT crtc property
[PATCH v7 0/4] drm & vgaarb: handle vgacon removal in vgaarb
2019-03-01 13:05 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for drm & vgaarb: handle vgacon removal in vgaarb. (rev3)
✗ Fi.CI.IGT: failure for drm/i915/selftests: Check that whitelisted registers are accessible (rev3)
2019-03-01 12:03 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/selftests: Check that whitelisted registers are accessible (rev4)
[RFC v4 00/25] drm: Add generic fbdev emulation
2019-03-01 11:51 UTC (5+ messages)
` [RFC v4 12/25] drm/i915: Add drm_driver->initial_client_display callback
` [Intel-gfx] "
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