messages from 2018-09-18 05:16:24 to 2018-09-19 19:57:39 UTC [more...]
[PATCH 01/40] drm: Use default dma_fence hooks where possible for null syncobj
2018-09-19 19:55 UTC (39+ 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] drm/i915: Recover batch pool caches from shrinker
2018-09-19 19:49 UTC (5+ messages)
` [PATCH v2] "
[PATCH 1/2] drm/i915/fbdev: Use an ordinary worker to avoid async deadlock
2018-09-19 19:48 UTC (3+ 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
[PATCH 1/5] drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
2018-09-19 18:28 UTC (18+ 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 4/5] drm/i915/dp: Fix duplication of DEVICE_SERVICE_IRQ handling
` [PATCH 5/5] drm/i915/dp: Move hdcp link check function into short pulse handler
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
` ✗ Fi.CI.BAT: failure "
RC6 support in Ironlake
2018-09-19 17:24 UTC
[RFC 0/3] Enable ICL DSI PLL
2018-09-19 17:31 UTC (4+ messages)
` [RFC 1/3] drm/i915/icl: Restructure ICL DPLL enable functionality
[PATCH v2 0/5] drm/i915: drm/i915: GTT remapping for display
2018-09-19 16:59 UTC (3+ messages)
` [PATCH v2 5/5] drm/i915: Bump gen4+ fb size limits to 32kx32k
[PULL] drm-intel-fixes
2018-09-19 15:19 UTC
[BUG] i915 HDMI connector status is connected after disconnection
2018-09-19 14:50 UTC (11+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for i915 HDMI connector status is connected after disconnection (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH 00/15] drm/i915/gen11: Implement planar format support
2018-09-19 14:36 UTC (19+ 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 "
[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 (10+ messages)
` [PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
` [PATCH 2/6] drm/nouveau: Unbreak nv50_mstc->best_encoder()
` [PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
` [PATCH 4/6] drm/i915: Skip vcpi allocation for MSTB ports that are gone
` [PATCH 5/6] drm/i915: Fix intel_dp_mst_best_encoder()
` [PATCH 6/6] drm/amdgpu/dm/mst: Use drm_dp_mst_connector_atomic_check()
` ✗ Fi.CI.CHECKPATCH: warning for Fix legacy DPMS changes with MST
` ✓ 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 (10+ messages)
` [PATCH v4 2/6] drm/i915: Unset reset pch handshake when PCH is not present in one place
` [PATCH v4 3/6] drm/i915: Do not modifiy reserved bit in gens that do not have IPC
` [PATCH v4 4/6] drm/i915: Move SKL IPC WA to HAS_IPC()
` [PATCH v4 5/6] drm/i915: Move IPC WA #1141 to init_ipc()
` [PATCH v4 6/6] drm/i915: Remove duplicated definition of intel_update_rawclk
` ✓ Fi.CI.BAT: success for series starting with [v4,1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915: set i915 driver probe to asynchronous
2018-09-19 9:12 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH v4] drm/i915: use for_each_pipe loop to assign crtc_mask
2018-09-19 8:31 UTC (2+ messages)
` [PATCH v5] "
[PATCH v8 1/2] drm: Add connector property to limit max bpc
2018-09-19 8:15 UTC (8+ messages)
` [PATCH v8 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
` ✗ Fi.CI.SPARSE: warning for series starting with [v8,1/2] drm: Add connector property to limit max bpc
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PULL] gvt-fixes for 4.19-rc5
2018-09-19 6:34 UTC (3+ messages)
[PATCH] drm/i915: implement EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT
2018-09-18 21:36 UTC (3+ messages)
[PATCH v3 1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
2018-09-18 20:07 UTC (12+ messages)
` [PATCH v3 2/6] drm/i915: Unset reset pch handshake when PCH is not present in one place
` [PATCH v3 3/6] drm/i915: Do not modifiy reserved bit in gens that do not have IPC
` [PATCH v3 4/6] drm/i915: Move SKL IPC WA to HAS_IPC()
` [PATCH v3 5/6] drm/i915: Move IPC WA #1141 to init_ipc()
` [PATCH v3 6/6] drm/i915: Remove duplicated definition of intel_update_rawclk
` ✗ Fi.CI.BAT: failure for series starting with [v3,1/6] drm/i915/runtime_pm: Share code to enable/disable PCH reset handshake
[PATCH v3] drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS
2018-09-18 18:20 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS (rev2)
[PATCH 1/2] drm/i915/sdvo: Fix multi function encoder stuff
2018-09-18 18:10 UTC (4+ messages)
[PATCH] drm/i915: Check fb stride against plane max stride
2018-09-18 17:32 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915: Fix logic fumble in rotation vs. ccs check
2018-09-18 17:22 UTC (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[PATCH 2/2] i915: rename modifiers to follow the naming convention
2018-09-18 17:22 UTC
[PATCH v7 1/2] drm: Add connector property to limit max bpc
2018-09-18 17:13 UTC (4+ messages)
` [PATCH v7 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
` ✗ Fi.CI.SPARSE: warning for series starting with [v7,1/2] drm: Add connector property to limit max bpc
` ✓ Fi.CI.BAT: success "
[PATCH] headers: Sync with drm-next
2018-09-18 17:06 UTC
[PATCH v6 1/2] drm: Add connector property to limit max bpc
2018-09-18 16:49 UTC (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,1/2] "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[RFC v5 0/8] Add Plane Color Properties
2018-09-18 16:08 UTC (4+ messages)
` [RFC v5 2/8] drm: Add Plane Degamma properties
[PATCH v13 0/6] Per context dynamic (sub)slice power-gating
2018-09-18 16:05 UTC (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev5)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace
2018-09-18 13:43 UTC (2+ messages)
` [PATCH v18 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
[PATCH i-g-t v14 2/2] tests/gem_ctx_sseu: Dynamic (sub)slice programming tests
2018-09-18 13:41 UTC (2+ messages)
` [PATCH i-g-t v15 "
[PATCH i-g-t 1/2] tests/gem_ctx_bad_exec: Consolidate to gem_ctx_exec
2018-09-18 11:21 UTC (12+ messages)
` [igt-dev] "
` [PATCH i-g-t v3 "
` [PATCH i-g-t v4 "
[PATCH] drm/i915: Replace some PAGE_SHIFTs with I915_GTT_PAGE_SIZE
2018-09-18 10:57 UTC (2+ messages)
[PATCH 1/2] drm: Use default dma_fence hooks where possible for null syncobj
2018-09-18 10:46 UTC (3+ messages)
` [PATCH 2/2] drm: Fix syncobj handing of schedule() returning 0
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm: Use default dma_fence hooks where possible for null syncobj
[PATCH v2] drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS
2018-09-18 8:34 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).