Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-15 22:13:05 to 2019-04-17 09:45:17 UTC [more...]

[PATCH 01/32] drm/i915: Seal races between async GPU cancellation, retirement and signaling
 2019-04-17  9:45 UTC  (37+ messages)
` [PATCH 02/32] drm/i915: Verify workarounds immediately after application
` [PATCH 03/32] drm/i915: Verify the engine workarounds stick on application
` [PATCH 04/32] drm/i915: Make workaround verification *optional*
` [PATCH 05/32] drm/i915/selftests: Verify whitelist of context registers
` [PATCH 06/32] drm/i915: Store the default sseu setup on the engine
` [PATCH 07/32] drm/i915: Move GraphicsTechnology files under gt/
` [PATCH 08/32] drm/i915: Introduce struct intel_wakeref
` [PATCH 09/32] drm/i915: Pull the GEM powermangement coupling into its own file
` [PATCH 10/32] drm/i915: Introduce context->enter() and context->exit()
` [PATCH 11/32] drm/i915: Pass intel_context to i915_request_create()
` [PATCH 12/32] drm/i915: Invert the GEM wakeref hierarchy
` [PATCH 13/32] drm/i915/gvt: Pin the per-engine GVT shadow contexts
` [PATCH 14/32] drm/i915: Explicitly pin the logical context for execbuf
` [PATCH 15/32] drm/i915: Export intel_context_instance()
` [PATCH 16/32] drm/i915/selftests: Use the real kernel context for sseu isolation tests
` [PATCH 17/32] drm/i915/selftests: Pass around intel_context for sseu
` [PATCH 18/32] drm/i915: Pass intel_context to intel_context_pin_lock()
` [PATCH 19/32] drm/i915: Split engine setup/init into two phases
` [PATCH 20/32] drm/i915: Switch back to an array of logical per-engine HW contexts
` [PATCH 21/32] drm/i915: Remove intel_context.active_link
` [PATCH 22/32] drm/i915: Move i915_request_alloc into selftests/
` [PATCH 23/32] drm/i915: Allow multiple user handles to the same VM
` [PATCH 24/32] drm/i915: Restore control over ppgtt for context creation ABI
` [PATCH 25/32] drm/i915: Allow a context to define its set of engines
` [PATCH 26/32] drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
` [PATCH 27/32] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 28/32] drm/i915: Load balancing across a virtual engine
` [PATCH 29/32] drm/i915: Apply an execution_mask to the virtual_engine
` [PATCH 30/32] drm/i915: Extend execution fence to support a callback
` [PATCH 31/32] drm/i915/execlists: Virtual engine bonding
` [PATCH 32/32] drm/i915: Allow specification of parallel execbuf

[PATCH 1/2] drm/i915: Verify workarounds immediately after application
 2019-04-17  8:06 UTC  (12+ messages)
` [PATCH 2/2] drm/i915: Verify the engine workarounds stick on application
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Verify workarounds immediately after application
` ✗ Fi.CI.IGT: failure "

Excuse the preemption, I can see you are busy
 2019-04-17  8:03 UTC  (7+ messages)
` [PATCH 02/50] drm/i915: Mark up ips for RCU protection
` [PATCH 24/50] drm/i915: Allow userspace to clone contexts on creation

[PATCH i-g-t] i915: Update i915_drm.h
 2019-04-17  7:36 UTC  (2+ messages)
` [igt-dev] "

[v3 0/7] Add Multi Segment Gamma Support
 2019-04-17  7:28 UTC  (12+ messages)
` [v3 1/7] drm: Add gamma mode property
` [v3 6/7] drm: Add Client Cap for advance gamma mode
    ` [Intel-gfx] "

[PATCH v3 00/19] GuC 32.0.3
 2019-04-17  7:14 UTC  (23+ messages)
` [PATCH v3 01/19] drm/i915/guc: Change platform default GuC mode
` [PATCH v3 02/19] drm/i915/guc: Don't allow GuC submission
` [PATCH v3 03/19] drm/i915/guc: Update GuC firmware versions and names
` [PATCH v3 04/19] drm/i915/guc: Update GuC firmware CSS header
` [PATCH v3 05/19] drm/i915/guc: Update GuC boot parameters
` [PATCH v3 06/19] drm/i915/guc: Update suspend/resume protocol
` [PATCH v3 07/19] drm/i915/guc: Update GuC sample-forcewake command
` [PATCH v3 08/19] drm/i915/guc: Update GuC ADS object definition
` [PATCH v3 09/19] drm/i915/guc: Reset GuC ADS during sanitize
` [PATCH v3 10/19] drm/i915/guc: Always ask GuC to update power domain states
` [PATCH v3 11/19] drm/i915/guc: New GuC interrupt register for Gen11
` [PATCH v3 12/19] drm/i915/guc: New GuC scratch registers "
` [PATCH v3 13/19] drm/i915/huc: New HuC status register "
` [PATCH v3 14/19] drm/i915/guc: Create vfuncs for the GuC interrupts control functions
` [PATCH v3 15/19] drm/i915/guc: Correctly handle GuC interrupts on Gen11
` [PATCH v3 16/19] drm/i915/guc: Update GuC CTB response definition
` [PATCH v3 17/19] drm/i915/guc: Enable GuC CTB communication on Gen11
` [PATCH v3 18/19] drm/i915/guc: Define GuC firmware version for Icelake
` [PATCH v3 19/19] drm/i915/huc: Define HuC "
` ✗ Fi.CI.SPARSE: warning for GuC 32.0.3 (rev4)
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Enable eLLC caching of display buffers for SKL+
 2019-04-17  7:09 UTC  (4+ messages)

[PULL] gvt-next
 2019-04-17  6:40 UTC  (4+ messages)

[PATCH] drm/i915: Seal races between async GPU cancellation, retirement and signaling
 2019-04-17  3:05 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/ehl: inherit icl cdclk init/uninit
 2019-04-17  0:50 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] i915/gem_spin_batch: Add test to resend spinner
 2019-04-17  0:14 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for i915/gem_spin_batch: Add test to resend spinner (rev2)
` ✓ Fi.CI.IGT: "

[PATCH v2 00/22] GuC 32.0.3
 2019-04-16 23:45 UTC  (16+ messages)
` [PATCH v2 08/22] drm/i915/guc: Update GuC sample-forcewake command
` [PATCH v2 10/22] drm/i915/guc: Always ask GuC to update power domain states
` [PATCH v2 11/22] drm/i915/guc: Reset GuC ADS during sanitize
` [PATCH v2 15/22] drm/i915/huc: New HuC status register for Gen11
` [PATCH v2 20/22] drm/i915/guc: Define GuC firmware version for Icelake

[PATCH v2 07/22] drm/i915/guc: Update GuC sleep status values
 2019-04-16 23:16 UTC  (3+ messages)
` [PATCH v2] drm/i915/guc: updated suspend/resume protocol

[PATCH v2 1/4] drm/i915: Verify workarounds immediately after application
 2019-04-16 21:28 UTC  (16+ messages)
` [PATCH v2 2/4] drm/i915: Verify the engine workarounds stick on application
` [PATCH v2 3/4] drm/i915: Make workaround verification *optional*
` [PATCH v2 4/4] drm/i915/selftests: Verify whitelist of context registers
  ` [PATCH] "
` ✓ Fi.CI.BAT: success for series starting with [v2,1/4] drm/i915: Verify workarounds immediately after application (rev2)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/ehl: Add support for DPLL4 (v3)
 2019-04-16 20:11 UTC  (3+ messages)
` [PATCH] drm/i915/ehl: Add support for DPLL4 (v4)

[PATCH] drm/i915: add immutable zpos plane properties
 2019-04-16 19:04 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2 00/12] drm/fb-helper: Move modesetting code to drm_client
 2019-04-16 18:46 UTC  (24+ messages)
` [PATCH v2 01/12] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
` [PATCH v2 02/12] drm/fb-helper: Avoid race with DRM userspace
` [PATCH v2 04/12] drm/fb-helper: No need to cache rotation and sw_rotations
` [PATCH v2 05/12] drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}
` [PATCH v2 06/12] drm/fb-helper: Remove drm_fb_helper_crtc
` [PATCH v2 08/12] drm/fb-helper: Move out commit code
` [PATCH v2 09/12] drm/fb-helper: Remove drm_fb_helper_connector
` [PATCH v2 10/12] drm/fb-helper: Prepare to move out modeset config code
` [PATCH v2 11/12] drm/fb-helper: Move "

[RFC 1/2] drm/i915: start moving state checker to intel_verify.c
 2019-04-16 17:45 UTC  (6+ messages)
` [RFC 2/2] drm/i915: move pipe config compare "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [RFC,1/2] drm/i915: start moving state checker "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Configurable GT idle frequency
 2019-04-16 15:56 UTC  (8+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v6] drm/i915/icl: Fix clockgating issue when using scalers
 2019-04-16 15:50 UTC  (4+ messages)
` [PATCH v7] "

[PATCH 0/4] Perma-pin uC firmware and re-enable global reset
 2019-04-16 15:21 UTC  (15+ messages)
` [PATCH 2/4] drm/i915/uc: Reserve upper range of GGTT
` [PATCH 3/4] drm/i915/uc: Place uC firmware in "
` [PATCH 4/4] Revert "drm/i915/guc: Disable global reset"

[PATCH] drm/i915/selftests: Verify whitelist of context registers
 2019-04-16 14:49 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Drop bool return from breadcrumbs signaler
 2019-04-16 14:15 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v5 0/2] drm: Add detection of changing of edid on between suspend and resume
 2019-04-16 13:55 UTC  (4+ messages)
` [PATCH v5 1/2] "

[PATCH] drm/i915: Enable workaround for pixel shader dispatch hang
 2019-04-16 13:30 UTC  (5+ messages)

[PATCH i-g-t] i915/gem_exec_schedule: Fill in obj.offset for spinner resubmission
 2019-04-16 13:27 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 00/11] drm/i915: adding state checker for gamma lut values
 2019-04-16 11:42 UTC  (11+ messages)
` [PATCH 01/11] [v3] drm/i915: Introduce vfunc intel_get_color_config to create hw lut
` [PATCH 02/11] [v2] drm/i915: Extract i9xx_get_color_config()
` [PATCH 10/11] [v2] drm/i915: Enable intel_get_color_config()
` [PATCH 11/11] [v3] drm/i915: Add intel_compare_color_lut() to compare hw and sw gamma lut values
  ` [Intel-gfx] "

[PATCH v4 00/13] HDCP2.2 Phase II
 2019-04-16  9:25 UTC  (12+ messages)
` [PATCH v4 05/13] drivers: create binary sysfs for class

[PATCH v3 1/5] drm/i915/bdw+: Move misc display IRQ handling to it own function
 2019-04-16  9:07 UTC  (7+ messages)
` [PATCH v3 4/5] drm/i915: Make PSR registers relative to transcoders
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/5] drm/i915/bdw+: Move misc display IRQ handling to it own function
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/icl: Prevent possibe de-reference in skl_check_pipe_max_pixel_clock
 2019-04-16  5:44 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/icl: Fix clockgating issue when using scalars
 2019-04-16  1:11 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/icl: Fix clockgating issue when using scalars (rev7)
` ✗ Fi.CI.IGT: failure "

[PATCH 0/5] IRQ initialization debloat and conversion to uncore, v2
 2019-04-15 23:04 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for IRQ initialization debloat and conversion to uncore (rev2)


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