Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-28 18:44:16 to 2018-07-02 08:49:40 UTC [more...]

[PATCH 04/15] dma-fence: Make ->wait callback optional
 2018-07-02  8:49 UTC  (12+ messages)

[PATCH] drm: Limite blob creation to drm master
 2018-07-02  8:47 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH 05/20] drm/i915/icl: Define PORT_CL_DW_10 register
 2018-07-02  8:22 UTC  (3+ messages)

[PATCH] drm/i915/psr: Prevent DC5/6 entry when reading pipe CRCs
 2018-07-02  8:21 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/6] drm: Store the calculated vrefresh in the user mode
 2018-07-02  7:46 UTC  (10+ messages)
` [PATCH 2/6] drm: Set mode->vrefresh before mode validation
` [PATCH 3/6] drm/i915/sdvo: Fix multi function encoder stuff
` [PATCH 4/6] drm/i915/sdvo: Utilize intel_panel for fixed_mode
` [PATCH 5/6] drm/i915: Make sure panel fixed_mode has vrefresh populated
` [PATCH 6/6] drm/i915: Filter out modes that don't match the fixed mode vrefresh
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm: Store the calculated vrefresh in the user mode
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 5/9] drm/nouveau: Use drm_connector_for_each_possible_encoder()
 2018-06-30 19:12 UTC  (2+ messages)

[PATCH] drm/i915: Try GGTT mmapping whole object as partial
 2018-06-30 10:26 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Try GGTT mmapping whole object as partial (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915/icp: Add Interrupt Support
 2018-06-30  6:42 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/icl: implement icl_digital_port_connected()

[PATCH 1/6] drm/i915: Refactor export_fence() after i915_vma_move_to_active()
 2018-06-30  3:03 UTC  (9+ messages)
` [PATCH 2/6] drm/i915: Export i915_request_skip()
` [PATCH 3/6] drm/i915: Start returning an error from i915_vma_move_to_active()
` [PATCH 4/6] drm/i915: Move i915_vma_move_to_active() to i915_vma.c
` [PATCH 5/6] drm/i915: Track vma activity per fence.context, not per engine
` [PATCH 6/6] drm/i915: Track the last-active inside the i915_vma
` ✗ Fi.CI.SPARSE: warning for series starting with [1/6] drm/i915: Refactor export_fence() after i915_vma_move_to_active()
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2] horror
 2018-06-30  1:30 UTC  (5+ messages)
` [PATCH v2] drm/i915: Track vma activity per fence.context, not per engine
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Track vma activity per fence.context, not per engine (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v8 1/2] drm/i915/psr: Lockless version of psr_wait_for_idle
 2018-06-29 23:26 UTC  (3+ messages)
` [PATCH v8 2/2] drm/i915: Wait for PSR exit before checking for vblank evasion

[PATCH 01/37] drm/i915/gtt: Add read only pages to gen8_pte_encode
 2018-06-29 22:38 UTC  (65+ messages)
` [PATCH 02/37] drm/i915/gtt: Read-only pages for insert_entries on bdw+
` [PATCH 03/37] drm/i915: Prevent writing into a read-only object via a GGTT mmap
` [PATCH 04/37] drm/i915: Reject attempted pwrites into a read-only object
` [PATCH 05/37] drm/i915/userptr: Enable read-only support on gen8+
` [PATCH 06/37] drm/i915: Move rate-limiting request retire to after submission
` [PATCH 07/37] drm/i915: Move engine request retirement to intel_engine_cs
` [PATCH 08/37] drm/i915: Hold request reference for submission until retirement
` [PATCH 09/37] drm/i915/execlists: Switch to rb_root_cached
` [PATCH 10/37] drm/i915: Reserve some priority bits for internal use
` [PATCH 11/37] drm/i915: Combine multiple internal plists into the same i915_priolist bucket
` [PATCH 12/37] drm/i915: Priority boost for new clients
` [PATCH 13/37] drm/i915: Priority boost switching to an idle ring
` [PATCH 14/37] drm/i915: Refactor export_fence() after i915_vma_move_to_active()
` [PATCH 15/37] drm/i915: Export i915_request_skip()
` [PATCH 16/37] drm/i915: Start returning an error from i915_vma_move_to_active()
` [PATCH 17/37] drm/i915: Track vma activity per fence.context, not per engine
  ` [PATCH v2] "
` [PATCH 18/37] drm/i915: Track the last-active inside the i915_vma
  ` [PATCH v2] "
` [PATCH 19/37] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 20/37] drm/i915: Introduce the i915_user_extension_method
` [PATCH 21/37] drm/i915: Extend CREATE_CONTEXT to allow inheritance ala clone()
` [PATCH 22/37] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 23/37] drm/i915: Fix I915_EXEC_RING_MASK
` [PATCH 24/37] drm/i915: Re-arrange execbuf so context is known before engine
` [PATCH 25/37] drm/i915: Allow a context to define its set of engines
` [PATCH 26/37] drm/i915/execlists: Flush the tasklet before unpinning
` [PATCH 27/37] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 28/37] drm/i915: Replace nested subclassing with explicit subclasses
` [PATCH 29/37] RFC drm/i915: Load balancing across a virtual engine
` [PATCH 30/37] drm/i915: Introduce i915_address_space.mutex
` [PATCH 31/37] drm/i915: Move fence register tracking to GGTT
` [PATCH 32/37] drm/i915: Convert fences to use a GGTT lock rather than struct_mutex
` [PATCH 33/37] drm/i915: Tidy i915_gem_suspend()
` [PATCH 34/37] drm/i915: Move fence-reg interface to i915_gem_fence_reg.h
` [PATCH 35/37] drm/i915: Dynamically allocate the array of drm_i915_gem_fence_reg
` [PATCH 36/37] drm/i915: Pull all the reset functionality together into i915_reset.c
` [PATCH 37/37] drm/i915: Remove GPU reset dependence on struct_mutex
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/37] drm/i915/gtt: Add read only pages to gen8_pte_encode
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.BAT: failure for series starting with [01/37] drm/i915/gtt: Add read only pages to gen8_pte_encode (rev3)

[PATCH v2 1/2] drm/i915/guc: Print CTL params passed to Guc
 2018-06-29 22:37 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [v2,1/2] "

[PATCH v2 1/2] drm/i915/icl: Add remaining registers and bitfields for MG PHY DDI
 2018-06-29 21:33 UTC  (7+ messages)
` [PATCH v2 2/2] drm/i915/icl: Implement voltage swing programming sequence "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915/icl: Add remaining registers and bitfields "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915/icl: Add remaining registers and bitfields for MG PHY DDI (rev2)

[PATCH v5] drm/i915: Fix assert_plane() warning on bootup with external display
 2018-06-29 17:54 UTC  (4+ messages)

[PATCH 01/13] include: Move ascii85 functions from i915 to linux/ascii85.h
 2018-06-29 16:56 UTC 

[PATCH v1] drm/i915/gen11: Preempt-to-idle support in execlists
 2018-06-29 16:50 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 1/2] drm/i915/selftests: Mark up write into scratch vma
 2018-06-29 16:26 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/selftesta: Attach the fence to the object when making busy
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/selftests: Mark up write into scratch vma
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/intel_dsi: Add acpi_gpio_mapping for the panel-enable GPIO
 2018-06-29 16:12 UTC  (8+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] igt/gem_exec_gttfill: Avoid pwrite into busy handle
 2018-06-29 15:43 UTC  (7+ messages)
` [PATCH i-g-t v2] igt/gem_userptr: Check read-only mappings

[PATCH] drm/i915: abstract and document register picking macros
 2018-06-29 14:38 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 00/20] ICELAKE DSI DRIVER
 2018-06-29 14:18 UTC  (11+ messages)
` [PATCH 01/20] drm/i915/icl: Define register for DSI PLL
` [PATCH 03/20] drm/i915/icl: Define DSI mode ctl register
` [PATCH 06/20] drm/i915/icl: Power down unused DSI lanes

[PATCH v2] drm/i915/skl+: ddb allocation algorithm optimization
 2018-06-29 13:23 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/skl+: ddb allocation algorithm optimization (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC PATCH 1/2] drm/i915/dsi: rename the current DSI legacy
 2018-06-29 12:38 UTC  (7+ messages)
` [RFC PATCH 2/2] drm/i915/dsi: rename relevant legacy DSI functions
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [RFC,1/2] drm/i915/dsi: rename the current DSI legacy
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/4] drm/i915/intel_dsi: Read back and use pclk set by the GOP
 2018-06-29 11:35 UTC  (2+ messages)

[PATCH xf86-video-intel] Adding more Coffee Lake PCI IDs
 2018-06-29  8:37 UTC 

linux-next: build failure after merge of the fbdev tree
 2018-06-29  9:32 UTC  (2+ messages)

[PATCH V2] drm/i915/glk: Add Quirk for GLK NUC HDMI port issues
 2018-06-29  9:09 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] drm/i915: Mark expected switch fall-throughs
 2018-06-29  8:23 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Mark expected switch fall-throughs (rev2)
` ✓ Fi.CI.IGT: "

[CI 1/9] drm/i915: Drop posting reads to flush master interrupts
 2018-06-29  1:09 UTC  (12+ messages)
` [CI 2/9] drm/i915/execlists: Pull submit after dequeue under timeline lock
` [CI 3/9] drm/i915/execlists: Pull CSB reset under the timeline.lock
` [CI 4/9] drm/i915/execlists: Process one CSB update at a time
` [CI 5/9] drm/i915/execlists: Unify CSB access pointers
` [CI 6/9] drm/i915/execlists: Reset CSB write pointer after reset
` [CI 7/9] drm/i915/execlists: Stop storing the CSB read pointer in the mmio register
` [CI 8/9] drm/i915/execlists: Trust the CSB
` [CI 9/9] drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/9] drm/i915: Drop posting reads to flush master interrupts
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: mark expected switch fall-through
 2018-06-28 22:32 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH] drm/i915/glk: Add Quirk for GLK NUC HDMI port issues
 2018-06-28 22:05 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915/glk: Add Quirk for GLK NUC HDMI port issues. (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 1/3] drm/i915/guc: Use intel_guc_init_misc to hide GuC internals
 2018-06-28 21:56 UTC  (8+ messages)
` [PATCH v3 2/3] drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific init
` ✗ Fi.CI.IGT: failure for series starting with [v3,1/3] drm/i915/guc: Use intel_guc_init_misc to hide GuC internals

[PATCH 1/4] drm/i915: Reduce spinlock hold time during notify_ring() interrupt
 2018-06-28 20:06 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Only trigger missed-seqno checking next to boundary

[i-g-t] tests/kms_plane_multiple: DDB corner testcase
 2018-06-28 19:07 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/i915: encourage BIT() macro usage in register definitions
 2018-06-28 19:05 UTC  (6+ messages)


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