intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-28 12:34:03 to 2018-06-29 10:36:52 UTC [more...]

[PATCH 01/37] drm/i915/gtt: Add read only pages to gen8_pte_encode
 2018-06-29 10:36 UTC  (47+ 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 18/37] drm/i915: Track the last-active inside the i915_vma
` [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 "

[PATCH] drm/i915: abstract and document register picking macros
 2018-06-29 10:31 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

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

[RFC PATCH 1/2] drm/i915/dsi: rename the current DSI legacy
 2018-06-29  9:57 UTC  (6+ 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 "

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

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: "

[PATCH v2 1/2] drm/i915/icl: Add remaining registers and bitfields for MG PHY DDI
 2018-06-29  5:46 UTC  (5+ 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: "

[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 1/6] drm: Store the calculated vrefresh in the user mode
 2018-06-28 22:51 UTC  (9+ 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] 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  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/glk: Add Quirk for GLK NUC HDMI port issues. (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ 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  (10+ messages)
` [PATCH v3 2/3] drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific init
` [PATCH v3 3/3] HAX enable GuC for CI
` ✓ Fi.CI.BAT: success for series starting with [v3,1/3] drm/i915/guc: Use intel_guc_init_misc to hide GuC internals
` ✗ Fi.CI.IGT: failure "

[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  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

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

[PATCH] drm/i915: Remove unecessary check for unsupported modifiers for NV12
 2018-06-28 18:36 UTC  (4+ messages)

[PATCH 1/3] drm: Extract __setplane_check()
 2018-06-28 18:16 UTC  (10+ messages)
` [PATCH 2/3] drm: Introduce __setplane_atomic()
` [PATCH 3/3] drm: Skip __drm_mode_set_config_internal() on atomic drivers
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm: Extract __setplane_check()
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t] igt/gem_userptr: Check read-only mappings
 2018-06-28 18:09 UTC  (5+ messages)

[PATCH v2 0/9] drm: Third attempt at fixing the fb-helper .best_encoder() mess
 2018-06-28 17:52 UTC  (19+ messages)
` [PATCH v2 1/9] drm/fb-helper: Eliminate the .best_encoder() usage
` [PATCH v2 2/9] drm/i915: Nuke intel_mst_best_encoder()
` [PATCH v2 3/9] drm: Add drm_connector_for_each_possible_encoder()
` [PATCH v2 4/9] drm/amdgpu: Use drm_connector_for_each_possible_encoder()
  ` [PATCH v2 5/9] drm/nouveau: "
  ` [PATCH v2 6/9] drm/radeon: "
  ` [PATCH v2 8/9] drm/msm: Use drm_connector_has_possible_encoder()
` [PATCH v2 7/9] drm: Add drm_connector_has_possible_encoder()
` [PATCH v2 9/9] drm/tilcdc: Use drm_connector_has_possible_encoder()
` ✗ Fi.CI.CHECKPATCH: warning for drm: Third attempt at fixing the fb-helper .best_encoder() mess
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v6 0/2] GMBUS changes
 2018-06-28 17:40 UTC  (7+ messages)
` [PATCH v5 1/2] drm/i915/gmbus: Increase the Bytes per Rd/Wr Op
` [PATCH v6 2/2] drm/i915/gmbus: Enable burst read
` ✗ Fi.CI.CHECKPATCH: warning for GMBUS changes (rev6)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/5] drm/i915: Replace {un/reference} with {put, get} functions
 2018-06-28 17:10 UTC  (2+ messages)
` [PATCH 0/5] drm/i915: Replace {un/reference} with {put,get} functions

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

[PATCH] drm/i915: Show vma allocator stack when in doubt
 2018-06-28 16:16 UTC  (5+ messages)
` [PATCH v4] "
` ✓ Fi.CI.BAT: success for drm/i915: Show vma allocator stack when in doubt (rev4)
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Block enabling FBC until flips have been completed
 2018-06-28 15:45 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Remove delayed FBC activation

[PATCH v5 1/2] drm/i915/gmbus: Increase the Bytes per Rd/Wr Op
 2018-06-28 14:54 UTC  (7+ messages)
` [PATCH v6 2/2] drm/i915/gmbus: Enable burst read
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,1/2] drm/i915/gmbus: Increase the Bytes per Rd/Wr Op
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 01/31] drm/i915: Defer modeset cleanup to a secondary task
 2018-06-28 13:03 UTC  (12+ messages)
` [PATCH 07/31] drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).