public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-07-25 09:10:14 to 2016-07-26 17:52:39 UTC [more...]

[PATCH 1/2] drm/i915: Avoid vblank counter for platforms with DMC
 2016-07-26 17:52 UTC 

[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state
 2016-07-26 17:34 UTC  (17+ messages)
` [PATCH 1/9] drm: Warn about negative sizes when calculating scale factor
` [PATCH 2/9] drm: Store clipped src/dst coordinatee in drm_plane_state
` [PATCH 3/9] drm/plane-helper: Add drm_plane_helper_check_state()
  ` [PATCH v2 "
` [PATCH 4/9] drm/i915: Use drm_plane_state.{src,dst,visible}
` [PATCH 5/9] drm/i915: Use drm_plane_helper_check_state()
  ` [PATCH 6/9] drm/rockchip: Use drm_plane_state.{src,dst}
` [PATCH 7/9] drm/rockchip: Use drm_plane_helper_check_state()
` [PATCH 8/9] drm/mediatek: "
` [PATCH 9/9] drm/simple_kms_helper: "
` ✓ Ro.CI.BAT: success for drm: Store clipped coordinates in drm_plane_state

[PATCH v4 0/6] Finally fix watermarks
 2016-07-26 17:34 UTC  (7+ messages)
` [PATCH v4 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v4 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v4 3/6] drm/i915/skl: Only flush pipes when we change the ddb allocation
` [PATCH v4 4/6] drm/i915/skl: Fix extra whitespace in skl_flush_wm_values()
` [PATCH v4 5/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v4 6/6] drm/i915/skl: Always wait for pipes to update after a flush

[PATCH 00/11] Execlist based Engine reset patches
 2016-07-26 17:11 UTC  (13+ messages)
` [PATCH 01/11] drm/i915: Update i915.reset to handle engine resets
` [PATCH 02/11] drm/i915: Separate out reset flags from the reset counter
` [PATCH 03/11] drm/i915/tdr: Update reset_in_progress to account for engine reset
` [PATCH 04/11] drm/i915/tdr: Modify error handler for per engine hang recovery
` [PATCH 05/11] drm/i915/tdr: Identify hung request and drop it
` [PATCH 06/11] drm/i915/tdr: Restart submission after engine reset
` [PATCH 07/11] drm/i915/tdr: Add support for per engine reset recovery
` [PATCH 08/11] drm/i915: Skip reset request if there is one already
` [PATCH 09/11] drm/i915/tdr: Add engine reset count to error state
` [PATCH 10/11] drm/i915/tdr: Export reset count info to debugfs
` [PATCH 11/11] drm/i915/tdr: Enable Engine reset and recovery support
` ✗ Ro.CI.BAT: failure for Execlist based Engine reset patches

[PATCH v3 0/6] Finally fix watermarks
 2016-07-26 15:29 UTC  (10+ messages)
` [PATCH v3 1/6] drm/i915/skl: Add support for the SAGV, fix underrun hangs
` [PATCH v3 2/6] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
` [PATCH v3 3/6] drm/i915/skl: Only flush pipes when we change the ddb allocation
` [PATCH v3 4/6] drm/i915/skl: Fix extra whitespace in skl_flush_wm_values()
` [PATCH v3 5/6] drm/i915/skl: Update plane watermarks atomically during plane updates
` [PATCH v3 6/6] drm/i915/skl: Always wait for pipes to update after a flush
` ✗ Ro.CI.BAT: failure for Finally fix watermarks

Refined set of intel_ringbuffer renames
 2016-07-26 15:12 UTC  (36+ 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 04/31] drm/i915: Only drop the batch-pool's object reference
` [PATCH 08/31] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
` [PATCH 12/31] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [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 20/31] drm/i915: Remove intel_ring_get_tail()
` [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 26/31] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [PATCH 28/31] drm/i915: Refactor golden render state emission to unconfuse gcc
` ✓ Ro.CI.BAT: success for series starting with [01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling() (rev2)

[PATCH] drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
 2016-07-26 14:49 UTC  (7+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH v2 0/4] drm/i915/skl: Finally fix watermarks
 2016-07-26 14:21 UTC  (4+ messages)
` [PATCH v2 1/4] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw

Fix the vma leak
 2016-07-26 13:39 UTC  (94+ 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)

[CI 1/4] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
 2016-07-26 12:48 UTC  (6+ 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()

[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

[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 05/31] drm/i915/cmdparser: Remove stray intel_engine_cs *ring
 2016-07-25 11:12 UTC  (4+ messages)
` [PATCH v2] "


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