messages from 2016-07-21 10:28:52 to 2016-07-22 21:57:50 UTC [more...]
[PATCH v2 0/6] drm/i915/guc: use one GuC client per GPU engine
2016-07-22 21:57 UTC (18+ messages)
` [PATCH v2 1/6] drm/i915/guc: doorbell reset should avoid used doorbells
` [PATCH v2 2/6] drm/i915/guc: refactor guc_init_doorbell_hw()
` [PATCH v2 3/6] drm/i915/guc: use a separate GuC client for each engine
` [PATCH v2 4/6] drm/i915/guc: add engine mask to GuC client & pass to GuC
` [PATCH v2 5/6] drm/i915/guc: use for_each_engine_id() where appropriate
` [PATCH v2 6/6] drm/i915/guc: re-optimise i915_guc_client layout
` ✓ Ro.CI.BAT: success for drm/i915/guc: use one GuC client per GPU engine
[PATCH] drm/i915/gen9: Fix FIFO underflows when disabling multiple outputs
2016-07-22 18:52 UTC
[PATCH 00/15] drm: Per-plane rotation etc
2016-07-22 16:31 UTC (21+ messages)
` [PATCH 01/15] drm: Add drm_rotation_90_or_270()
` [PATCH 02/15] drm/atomic: Reject attempts to use multiple rotation angles at once
` [PATCH v2 03/15] drm: Add support for optional per-plane rotation property
` [PATCH 04/15] drm/arm: Use "
` [PATCH 05/15] drm/atmel-hlcdc: "
` [PATCH v2 "
` [PATCH 06/15] drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0
` [PATCH 07/15] drm/omap: Use per-plane rotation property
` [PATCH 08/15] drm/msm/mdp5: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0
` [PATCH 09/15] drm/msm/mdp5: Use per-plane rotation property
` [PATCH 10/15] drm/msm/mdp5: Advertize 180 degree rotation
` [PATCH v2 11/15] drm/i915: Use the per-plane rotation property
` [PATCH 12/15] drm: RIP mode_config->rotation_property
` [PATCH 13/15] drm/i915: Use & instead if == to check for rotations
` [PATCH 14/15] drm/i915: Clean up rotation DSPCNTR/DVSCNTR/etc. setup
` [PATCH 15/15] drm/i915: Add horizontal mirroring support for CHV pipe B planes
` ✗ Ro.CI.BAT: failure for drm: Per-plane rotation etc
` ✗ Ro.CI.BAT: failure for drm: Per-plane rotation etc. (rev2)
[CI-Resend v2 0/6] drm/i915/guc: use one GuC client per GPU engine
2016-07-22 15:42 UTC (9+ messages)
` [CI-Resend v2 1/6] drm/i915/guc: doorbell reset should avoid used doorbells
` [CI-Resend v2 2/6] drm/i915/guc: refactor guc_init_doorbell_hw()
` [CI-Resend v2 3/6] drm/i915/guc: use a separate GuC client for each engine
` [CI-Resend v2 4/6] drm/i915/guc: add engine mask to GuC client & pass to GuC
` [CI-Resend v2 5/6] drm/i915/guc: use for_each_engine_id() where appropriate
` [CI-Resend v2 6/6] drm/i915/guc: re-optimise i915_guc_client layout
` [NOMERGE v2 7/6] drm/i915/guc: re-enable GuC loading and submission by default
` ✗ Ro.CI.BAT: failure for drm/i915/guc: use one GuC client per GPU engine (rev2)
[PATCH 1/2] doc/sphinx: Enable keep_warnings
2016-07-22 15:06 UTC (6+ messages)
` [PATCH 2/2] drm/doc: Fix more kerneldoc/sphinx warnings
[PATCH] Bump libdrm-intel dependency library to a newer version that support softpin
2016-07-22 14:21 UTC (4+ messages)
[PATCH v3 0/3] New debugfs API for capturing CRC of frames
2016-07-22 14:10 UTC (3+ messages)
` [PATCH v3 1/3] drm/i915/debugfs: Move out pipe CRC code
` [PATCH v3 3/3] drm/i915: Use new CRC debugfs API
[PATCH v3 0/4] drm/i915/guc: use symbolic names for module parameter values
2016-07-22 14:02 UTC (6+ messages)
` [PATCH v3 1/4] drm/i915/guc: symbolic names for GuC submission preferences
` [PATCH v3 2/4] drm/i915/guc: symbolic names for GuC firmare loading preferences
` [PATCH v3 3/4] drm/i915/guc: symbolic name for GuC log-level none
` [PATCH v3 4/4] drm/i915/guc: use symbolic names in setting defaults for module parameters
` ✗ Ro.CI.BAT: warning for drm/i915/guc: use symbolic names for module parameter values
[PATCH] drm/i915: Replace gen6 semaphore signal table with code
2016-07-22 13:59 UTC (16+ messages)
` [PATCH v2] "
` [PATCH v3] "
` ✗ Ro.CI.BAT: failure for drm/i915: Replace gen6 semaphore signal table with code (rev2)
` ✗ Ro.CI.BAT: failure for drm/i915: Replace gen6 semaphore signal table with code (rev3)
[PATCH 0/7] drm/i915: Per-plane rotation, fixes, and mirroring for CHV
2016-07-22 13:23 UTC (8+ messages)
` [PATCH 7/7] drm/i915: Add horizontal mirroring support for CHV pipe B planes
` [PATCH i-g-t] tests/kms_rotation_crc: Add bad-rotation subtest
[PATCH v4 0/3] drm/i915/guc: emit (drm) messages at the most appropriate level
2016-07-22 10:59 UTC (6+ messages)
` [PATCH v4 1/3] drm: extra printk() wrapper macros
` [PATCH v4 2/3] drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()
` [PATCH v4 3/3] drm/i915/guc: revisit GuC loader message levels
` ✗ Ro.CI.BAT: failure for drm/i915/guc: emit (drm) messages at the most appropriate level
[I-G-T] igt/gem_mocs_settings: improve RC6 testings
2016-07-22 10:52 UTC (6+ messages)
Unify request construction
2016-07-22 10:33 UTC (57+ messages)
` [PATCH 01/18] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 02/18] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 03/18] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [PATCH 04/18] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH 05/18] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [PATCH 06/18] drm/i915: Rename residual ringbuf parameters
` [PATCH 07/18] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH 09/18] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 10/18] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 11/18] drm/i915: Convert engine->write_tail to operate on a request
` [PATCH 12/18] drm/i915: Unify request submission
` [PATCH 13/18] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [PATCH 14/18] drm/i915: Reuse legacy breadcrumbs + tail emission
` [PATCH 15/18] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [PATCH 16/18] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH] drm/i915: Refactor golden render state emission to unconfuse gcc
` [PATCH 17/18] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH 18/18] drm/i915: Simplify calling engine->sync_to
` [PATCH] drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
` ✗ Ro.CI.BAT: failure for series starting with [01/18] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit (rev4)
` ✗ Ro.CI.BAT: failure for series starting with [01/18] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit (rev5)
[PATCH v2 1/3] drm/i915: Drop racy markup of missed-irqs from idle-worker
2016-07-22 10:22 UTC (10+ messages)
` [PATCH v2 3/3] drm/i915: Check for a stuck waiter before a missed interrupt
[PATCH v2 01/25] drm/i915/cmdparser: Remove stray intel_engine_cs *ring
2016-07-22 9:36 UTC (27+ messages)
` [PATCH v2 02/25] drm/i915: Use engine to refer to the user's BSD intel_engine_cs
` [PATCH v2 03/25] drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
` [PATCH v2 04/25] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
` [PATCH v2 05/25] drm/i915: Update a couple of hangcheck comments to talk about engines
` [PATCH v2 06/25] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH v2 07/25] drm/i915: Rename request->ringbuf to request->ring
` [PATCH v2 08/25] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [PATCH v2 09/25] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH v2 10/25] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [PATCH v2 11/25] drm/i915: Rename residual ringbuf parameters
` [PATCH v2 12/25] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH v2 13/25] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH v2 14/25] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH v2 15/25] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH v2 16/25] drm/i915: Remove intel_ring_get_tail()
` [PATCH v2 17/25] drm/i915: Convert engine->write_tail to operate on a request
` [PATCH v2 18/25] drm/i915: Unify request submission
` [PATCH v2 19/25] drm/i915/lrc: Update function names to match request flow
` [PATCH v2 20/25] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [PATCH v2 21/25] drm/i915: Reuse legacy breadcrumbs + tail emission
` [PATCH v2 22/25] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [PATCH v2 23/25] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH v2 24/25] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH v2 25/25] drm/i915: Simplify calling engine->sync_to
` ✗ Ro.CI.BAT: failure for series starting with [v2,01/25] drm/i915/cmdparser: Remove stray intel_engine_cs *ring
[PATCH] drm/i915: Correctly handle limited range YCbCr data on VLV/CHV
2016-07-22 9:33 UTC (3+ messages)
` ✗ Ro.CI.BAT: failure for "
[PULL] topic/drm-misc
2016-07-22 8:10 UTC
[PATCH v2 0/4] drm/i915/skl: Finally fix watermarks
2016-07-22 7:09 UTC (8+ messages)
` [PATCH v2 1/4] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v2 2/4] drm/i915/skl: Only flush pipes when we change the ddb allocation
` [PATCH v2 3/4] drm/i915/skl: Fix extra whitespace in skl_flush_wm_values()
` [PATCH v2 4/4] drm/i915/skl: Update plane watermarks atomically during plane updates
` ✓ Ro.CI.BAT: success for drm/i915/skl: Finally fix watermarks (rev2)
[Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
2016-07-22 5:42 UTC (9+ messages)
` [Announcement] 2014-Q3 release of "
` [Announcement] 2015-Q1 "
` [Announcement] 2015-Q2 "
` [Announcement] 2015-Q3 "
` [Announcement] 2015-Q4 "
` [Announcement] 2016-Q1 "
` [Intel-gfx] [Announcement] 2016-Q2 "
A simple batch of churn to make reference handling look consistent
2016-07-22 5:28 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/9] drm/i915: Rename request reference/unreference to get/put (rev2)
[PATCH] Revert "drm/i915: Enable RC6 immediately"
2016-07-21 20:16 UTC (2+ messages)
[PATCH v2] drm/i915: use i915_gem_object_put_unlocked() after releasing mutex
2016-07-21 18:09 UTC (3+ messages)
[PATCH 5/9] drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
2016-07-21 17:25 UTC (3+ messages)
` [PATCH] drm/i915: use i915_gem_object_put_unlocked() after releasing mutex
[PATCH 00/23] drm/i915: Organize most GPU features by platform
2016-07-21 17:10 UTC (11+ messages)
` [PATCH 03/23] drm/i915: Move HAS_RUNTIME_PM definition to platform
` [PATCH 07/23] drm/i915: Move HAS_GUC_UCODE definition to platform definition
` [PATCH 10/23] drm/i915: Move HAS_RC6 "
[PATCH 0/6] drm/i915/skl: Finally fix watermarks
2016-07-21 17:01 UTC (4+ messages)
` [PATCH 4/6] drm/i915/skl: Always wait for pipes to update after a flush
[PATCH] drm/i915: Disable GT powersaving upon suspend
2016-07-21 16:12 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH v2] drm/i915:gen9: restrict WaC6DisallowByGfxPause
2016-07-21 13:48 UTC (4+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915:gen9: restrict WaC6DisallowByGfxPause (rev2)
[PATCH] drm/i915/dmc: Accept symbolic link in firmware name
2016-07-21 13:32 UTC (13+ messages)
[PATCH i-g-t v2 00/15] Add support for atomic modeset to IGT
2016-07-21 12:43 UTC (7+ messages)
` [PATCH i-g-t v2 08/15] igt_kms: Remove pan members from igt_plane, v2
` [PATCH i-g-t v2 09/15] igt_kms: Clear all _changed members centrally
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