messages from 2016-07-25 17:41:58 to 2016-07-27 11:20:26 UTC [more...]
[PATCHv7 0/5] Add USB typeC based DP support for BXT platform
2016-07-27 11:20 UTC (4+ messages)
` [PATCHv7 5/5] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT
Refined set of intel_ringbuffer renames
2016-07-27 11:18 UTC (16+ messages)
` [PATCH 01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
` [PATCH 08/31] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
` [PATCH 17/31] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH] drm/i915: Reduce engine->emit_flush() to a single mode parameter
` [PATCH 18/31] drm/i915: Simplify request_alloc by returning the allocated request
` ✗ Ro.CI.BAT: failure for series starting with [01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling() (rev3)
[PATCH 00/11] Execlist based Engine reset patches
2016-07-27 11:16 UTC (18+ 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
Getting to RCU and exporting fences
2016-07-27 11:15 UTC (23+ messages)
` [PATCH 01/22] drm/i915: Combine loops within i915_gem_evict_something
` [PATCH 02/22] drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()
` [PATCH 03/22] drm/i915: Double check the active status on the batch pool
` [PATCH 04/22] drm/i915: Remove request retirement before each batch
` [PATCH 05/22] drm/i915: Remove i915_gem_execbuffer_retire_commands()
` [PATCH 06/22] drm/i915: Fix up vma alignment to be u64
` [PATCH 07/22] drm/i915: Pad GTT views of exec objects up to user specified size
` [PATCH 08/22] drm/i915: Reduce WARN(i915_gem_valid_gtt_space) to a debug-only check
` [PATCH 09/22] drm/i915: Split insertion/binding of an object into the VM
` [PATCH 10/22] drm/i915: Record allocated vma size
` [PATCH 11/22] drm/i915: Wrap vma->pin_count accessors with small inline helpers
` [PATCH 12/22] drm/i915: Start passing around i915_vma from execbuffer
` [PATCH 13/22] drm/i915: Combine all i915_vma bitfields into a single set of flags
` [PATCH 14/22] drm/i915: Make i915_vma_pin() small and inline
` [PATCH 15/22] drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
` [PATCH 16/22] drm/i915: Make fb_tracking.lock a spinlock
` [PATCH 17/22] drm/i915: Use atomics to manipulate obj->frontbuffer_bits
` [PATCH 18/22] drm/i915: Use dev_priv consistently through the intel_frontbuffer interface
` [PATCH 19/22] drm/i915: Move obj->active:5 to obj->flags
` [PATCH 20/22] drm/i915: Move i915_gem_object_wait_rendering()
` [PATCH 21/22] drm/i915: Enable lockless lookup of request tracking via RCU
` [PATCH 22/22] drm/i915: Export our request as a dma-buf fence on the reservation object
Fix the vma leak
2016-07-27 11:09 UTC (93+ messages)
` [PATCH 01/55] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()
` [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 16/55] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH 17/55] drm/i915: Simplify request_alloc by returning the allocated request
` [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 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 00/15] Framework to collect command stream gpu metrics using i915 perf
2016-07-27 10:50 UTC (5+ messages)
` [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id
[PATCH] Bump libdrm-intel dependency library to a newer version that support softpin
2016-07-27 10:23 UTC (5+ messages)
[PATCHv4 0/3] Add USB typeC based DP support for BXT platform
2016-07-27 10:17 UTC (7+ messages)
` [PATCHv4 3/3] drm/i915/dp: Enable Upfront link training for typeC DP support on BXT
[CI 1/5] drm/i915/cmdparser: Remove stray intel_engine_cs *ring
2016-07-27 8:30 UTC (6+ messages)
` [CI 2/5] drm/i915: Use engine to refer to the user's BSD intel_engine_cs
` [CI 3/5] drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
` [CI 4/5] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
` [CI 5/5] drm/i915: Update a couple of hangcheck comments to talk about engines
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/5] drm/i915/cmdparser: Remove stray intel_engine_cs *ring
[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state
2016-07-27 7:22 UTC (21+ 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()
` [Intel-gfx] "
` [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
` ✗ Ro.CI.BAT: failure for drm: Store clipped coordinates in drm_plane_state (rev2)
[PATCH 1/2] drm/i915: Avoid vblank counter for platforms with DMC
2016-07-27 6:19 UTC (4+ messages)
` [PATCH 2/2] drm/i915: Use drm_vblank_count() on gen2 for crc frame count
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Avoid vblank counter for platforms with DMC
[PATCH v4 0/6] Finally fix watermarks
2016-07-27 5:40 UTC (8+ 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
` ✗ Ro.CI.BAT: failure for Finally fix watermarks (rev2)
[PATCH igt] vc4: Add a test for BO lookup failure error path
2016-07-26 20:41 UTC
[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
[PATCH] drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
2016-07-26 14:49 UTC (5+ messages)
[PATCH v2 0/4] drm/i915/skl: Finally fix watermarks
2016-07-26 14:21 UTC (3+ messages)
` [PATCH v2 1/4] drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
[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
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