messages from 2019-02-28 22:27:37 to 2019-03-01 20:18:16 UTC [more...]
[PATCH v3 1/6] drm/i915/psr: Remove PSR2 FIXME
2019-03-01 20:18 UTC (19+ messages)
` [PATCH v3 2/6] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset
` [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 01/38] drm/i915/execlists: Suppress redundant preemption
2019-03-01 19:11 UTC (58+ 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] drm/i915: Yet another if/else sort of newer to older platforms
2019-03-01 18:46 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Yet another if/else sort of newer to older platforms. (rev3)
[PATCH xf86-video-intel] sna: Switch back to hwcursor on the next cursor update
2019-03-01 18:24 UTC (5+ messages)
` [PATCH xf86-video-intel v2] "
[CI 1/4] drm/i915/execlists: Suppress redundant preemption
2019-03-01 18:23 UTC (6+ 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 "
[PATCH 1/4] drm/i915/execlists: Suppress redundant preemption
2019-03-01 18:06 UTC (6+ 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 "
[PATCH] drm/i915: Yet another if/else sort of newer to older platforms
2019-03-01 17:27 UTC (5+ messages)
[PATCH 00/17] drm: Start subclassing crtc_state
2019-03-01 17:03 UTC (28+ 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 1/5] drm/i915/execlists: Suppress redundant preemption
2019-03-01 15:59 UTC (18+ messages)
` [PATCH 2/5] drm/i915: Introduce i915_timeline.mutex
` [PATCH 3/5] drm/i915: Keep timeline HWSP allocated until idle across the system
` [PATCH 4/5] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [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
` ✓ Fi.CI.BAT: success "
` ✗ 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 (11+ messages)
` [PATCH 03/11] drm/i915/execlists: Suppress redundant preemption
` [PATCH 10/11] drm/i915/execlists: Skip direct submission if only lite-restore
[PATCH 1/2] drm/i915: Fix atomic state leak when resetting HDMI link
2019-03-01 13:43 UTC (5+ messages)
` [PATCH 2/2] drm/i915: Don't manually add connectors and planes state
[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 (8+ messages)
` [PATCH v7 1/4] drm: move i915_kick_out_vgacon to vgaarb
` [PATCH v7 2/4] drm/fb-helper: call vga_remove_vgacon automatically
` [PATCH v7 3/4] drm/qxl: remove conflicting framebuffers earlier
` [PATCH v7 4/4] drm/i915: switch to drm_fb_helper_remove_conflicting_pci_framebuffers
` ✗ Fi.CI.CHECKPATCH: warning for drm & vgaarb: handle vgacon removal in vgaarb. (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
✗ Fi.CI.IGT: failure for drm/i915/selftests: Check that whitelisted registers are accessible (rev3)
2019-03-01 12:03 UTC (5+ messages)
` [PATCH v2] drm/i915/selftests: Check that whitelisted registers are accessible
` [PATCH v3] "
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Check that whitelisted registers are accessible (rev4)
` ✓ Fi.CI.IGT: "
[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] "
[PATCH 0/7] some cleanups and uapi clarification for leases
2019-03-01 11:30 UTC (3+ messages)
` [PATCH 3/7] drm/leases: Don't init to 0 in drm_master_create
[PATCH 1/2] drm: move a detected edid member to drm_connector from intel_connector
2019-03-01 11:27 UTC (4+ messages)
` [PATCH 2/2] drm: Add detection of changing of edid on between suspend and resume
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm: move a detected edid member to drm_connector from intel_connector
` ✗ Fi.CI.BAT: failure "
[PATCH 0/6] Enable P0xx (planar), Y2xx/Y4xx (packed) pixel formats
2019-03-01 11:01 UTC (11+ messages)
` [PATCH 1/6] drm/i915: Add P010, P012, P016 plane control definitions
` [PATCH 2/6] drm/i915: Preparations for enabling P010, P012, P016 formats
` [PATCH 3/6] drm/i915: Enable P010, P012, P016 formats for primary and sprite planes
` [PATCH 4/6] drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourcc
` [PATCH 5/6] drm/i915/icl: Add Y2xx and Y4xx (xx:10/12/16) plane control definitions
` [PATCH 6/6] drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planes
` ✗ Fi.CI.CHECKPATCH: warning for Enable P0xx (planar), Y2xx/Y4xx (packed) pixel formats (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH i-g-t 1/2] autoconf: Silence void pointer arithmetic warnings
2019-03-01 10:44 UTC (4+ messages)
` [PATCH i-g-t 2/2] automake: Make librt mandatory
` [igt-dev] "
` [igt-dev] [PATCH i-g-t 1/2] autoconf: Silence void pointer arithmetic warnings
[PATCH v6 0/3] drm & vgaarb: handle vgacon removal in vgaarb
2019-03-01 10:37 UTC (8+ messages)
[RFT i-g-t] lib/i915: Assert mmap size alignment
2019-03-01 9:37 UTC
[PATCH v4 0/5] GEN8+ GPU Watchdog Reset Support
2019-03-01 9:36 UTC (5+ messages)
` [PATCH v4 2/5] drm/i915: Watchdog timeout: IRQ handler for gen8+
[PATCH 0/6] Enable P0xx (planar), Y2xx/Y4xx (packed) pixel formats
2019-03-01 8:31 UTC (4+ messages)
` [PATCH 4/6] drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourcc
[PATCH i-g-t] i915/gem_ctx_isolation: Sanitycheck nonpriv access
2019-03-01 8:19 UTC (2+ messages)
[PATCH i-g-t] i915/gem_ctx_isolation: Sanitycheck nonpriv access
2019-03-01 7:59 UTC (3+ messages)
[PATCH i-g-t] lib: Incrementally mlock()
2019-03-01 6:27 UTC (2+ messages)
[CI] drm/i915/execlists: Suppress mere WAIT preemption
2019-03-01 1:05 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[CI v3 1/2] drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
2019-03-01 0:15 UTC (10+ messages)
` [CI, v3, "
[PATCH 1/2] drm/i915/icl: Default to Thread Group preemption for compute workloads
2019-02-28 22:43 UTC (4+ messages)
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