messages from 2016-08-03 16:11:29 to 2016-08-04 10:33:02 UTC [more...]
Put RCU request lookup to use
2016-08-04 10:32 UTC (20+ messages)
` [PATCH 06/16] drm/gem/shrinker: Wait before acquiring struct_mutex under oom
` [PATCH 07/16] drm/i915: Tidy generation of the GTT mmap offset
` [PATCH 08/16] drm/i915: Remove unused no-shrinker-steal
` [PATCH 09/16] drm/i915: Do a nonblocking wait first in pread/pwrite
` [PATCH 10/16] drm/i915: Remove (struct_mutex) locking for wait-ioctl
` [PATCH 11/16] drm/i915: Remove (struct_mutex) locking for busy-ioctl
` [PATCH 12/16] drm/i915: Reduce locking inside swfinish ioctl
[PATCH v4 0/6] HuC Loading Patches
2016-08-04 10:32 UTC (8+ messages)
` [PATCH v4 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
` [PATCH v4 2/6] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH v4 3/6] drm/i915/huc: Add HuC fw loading support
` [PATCH v4 4/6] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH v4 5/6] drm/i915/huc: Support HuC authentication
` [PATCH v4 6/6] drm/i915/huc: Add BXT HuC Loading Support
` ✗ Ro.CI.BAT: failure for HuC Loading Patches (rev3)
[PATCH] backlight: Avoid double fbcon backlight handling
2016-08-04 10:28 UTC (6+ messages)
` [Intel-gfx] "
[PATCH 0/4]: Picture aspect ratio support in DRM layer
2016-08-04 10:16 UTC (13+ messages)
` [PATCH 1/4] drm: add picture aspect ratio flags
` [PATCH 2/4] drm: Add aspect ratio parsing in DRM layer
` [PATCH 3/4] video: Add new aspect ratios for HDMI 2.0
` [PATCH 4/4] drm: Add and handle new aspect ratios in DRM layer
` [Intel-gfx] "
[PATCH] drm: Paper over locking inversion after registration rework
2016-08-04 10:15 UTC
[PATCH] drm/i915: Add missing rpm wakelock to GGTT pread
2016-08-04 10:13 UTC (3+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH 00/23] drm/i915: Organize most GPU features by platform
2016-08-04 10:13 UTC (8+ messages)
` [PATCH 07/23] drm/i915: Move HAS_GUC_UCODE definition to platform definition
[PATCH] drm/i915: Disable stolen on 865G
2016-08-04 9:56 UTC
[PATCH v3 1/3] drm/i915: set proper N/M in modeset
2016-08-04 9:32 UTC (7+ messages)
` [PATCH v3 2/3] drm/i915: set proper N/MCTS on more platforms
` [PATCH v3 3/3] drm/i915: HDMI audio gets the TMDS clock by crtc_clock
` ✗ Ro.CI.BAT: failure for series starting with [v3,1/3] drm/i915: set proper N/M in modeset
[PATCH] drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake
2016-08-04 9:12 UTC (11+ messages)
` ✗ Ro.CI.BAT: failure for "
` [PATCH v2] "
` [PATCH v3] "
` ✗ Ro.CI.BAT: warning for drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake (rev2)
` ✗ Ro.CI.BAT: failure for drm/i915/fbc: FBC causes display flicker when VT-d is enabled on Skylake (rev3)
[PATCH 0/6] Allow DC state to reset the counter on screen enabled
2016-08-04 8:52 UTC (13+ messages)
` [PATCH 1/6] drm: Add vblank prepare and unprepare hooks
` [Intel-gfx] "
` [PATCH 2/6] drm/i915: Move drm_crtc_vblank_get out of disabled pre-emption area
` [PATCH 3/6] drm/i915: Split gen 9 irq hooks definitions
` [PATCH 4/6] drm/i915: Introduce vblank power domain to avoid DC entry when waiting for vblank
` [PATCH 5/6] drm: Introduce drm_crtc_vblank_sanitize_counter
` [PATCH 6/6] drm/i915: Sanitize drm crtc vblank counter after DC reset frame count
` ✗ Ro.CI.BAT: failure for Allow DC state to reset the counter on screen enabled
[CI 01/26] drm/i915: Combine loops within i915_gem_evict_something
2016-08-04 8:15 UTC (27+ messages)
` [CI 02/26] drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()
` [CI 03/26] drm/i915: Double check the active status on the batch pool
` [CI 04/26] drm/i915: Remove request retirement before each batch
` [CI 05/26] drm/i915: Remove i915_gem_execbuffer_retire_commands()
` [CI 06/26] drm/i915: Fix up vma alignment to be u64
` [CI 07/26] drm/i915: Pad GTT views of exec objects up to user specified size
` [CI 08/26] drm/i915: Reduce WARN(i915_gem_valid_gtt_space) to a debug-only check
` [CI 09/26] drm/i915: Split insertion/binding of an object into the VM
` [CI 10/26] drm/i915: Convert 4096 alignment request to 0 for drm_mm allocations
` [CI 11/26] drm/i915: Update the GGTT size/alignment query functions
` [CI 12/26] drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_private
` [CI 13/26] drm/i915: Record allocated vma size
` [CI 14/26] drm/i915: Wrap vma->pin_count accessors with small inline helpers
` [CI 15/26] drm/i915: Start passing around i915_vma from execbuffer
` [CI 16/26] drm/i915: Combine all i915_vma bitfields into a single set of flags
` [CI 17/26] drm/i915: Make i915_vma_pin() small and inline
` [CI 18/26] drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
` [CI 19/26] drm/i915: Separate intel_frontbuffer into its own header
` [CI 20/26] drm/i915: Make fb_tracking.lock a spinlock
` [CI 21/26] drm/i915: Use atomics to manipulate obj->frontbuffer_bits
` [CI 22/26] drm/i915: Use dev_priv consistently through the intel_frontbuffer interface
` [CI 23/26] drm/i915: Move obj->active:5 to obj->flags
` [CI 24/26] drm/i915: Move i915_gem_object_wait_rendering()
` [CI 25/26] drm/i915: Enable lockless lookup of request tracking via RCU
` [CI 26/26] drm/i915: Export our request as a dma-buf fence on the reservation object
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/26] drm/i915: Combine loops within i915_gem_evict_something
[PATCH 1/3] drm: Track drm_mm nodes with an interval tree
2016-08-04 8:14 UTC (11+ messages)
` [PATCH 2/3] drm: Convert drm_vma_manager to embedded interval-tree in drm_mm
` [PATCH 3/3] drm: Skip initialising the drm_mm_node->hole_stack
` [PATCH] drm: Declare that create drm_mm nodes with size 0 is illegal
` ✗ Fi.CI.BAT: failure for series starting with drm: Declare that create drm_mm nodes with size 0 is illegal (rev2)
` ✗ Ro.CI.BAT: "
[PATCH] drm: Avoid printing negative values for unsigned variables
2016-08-04 8:12 UTC (4+ messages)
` ✗ Ro.CI.BAT: failure for "
` [Intel-gfx] [PATCH] "
[PATCH v3 0/3] New debugfs API for capturing CRC of frames
2016-08-04 8:00 UTC (4+ messages)
` [PATCH v3 3/3] drm/i915: Use new CRC debugfs API
` [Intel-gfx] "
[PATCH 1/2] drm/i915: Use drm_crtc_vblank_wait_one_vblank instead the legacy one
2016-08-04 7:52 UTC (5+ messages)
` [PATCH 2/2] drm: Remove legacy drm_wait_one_vblank(dev, pipe)
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Use drm_crtc_vblank_wait_one_vblank instead the legacy one
` [Intel-gfx] [PATCH 1/2] "
[PATCH 0/4] Improve logging for DP link training
2016-08-04 7:46 UTC (11+ messages)
` [PATCH 1/4] drm/i915/dp: Add debug messages to print DP link training pattern
` [Intel-gfx] "
` [PATCH 2/4] drm/i915/dp: Switch to using the DRM function for reading DP link status
` [PATCH 3/4] drm/dp: Clarify clock recovery and channel equalization failures
` [PATCH 4/4] drm/i915/dp: Dump DP link status when link training stages fails
` [Intel-gfx] "
` ✗ Ro.CI.BAT: failure for Improve logging for DP link training
[CI 01/28] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
2016-08-04 7:19 UTC (29+ messages)
` [CI 02/28] drm/i915: Split GGTT initialisation between probing and setup
` [CI 03/28] drm/i915: Update GGTT initialisation functions to take drm_i915_private
` [CI 04/28] drm/i915: Split early global GTT initialisation
` [CI 05/28] drm/i915: Rearrange GGTT probing to avoid needing a vfunc
` [CI 06/28] drm/i915: Store owning file on the i915_address_space
` [CI 07/28] drm/i915: Count how many VMA are bound for an object
` [CI 08/28] drm/i915: Be more careful when unbinding vma
` [CI 09/28] drm/i915: Kill drop_pages()
` [CI 10/28] drm/i915: Introduce i915_gem_active for request tracking
` [CI 11/28] drm/i915: Prepare i915_gem_active for annotations
` [CI 12/28] drm/i915: Mark up i915_gem_active for locking annotation
` [CI 13/28] drm/i915: Refactor blocking waits
` [CI 14/28] drm/i915: Rename request->list to link for consistency
` [CI 15/28] drm/i915: Remove obsolete i915_gem_object_flush_active()
` [CI 16/28] drm/i915: Refactor activity tracking for requests
` [CI 17/28] drm/i915: Track requests inside each intel_ring
` [CI 18/28] drm/i915: Convert intel_overlay to request tracking
` [CI 19/28] drm/i915: Move the special case wait-request handling to its one caller
` [CI 20/28] drm/i915: Disable waitboosting for a saturated engine
` [CI 21/28] drm/i915: s/__i915_wait_request/i915_wait_request/
` [CI 22/28] drm/i915: Double check activity before relocations
` [CI 23/28] drm/i915: Move request list retirement to i915_gem_request.c
` [CI 24/28] drm/i915: i915_vma_move_to_active prep patch
` [CI 25/28] drm/i915: Track active vma requests
` [CI 26/28] drm/i915: Release vma when the handle is closed
` [CI 27/28] drm/i915: Mark the context and address space as closed
` [CI 28/28] Revert "drm/i915: Clean up associated VMAs on context destruction"
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/28] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
[PATCH] drm/i915: Enable fine-grained kcov instrumentation
2016-08-04 7:12 UTC (5+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH] drm/i915: set proper N/M in modeset
2016-08-04 6:36 UTC (14+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915: set proper N/M in modeset (rev3)
[PATCH 03/28] drm/i915: Keep ggtt->probe() as a local
2016-08-04 6:34 UTC (6+ messages)
` [PATCH 1/3] drm/i915: Update GGTT initialisation functions to take drm_i915_private
` [PATCH 2/3] drm/i915: Split early global GTT initialisation
` [PATCH 3/3] drm/i915: Rearrange GGTT probing to avoid needing a vfunc
[PATCH v6 0/6] Finally fix watermarks
2016-08-04 6:34 UTC (6+ messages)
` [PATCH v6 6/6] drm/i915/skl: Update DDB values atomically with wms/plane attrs
[PATCH 0/4] Block PSR when link communication might be required
2016-08-04 6:00 UTC (9+ messages)
` [PATCH 1/4] drm/i915/psr: rename intel_dig_port to dig_port
` [PATCH 2/4] drm/i915/psr: Replace dev usage per dev_priv
` [PATCH 3/4] drm/i915/psr: Provide block functionality for RPM
` [PATCH 4/4] drm/i915: Introduce PSR Block Power Domains
` ✗ Ro.CI.BAT: failure for Block PSR when link communication might be required
Next batch of almost reviewed patches, up to the VMA leak fix
2016-08-04 5:19 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [01/28] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers (rev4)
[PATCH] drm/i915: Use drm official vblnk_no_hw_counter callback
2016-08-04 5:19 UTC (3+ messages)
` ✗ Ro.CI.BAT: failure for "
DP audio API changes for identifying displays connected to a port
2016-08-03 21:42 UTC (8+ messages)
` [PATCH] drm/i915/dp: DP audio API changes for MST
[PATCH v5 0/6] Finally fix watermarks
2016-08-03 21:16 UTC (5+ messages)
` [PATCH v5 3/6] drm/i915/skl: Update plane watermarks atomically during plane updates
[PATCH i-g-t] kms_pipe_color: Don't assert on crc not equal
2016-08-03 18:37 UTC
[PATCH i-g-t] igt_kms: Use proper panning coordinates for legacy primary plane updates
2016-08-03 17:35 UTC (2+ messages)
[PATCH] drm/i915: Acquire audio powerwell for HD-Audio registers
2016-08-03 16:39 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for "
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