Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-19 08:20:37 to 2018-09-20 14:34:40 UTC [more...]

[PATCH 1/2] drm/i915: don't assume struct page in i915_sg_trim
 2018-09-20 14:34 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: pass dev_priv to i915_gem_cleanup_stolen

[PATCH 00/10] ICL interrupt handling improvements
 2018-09-20 14:33 UTC  (10+ messages)
` [PATCH 01/10] drm/i915/icl: No need to ack intr through master control
` [PATCH 02/10] drm/i915/icl: Disable master intr early
` [PATCH 03/10] drm/i915/icl: No need to early bailout on interrupt
` [PATCH 04/10] drm/i915/icl: Add helper to enable/disable master irq
` [PATCH 06/10] drm/i915/icl: Streamline guc irq handling
` [PATCH 07/10] drm/i915/icl: Make own function for display irq handler
` [PATCH 08/10] drm/i915/icl: Handle GT interrupts after enabling master
` [PATCH 09/10] drm/i915/icl: Handle display "
` [PATCH 10/10] drm/i915/icl: Only ack irq identities we did handle

[RFC] drm/i915: GEM_WARN_ON considered harmful
 2018-09-20 14:30 UTC  (2+ messages)

[PATCH 01/40] drm: Use default dma_fence hooks where possible for null syncobj
 2018-09-20 14:21 UTC  (56+ messages)
` [PATCH 02/40] drm: Fix syncobj handing of schedule() returning 0
` [PATCH 03/40] drm/i915/selftests: Live tests emit requests and so require rpm
` [PATCH 04/40] drm/i915: Park the GPU on module load
` [PATCH 05/40] drm/i915: Handle incomplete Z_FINISH for compressed error states
` [PATCH 06/40] drm/i915: Clear the error PTE just once on finish
` [PATCH 07/40] drm/i915: Cache the error string
` [PATCH 08/40] drm/i915/execlists: Avoid kicking priority on the current context
` [PATCH 09/40] drm/i915/selftests: Free the batch along the contexts error path
` [PATCH 10/40] drm/i915/selftests: Basic stress test for rapid context switching
` [PATCH 11/40] drm/i915/execlists: Onion unwind for logical_ring_init() failure
` [PATCH 12/40] drm/i915/execlists: Assert the queue is non-empty on unsubmitting
` [PATCH 13/40] drm/i915: Reserve some priority bits for internal use
` [PATCH 14/40] drm/i915: Combine multiple internal plists into the same i915_priolist bucket
` [PATCH 15/40] drm/i915: Priority boost for new clients
` [PATCH 16/40] drm/i915: Pull scheduling under standalone lock
` [PATCH 17/40] drm/i915: Priority boost for waiting clients
` [PATCH 18/40] drm/i915: Report the number of closed vma held by each context in debugfs
` [PATCH 19/40] drm/i915: Remove debugfs/i915_ppgtt_info
` [PATCH 20/40] drm/i915: Track all held rpm wakerefs
` [PATCH 21/40] drm/i915: Markup paired operations on wakerefs
` [PATCH 22/40] drm/i915: Syntatic sugar for using intel_runtime_pm
` [PATCH 23/40] drm/i915: Markup paired operations on display power domains
` [PATCH 24/40] drm/i915: Track the wakeref used to initialise "
` [PATCH 25/40] drm/i915/dp: Markup pps lock power well
` [PATCH 26/40] drm/i915: Complain if hsw_get_pipe_config acquires the same power well twice
` [PATCH 27/40] drm/i915: Mark up Ironlake ips with rpm wakerefs
` [PATCH 28/40] drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
` [PATCH 29/40] drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
` [PATCH 30/40] drm/i915: Pull all the reset functionality together into i915_reset.c
` [PATCH 31/40] drm/i915: Make all GPU resets atomic
` [PATCH 32/40] drm/i915: Introduce the i915_user_extension_method
` [PATCH 33/40] drm/i915: Extend CREATE_CONTEXT to allow inheritance ala clone()
` [PATCH 34/40] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 35/40] drm/i915: Fix I915_EXEC_RING_MASK
` [PATCH 36/40] drm/i915: Re-arrange execbuf so context is known before engine
` [PATCH 37/40] drm/i915: Allow a context to define its set of engines
` [PATCH 38/40] drm/i915/execlists: Flush the CS events before unpinning
` [PATCH 39/40] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 40/40] drm/i915: Load balancing across a virtual engine
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/40] drm: Use default dma_fence hooks where possible for null syncobj
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[CI] drm/i915/selftests: Basic stress test for rapid context switching
 2018-09-20 12:55 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Basic stress test for rapid context switching (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/8] drm/i915: Preparations for adding gen11 planar formats
 2018-09-20 12:10 UTC  (13+ messages)
` [PATCH 1/8] drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()
` [PATCH 2/8] drm/i915: Handle cursor updating active_planes correctly, v2
` [PATCH 3/8] drm/i915: Unconditionally clear plane visibility, v2
` [PATCH 4/8] drm/i915: Make intel_crtc_disable_planes() use active planes mask
` [PATCH 5/8] drm/i915: Replace call to commit_planes_on_crtc with internal update, v2
` [PATCH 6/8] drm/i915: Clean up scaler setup
` [PATCH 7/8] drm/i915: Move programming plane scaler to its own function
` [PATCH 8/8] drm/i915: Force planar YUV coordinates to be a multiple of 2, v2
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Preparations for adding gen11 planar formats
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/guc: Restore preempt-context across S3/S4
 2018-09-20 11:55 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 1/5] igt: Exercise creating context with shared GTT
 2018-09-20 10:26 UTC  (5+ messages)
` [PATCH i-g-t 2/5] igt/gem_ctx_switch: Exercise queues
` [PATCH i-g-t 3/5] igt/gem_exec_whisper: Fork all-engine tests one-per-engine
` [PATCH i-g-t 4/5] igt: Add gem_ctx_engines
` [PATCH i-g-t 5/5] igt: Add gem_exec_balancer

[PATCH] drm/i915: Recover batch pool caches from shrinker
 2018-09-20 10:02 UTC  (9+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Recover batch pool caches from shrinker (rev3)
` ✓ Fi.CI.IGT: "

[PATCH 0/1] idea for optimize i915 initial time with eDP
 2018-09-20 10:00 UTC  (4+ messages)
` [PATCH 1/1] initial panel_power_off_time should be 0
` ✗ Fi.CI.CHECKPATCH: warning for idea for optimize i915 initial time with eDP
` ✗ Fi.CI.BAT: failure "

[PATCH 00/15] drm/i915/gen11: Implement planar format support
 2018-09-20  9:56 UTC  (24+ messages)
` [PATCH 01/15] drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()
` [PATCH 02/15] drm/i915: Handle cursor updating active_planes correctly
` [PATCH 03/15] drm/i915: Make intel_crtc_disable_planes() use active planes mask
` [PATCH 04/15] drm/i915: Replace call to commit_planes_on_crtc with internal update, v2
` [PATCH 05/15] drm/i915: Clean up scaler setup
` [PATCH 06/15] drm/i915: Force NV12 coordinates to be a multiple of 2
` [PATCH 07/15] drm/i915: Unconditionally clear plane_state->visible flag
` [PATCH 08/15] drm/i915/gen11: Enable 6 sprites on gen11
` [PATCH 09/15] drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v2
` [PATCH 10/15] drm/i915/gen11: Handle watermarks correctly for separate Y/UV planes
` [PATCH 11/15] drm/i915: Move programming plane scaler to its own function
` [PATCH 12/15] drm/i915/gen11: Program the scalers correctly for planar formats
` [PATCH 13/15] drm/i915/gen11: Program the chroma upsampler for HDR planes
` [PATCH 14/15] drm/i915/gen11: Program the Y and UV plane for planar mode correctly
` [PATCH 15/15] drm/i915/gen11: Expose planar format support on gen11
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gen11: Implement planar format support
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
 2018-09-20  9:16 UTC  (2+ messages)

[RFC 0/3] Enable ICL DSI PLL
 2018-09-20  8:49 UTC  (7+ messages)
` [RFC 1/3] drm/i915/icl: Restructure ICL DPLL enable functionality
` [RFC 3/3] drm/i915/icl: Calculate DPLL params for DSI

[PATCH v2 0/5] drm/i915: drm/i915: GTT remapping for display
 2018-09-20  8:09 UTC  (4+ messages)
` [PATCH v2 5/5] drm/i915: Bump gen4+ fb size limits to 32kx32k

[PATCH] drm/i915: set i915 driver probe to asynchronous
 2018-09-20  8:04 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
  `  "

[BUG] i915 HDMI connector status is connected after disconnection
 2018-09-20  7:32 UTC  (12+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for i915 HDMI connector status is connected after disconnection (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Replace some open-coded i915_map_coherent_type()
 2018-09-20  0:24 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v9 1/2] drm: Add connector property to limit max bpc
 2018-09-19 23:58 UTC  (4+ messages)
` [PATCH v9 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
` ✗ Fi.CI.SPARSE: warning for series starting with [v9,1/2] drm: Add connector property to limit max bpc
` ✗ Fi.CI.BAT: failure "

[PATCH v2 0/6] Fix legacy DPMS changes with MST
 2018-09-19 23:35 UTC  (8+ messages)
` [PATCH v2 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
` [PATCH v2 2/6] drm/nouveau: Unbreak nv50_mstc->best_encoder()
` [PATCH v2 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
` [PATCH v2 4/6] drm/i915: Skip vcpi allocation for MSTB ports that are gone
` [PATCH v2 5/6] drm/i915: Fix intel_dp_mst_best_encoder()
` [PATCH v2 6/6] drm/amdgpu/dm/mst: Use drm_dp_mst_connector_atomic_check()
` ✗ Fi.CI.BAT: failure for Fix legacy DPMS changes with MST (rev2)

[PATCH 1/2] drm/i915/fbdev: Use an ordinary worker to avoid async deadlock
 2018-09-19 22:55 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Request driver probe from an async task
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/fbdev: Use an ordinary worker to avoid async deadlock
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/icl: Enable DC9 as lowest possible state during screen-off
 2018-09-19 22:13 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/icl: Enable DC9 as lowest possible state during screen-off (rev3)
` ✓ Fi.CI.IGT: "

[PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check() (fwd)
 2018-09-19 21:59 UTC  (2+ messages)

[PULL] drm-misc-next
 2018-09-19 20:03 UTC 

[PATCH 1/5] drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
 2018-09-19 18:28 UTC  (13+ messages)
` [PATCH 2/5] drm/i915/dp: Restrict link retrain workaround to external monitors
` [PATCH 3/5] drm/i915/dp: Remove intel_dp->detect_done flag
` [PATCH 5/5] drm/i915/dp: Move hdcp link check function into short pulse handler

RC6 support in Ironlake
 2018-09-19 17:24 UTC 

[PULL] drm-intel-fixes
 2018-09-19 15:19 UTC 

[PULL] drm-misc-fixes
 2018-09-19 14:32 UTC 

[PATCH v4 0/3] add LG panel to dpcd quirk database
 2018-09-19 13:46 UTC  (2+ messages)

[PATCH] drm/i915: re-check the hotplug with a delayed work
 2018-09-19 12:27 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: use for_each_pipe loop to assign crtc_mask
 2018-09-19 11:55 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: use for_each_pipe loop to assign crtc_mask (rev5)
` ✓ Fi.CI.IGT: "

[PATCH 0/6] Fix legacy DPMS changes with MST
 2018-09-19 11:10 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v4 00/25] Display Stream Compression enabling on eDP/DP
 2018-09-19 10:57 UTC  (9+ messages)
` [PATCH v4 19/25] drm/i915/dsc: Add a power domain for VDSC on eDP/MIPI DSI

[PATCH v4 1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
 2018-09-19 10:27 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v4,1/6] "
` ✓ Fi.CI.IGT: "

[PATCH v4] drm/i915: use for_each_pipe loop to assign crtc_mask
 2018-09-19  8:31 UTC  (2+ messages)
` [PATCH v5] "


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