messages from 2016-07-22 21:57:50 to 2016-07-26 11:53:17 UTC [more...]
[PATCH] drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
2016-07-26 11:53 UTC (5+ messages)
` ✗ Ro.CI.BAT: failure for "
[CI 1/4] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
2016-07-26 11:44 UTC (5+ messages)
` [CI 2/4] drm/i915: Prefer list_first_entry_or_null
` [CI 3/4] drm/i915: Only clear the client pointer when tearing down the file
` [CI 4/4] drm/i915: Only drop the batch-pool's object reference
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/4] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
Fix the vma leak
2016-07-26 10:48 UTC (85+ messages)
` [PATCH 01/55] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
` [PATCH 02/55] drm/i915: Prefer list_first_entry_or_null
` [PATCH 03/55] drm/i915: Only clear the client pointer when tearing down the file
` [PATCH 04/55] drm/i915: Only drop the batch-pool's object reference
` [PATCH 05/55] drm/i915/cmdparser: Remove stray intel_engine_cs *ring
` [PATCH 06/55] drm/i915: Use engine to refer to the user's BSD intel_engine_cs
` [PATCH 07/55] drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
` [PATCH v2] "
` [PATCH 08/55] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
` [PATCH 09/55] drm/i915: Update a couple of hangcheck comments to talk about engines
` [PATCH 10/55] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 11/55] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 12/55] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH 13/55] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [PATCH 14/55] drm/i915: Rename residual ringbuf parameters
` [PATCH 15/55] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH 16/55] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH 17/55] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 18/55] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 19/55] drm/i915: Remove intel_ring_get_tail()
` [PATCH 20/55] drm/i915: Convert engine->write_tail to operate on a request
` [PATCH 21/55] drm/i915: Unify request submission
` [PATCH 22/55] drm/i915/lrc: Update function names to match request flow
` [PATCH 23/55] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [PATCH 24/55] drm/i915: Reuse legacy breadcrumbs + tail emission
` [PATCH 25/55] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [PATCH 26/55] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH 27/55] drm/i915: Refactor golden render state emission to unconfuse gcc
` [PATCH 28/55] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH 29/55] drm/i915: Simplify calling engine->sync_to
` [PATCH 30/55] drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
` [PATCH 31/55] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
` [PATCH 32/55] drm/i915: Split early global GTT initialisation
` [PATCH 33/55] drm/i915: Store owning file on the i915_address_space
` [PATCH 34/55] drm/i915: Count how many VMA are bound for an object
` [PATCH 35/55] drm/i915: Be more careful when unbinding vma
` [PATCH 36/55] drm/i915: Kill drop_pages()
` [PATCH 37/55] drm/i915: Introduce i915_gem_active for request tracking
` [PATCH 38/55] drm/i915: Prepare i915_gem_active for annotations
` [PATCH 39/55] drm/i915: Mark up i915_gem_active for locking annotation
` [PATCH 40/55] drm/i915: Refactor blocking waits
` [PATCH 41/55] drm/i915: Rename request->list to link for consistency
` [PATCH 42/55] drm/i915: Remove obsolete i915_gem_object_flush_active()
` [PATCH 43/55] drm/i915: Refactor activity tracking for requests
` [PATCH 44/55] drm/i915: Track requests inside each intel_ring
` [PATCH 45/55] drm/i915: Convert intel_overlay to request tracking
` [PATCH 46/55] drm/i915: Move the special case wait-request handling to its one caller
` [PATCH 47/55] drm/i915: Disable waitboosting for a saturated engine
` [PATCH 48/55] drm/i915: s/__i915_wait_request/i915_wait_request/
` [PATCH 49/55] drm/i915: Double check activity before relocations
` [PATCH 50/55] drm/i915: Move request list retirement to i915_gem_request.c
` [PATCH 51/55] drm/i915: i915_vma_move_to_active prep patch
` [PATCH 52/55] drm/i915: Track active vma requests
` [PATCH 53/55] drm/i915: Release vma when the handle is closed
` [PATCH 54/55] drm/i915: Mark the context and address space as closed
` [PATCH 55/55] Revert "drm/i915: Clean up associated VMAs on context destruction"
` ✗ Ro.CI.BAT: warning for series starting with [01/55] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
` ✗ Ro.CI.BAT: failure for series starting with [01/55] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling() (rev2)
[PATCH i-g-t v3 00/13] Add support for atomic modeset to IGT
2016-07-26 8:40 UTC (14+ messages)
` [PATCH i-g-t v3 01/13] igt_kms: Remove kmstest_connector_config.crtc_idx
` [PATCH i-g-t v3 02/13] igt_kms: Find optimal encoder only after selecting pipe
` [PATCH i-g-t v3 03/13] kms_psr_sink_crc: Use for_each_pipe_with_valid_output to find a valid config, v2
` [PATCH i-g-t v3 04/13] kms_sink_crc_basic: Use for_each_pipe_with_valid_output to find a valid config
` [PATCH i-g-t v3 05/13] igt_kms: Make PIPE_ANY a alias for PIPE_NONE
` [PATCH i-g-t v3 06/13] tests/kms: Clean up more users of unassigned pipes
` [PATCH i-g-t v3 07/13] igt_kms: Assign pipe properties in pipe init
` [PATCH i-g-t v3 08/13] igt_kms: Use pipes for committing, not outputs
` [PATCH i-g-t v3 09/13] igt_kms: Change PIPE_ANY behavior to mean unassigned, v2
` [PATCH i-g-t v3 10/13] igt_kms: Handle atomic pipe properties better
` [PATCH i-g-t v3 11/13] igt_kms: Remove pan members from igt_plane, v2
` [PATCH i-g-t v3 12/13] igt_kms: Clear all _changed members centrally, v2
` [PATCH i-g-t v3 13/13] igt_kms: Add modeset support to atomic commits
Refined set of intel_ringbuffer renames
2016-07-26 4:37 UTC (62+ messages)
` [PATCH 01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
` [PATCH 02/31] drm/i915: Prefer list_first_entry_or_null
` [PATCH 03/31] drm/i915: Only clear the client pointer when tearing down the file
` [PATCH 04/31] drm/i915: Only drop the batch-pool's object reference
` [PATCH 05/31] drm/i915/cmdparser: Remove stray intel_engine_cs *ring
` [PATCH v2] "
` [PATCH 06/31] drm/i915: Use engine to refer to the user's BSD intel_engine_cs
` [PATCH 07/31] drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
` [PATCH 08/31] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
` [PATCH 09/31] drm/i915: Update a couple of hangcheck comments to talk about engines
` [PATCH 10/31] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 11/31] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 12/31] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [PATCH 13/31] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH 14/31] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [PATCH 15/31] drm/i915: Rename residual ringbuf parameters
` [PATCH 16/31] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH 17/31] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH 18/31] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 19/31] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 20/31] drm/i915: Remove intel_ring_get_tail()
` [PATCH 21/31] drm/i915: Convert engine->write_tail to operate on a request
` [PATCH 22/31] drm/i915: Unify request submission
` [PATCH 23/31] drm/i915/lrc: Update function names to match request flow
` [PATCH 24/31] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [PATCH 25/31] drm/i915: Reuse legacy breadcrumbs + tail emission
` [PATCH 26/31] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [PATCH 27/31] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH 28/31] drm/i915: Refactor golden render state emission to unconfuse gcc
` [PATCH 29/31] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH 30/31] drm/i915: Simplify calling engine->sync_to
` [PATCH 31/31] drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
` ✓ Ro.CI.BAT: success for series starting with [01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
` ✓ Ro.CI.BAT: success for series starting with [01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling() (rev2)
[PATCH] drm/i915: avoid "may be used uninitialised" warnings
2016-07-25 16:48 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH v6 00/10] drm/i915: DP branch devices
2016-07-25 15:09 UTC (13+ messages)
` [PATCH v6 01/10] drm: Add missing DP downstream port types
` [PATCH v6 02/10] drm: Drop VGA from bpc definitions
` [PATCH v6 03/10] drm: Helper to read max clock rate
` [PATCH v6 04/10] drm: Helper to read max bits per component
` [PATCH v6 05/10] drm: Read DP branch device id
` [PATCH v6 07/10] drm: Read DP branch device SW revision
[RFC 0/8] Add two-stage watermark programming for VLV/CHV (v5)
2016-07-25 13:42 UTC (9+ messages)
` [PATCH] drm/i915/vlv: Fix off-by-1 error in calculating num_levels
[PATCH i-g-t v2 00/15] Add support for atomic modeset to IGT
2016-07-25 13:04 UTC (4+ messages)
` [PATCH i-g-t v2 05/15] tests/kms: Clean up more users of unassigned pipes
[PATCH v2 0/4] drm/i915/skl: Finally fix watermarks
2016-07-25 13:01 UTC (5+ 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
` [Intel-gfx] "
[PATCH 00/15] drm: Per-plane rotation etc
2016-07-25 7:08 UTC (7+ messages)
` [PATCH v2 03/15] drm: Add support for optional per-plane rotation property
` [PATCH v2 11/15] drm/i915: Use the "
` [PATCH 12/15] drm: RIP mode_config->rotation_property
[PULL] drm-intel-next-fixes
2016-07-25 6:41 UTC
Updated drm-intel-testing
2016-07-25 6:21 UTC
Regression report] Weekly regression report WW45
2016-07-25 0:50 UTC (15+ messages)
` [Regression report] Weekly regression report WW46
` [Regression report] Weekly regression report WW48
` [Regression report] Weekly regression report WW50
` [Regression report] Weekly regression report WW51
` [Regression report] Weekly regression report WW14
` [Regression report] Weekly regression report WW20
` [Regression report] Weekly regression report WW23
` [Regression report] Weekly regression report WW24
` [Regression report] Weekly regression report WW25
` [Regression report] Weekly regression report WW26
` [Regression report] Weekly regression report WW27
` [Regression report] Weekly regression report WW28
` [Regression report] Weekly regression report WW29
` [Regression report] Weekly regression report WW30
[CI 1/2] drm/i915: Drop racy markup of missed-irqs from idle-worker
2016-07-24 9:46 UTC (3+ messages)
` [CI 2/2] drm/i915: Update the breadcrumb interrupt counter before enabling
` ✓ Ro.CI.BAT: success for series starting with [CI,1/2] drm/i915: Drop racy markup of missed-irqs from idle-worker
[PATCH] drm/i915/gen9: Fix FIFO underflows when disabling multiple outputs
2016-07-23 16:38 UTC (4+ messages)
` ✗ Ro.CI.BAT: warning for "
` [PATCH v2] "
` ✗ Ro.CI.BAT: failure for drm/i915/gen9: Fix FIFO underflows when disabling multiple outputs (rev2)
[PATCH v2 0/6] drm/i915/guc: use one GuC client per GPU engine
2016-07-22 21:57 UTC (5+ messages)
` [PATCH v2 3/6] drm/i915/guc: use a separate GuC client for each engine
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