messages from 2016-07-26 18:27:05 to 2016-07-28 11:49:39 UTC [more...]
Unify request construction
2016-07-28 11:49 UTC (13+ messages)
` [PATCH 10/18] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 12/18] drm/i915: Unify request submission
Getting to RCU and exporting fences
2016-07-28 11:36 UTC (56+ 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
` ✗ Ro.CI.BAT: failure for series starting with [01/22] drm/i915: Combine loops within i915_gem_evict_something
[PATCH 1/2] drm/i915: Clear per-engine fault register as early as possible
2016-07-28 10:57 UTC (6+ messages)
` [PATCH 2/2] drm/i915: Fix use of engine->index for register offset
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Clear per-engine fault register as early as possible
Refined set of intel_ringbuffer renames
2016-07-28 10:03 UTC (26+ messages)
` [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
` [PATCH 21/31] drm/i915: Convert engine->write_tail to operate on a request
` [PATCH 1/2] "
` [PATCH 2/2] drm/i915: Move the modulus for ring emission to the register write
` ✗ Ro.CI.BAT: failure for series starting with [01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling() (rev3)
` ✗ Ro.CI.BAT: failure for series starting with [01/31] drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling() (rev5)
[PATCH 00/15] Framework to collect command stream gpu metrics using i915 perf
2016-07-28 9:37 UTC (6+ messages)
` [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id
[PATCH i-g-t 00/11] igt doc updates
2016-07-28 8:29 UTC (14+ messages)
` [PATCH i-g-t 01/11] lib: Update docs for igt_sysfs.c
` [PATCH i-g-t 02/11] lib: update docs for igt_debugfs
` [PATCH i-g-t 03/11] lib/debugs: nuke igt_crc_equal again
` [PATCH i-g-t 04/11] lib: Update docs for igt_fb
` [PATCH i-g-t 05/11] lib: update docs for igt_pm
` [PATCH i-g-t 06/11] lib: Update docs for igt_stats
` [PATCH i-g-t 07/11] lib: Update igt_core docs
` [PATCH i-g-t 08/11] docs: pull in VC4 docs
` [PATCH i-g-t 09/11] lib: Update igt_chipset docs
` [PATCH i-g-t 10/11] lib: Update ioctl_wrappers functions
` [PATCH i-g-t 11/11] docs: minimal docs for igt_vgem.c
[PACTH i-g-t v5 00/13] Remove compile time depencencies on libdrm_intel
2016-07-28 8:26 UTC (15+ messages)
` [PACTH i-g-t v5 01/13] configure.ac: Test for libdrm_intel and build for it if present
` [PACTH i-g-t v5 02/13] configure.ac: Harmonize HAVE_XXX flag for all drm platforms to HAVE_LIBDRM_XXX
` [PACTH i-g-t v5 03/13] Enable HAVE_LIBDRM_INTEL unconditionally for Android
` [PACTH i-g-t v5 04/13] benchmarks/Makefile: Don't build benchmarks that depend on libdrm_intel
` [PACTH i-g-t v5 05/13] tools/Makefile: Don't build tools "
` [PACTH i-g-t v5 06/13] tools/Makefile: Format whitespace
` [PACTH i-g-t v5 07/13] demos/Makefile: Don't build tools that depend on libdrm_intel
` [PACTH i-g-t v5 08/13] lib/stubs: Add stubs for intel_bufmgr
` [PACTH i-g-t v5 09/13] demos/Makefile: Replace automake specific name of listing in Makfile.sources
` [PACTH i-g-t v5 10/13] benchmarks/Makefile: "
` [PACTH i-g-t v5 11/13] tools/Makefile: Replace automake specific name of listings "
` [PACTH i-g-t v5 12/13] lib/tests/Makefile: Replace automake specific names of listings in Makefile.sources
` [PACTH i-g-t v5 13/13] lib/Makefile: "
[PATCH] drm/i915: set proper N/M in modeset
2016-07-28 7:41 UTC (3+ messages)
Fix the vma leak
2016-07-28 7:26 UTC (53+ messages)
` [PATCH 07/55] drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
` [PATCH 08/55] drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
` [PATCH 32/55] drm/i915: Split early global GTT initialisation
` [PATCH 37/55] drm/i915: Introduce i915_gem_active for request tracking
` [PATCH 39/55] drm/i915: Mark up i915_gem_active for locking annotation
` [PATCH 40/55] drm/i915: Refactor blocking waits
` [PATCH 43/55] drm/i915: Refactor activity tracking for requests
` [PATCH 45/55] drm/i915: Convert intel_overlay to request tracking
` [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"
[PATCH] drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
2016-07-28 6:44 UTC (3+ messages)
[PATCH] drm/i915: Fix up some stray to_i915(dev) after a recent merge
2016-07-28 6:30 UTC (4+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH 00/11] Execlist based Engine reset patches
2016-07-28 5:40 UTC (20+ messages)
` [PATCH 03/11] drm/i915/tdr: Update reset_in_progress to account for engine reset
` [PATCH 05/11] drm/i915/tdr: Identify hung request and drop it
` Resubmitting requests following the hang
` [PATCH 1/3] drm/i915: Record the position of the start of the request
` [PATCH 2/3] lrc
` [PATCH 3/3] reset-request-recovery
` [PATCH 06/11] drm/i915/tdr: Restart submission after engine reset
` [PATCH 07/11] drm/i915/tdr: Add support for per engine reset recovery
` ✗ Ro.CI.BAT: failure for Execlist based Engine reset patches (rev4)
[PATCH 4/5] drm/i915/guc: add engine mask to GuC client & pass to GuC
2016-07-27 20:06 UTC (2+ messages)
[PATCHv7 0/5] Add USB typeC based DP support for BXT platform
2016-07-27 17:51 UTC (6+ messages)
` [PATCHv7 5/5] 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 14:59 UTC (7+ 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] drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKL
2016-07-27 13:32 UTC (3+ messages)
[PATCH 02/18] drm/i915: Rename request->ringbuf to request->ring
2016-07-27 13:15 UTC (3+ messages)
` [PATCH] drm/i915: Convert stray struct intel_engine_cs *ring
[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
[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state
2016-07-27 7:22 UTC (10+ messages)
` [PATCH 3/9] drm/plane-helper: Add drm_plane_helper_check_state()
` [Intel-gfx] "
` [PATCH 6/9] drm/rockchip: Use drm_plane_state.{src,dst}
` [PATCH 7/9] drm/rockchip: Use drm_plane_helper_check_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 (2+ messages)
` ✗ 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
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