messages from 2016-10-27 07:45:54 to 2016-10-29 01:06:02 UTC [more...]
[PATCH v2 0/4] Handle link training failure during modeset for DDI
2016-10-29 1:07 UTC (3+ messages)
` [PATCH v2 3/4] drm/i915: Find fallback link rate/lane count
` [PATCH v2 4/4] drm/i915: Implement Link Rate fallback on Link training failure
[PATCH 0/7] HuC Loading Patches
2016-10-29 0:46 UTC (9+ messages)
` [PATCH 1/7] drm/i915/guc: Make the GuC fw loading helper functions general
` [PATCH 2/7] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH 3/7] drm/i915/huc: Add HuC fw loading support
` [PATCH 4/7] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH 5/7] drm/i915/huc: Support HuC authentication
` [PATCH 6/7] drm/i915/huc: Add BXT HuC Loading Support
` [PATCH 7/7] drm/i915/get_params: Add HuC status to getparams
` ✓ Fi.CI.BAT: success for HuC Loading Patches
[PATCH] drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing things
2016-10-28 22:01 UTC (6+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH igt] intel-ci: CI is missing any wait tests in BAT
2016-10-28 20:30 UTC (3+ messages)
[RFC 0/4] Wire gen9 cursor interface to universal plane registers
2016-10-28 18:30 UTC (12+ messages)
` [RFC 1/4] drm/i915: Rename for_each_plane -> for_each_universal_plane
` [RFC 2/4] drm/i915: Use macro in place of open-coded for_each_universal_plane loop
` [RFC 3/4] drm/i915/gen9: Expose top-most universal plane as cursor
[PATCH] drm/i915: Remove insert-page shortcut from execbuf relocate_iomap()
2016-10-28 18:18 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
xrandr fails after resume from hibernation in kernels 4.7.4 and 4.8.0
2016-10-28 16:51 UTC (4+ messages)
` [Intel-gfx] "
[RFC v2 i-g-t] Auto-tuned dummyload + recursive batch
2016-10-28 16:02 UTC (5+ messages)
` [PATCH 1/3] lib: add igt_dummyload
` [PATCH 2/3] igt/gem_wait: Use new igt_spin_batch
` [PATCH 3/3] igt/kms_flip: "
[PATCH] scripts/checkpatch: Check for Reviewed-by under --strict
2016-10-28 14:57 UTC (5+ messages)
` ✗ Fi.CI.BAT: warning for "
[PATCH v8 00/12] Enable i915 perf stream for Haswell OA unit
2016-10-28 14:27 UTC (15+ messages)
` [PATCH v8 01/12] ctx-pin placeholder from chris
` [PATCH v8 02/12] drm/i915: Add i915 perf infrastructure
` [PATCH v8 03/12] drm/i915: rename OACONTROL GEN7_OACONTROL
` [PATCH v8 04/12] drm/i915: return EACCES for check_cmd() failures
` [PATCH v8 05/12] drm/i915: don't whitelist oacontrol in cmd parser
` [PATCH v8 06/12] drm/i915: Add 'render basic' Haswell OA unit config
` [PATCH v8 07/12] drm/i915: Enable i915 perf stream for Haswell OA unit
` [PATCH v8 08/12] drm/i915: advertise available metrics via sysfs
` [PATCH v8 09/12] drm/i915: Add dev.i915.perf_stream_paranoid sysctl option
` [PATCH v8 10/12] drm/i915: add oa_event_min_timer_exponent sysctl
` [PATCH v8 11/12] drm/i915: Add more Haswell OA metric sets
` [PATCH v8 12/12] drm/i915: Add a kerneldoc summary for i915_perf.c
` ✗ Fi.CI.BAT: failure for Enable i915 perf stream for Haswell OA unit
[CI 01/35] drm/i915: Support asynchronous waits on struct fence from i915_gem_request
2016-10-28 14:16 UTC (36+ messages)
` [CI 02/35] drm/i915: Allow i915_sw_fence_await_sw_fence() to allocate
` [CI 03/35] drm/i915: Remove superfluous wait_for_error() from throttle-ioctl
` [CI 04/35] drm/i915: Rearrange i915_wait_request() accounting with callers
` [CI 05/35] drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
` [CI 06/35] drm/i915: Defer active reference until required
` [CI 07/35] drm/i915: Introduce an internal allocator for disposable private objects
` [CI 08/35] drm/i915: Reuse the active golden render state batch
` [CI 09/35] drm/i915: Markup GEM API with lockdep asserts
` [CI 10/35] drm/i915: Use a radixtree for random access to the object's backing storage
` [CI 11/35] drm/i915: Use radixtree to jump start intel_partial_pages()
` [CI 12/35] drm/i915: Refactor object page API
` [CI 13/35] drm/i915: Pass around sg_table to get_pages/put_pages backend
` [CI 14/35] drm/i915: Move object backing storage manipulation to its own locking
` [CI 15/35] drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex
` [CI 16/35] drm/i915: Implement pread without struct-mutex
` [CI 17/35] drm/i915: Implement pwrite "
` [CI 18/35] drm/i915: Acquire the backing storage outside of struct_mutex in set-domain
` [CI 19/35] drm/i915: Move object release to a freelist + worker
` [CI 20/35] drm/i915: Use lockless object free
` [CI 21/35] drm/i915: Move GEM activity tracking into a common struct reservation_object
` [CI 22/35] drm/i915: Restore nonblocking awaits for modesetting
` [CI 23/35] drm/i915: Combine seqno + tracking into a global timeline struct
` [CI 24/35] drm/i915: Queue the idling context switch after all other timelines
` [CI 25/35] drm/i915: Wait first for submission, before waiting for request completion
` [CI 26/35] drm/i915: Introduce a global_seqno for each request
` [CI 27/35] drm/i915: Rename ->emit_request to ->emit_breadcrumb
` [CI 28/35] drm/i915: Record space required for breadcrumb emission
` [CI 29/35] drm/i915: Defer "
` [CI 30/35] drm/i915: Move the global sync optimisation to the timeline
` [CI 31/35] drm/i915: Create a unique name for the context
` [CI 32/35] drm/i915: Convert breadcrumbs spinlock to be irqsafe
` [CI 33/35] drm/i915: Reserve space in the global seqno during request allocation
` [CI 34/35] drm/i915: Defer setting of global seqno on request to submission
` [CI 35/35] drm/i915: Enable multiple timelines
` ✗ Fi.CI.BAT: warning for series starting with [CI,01/35] drm/i915: Support asynchronous waits on struct fence from i915_gem_request
[PATCH 0/5] drm/i915/skl: Backport watermark fixes for 4.8.y
2016-10-28 13:47 UTC (2+ messages)
[PATCH] drm/i915: Convert breadcrumbs spinlock to be irqsafe
2016-10-28 13:15 UTC (18+ messages)
` ✓ Fi.CI.BAT: success for "
` [PATCH v2] drm: Add timestamp of last modification to GETCONNECTOR ioctl
` [PATCH v2] drm/i915: Convert breadcrumbs spinlock to be irqsafe and bhsafe
` [PATCH v3] drm/i915: Convert breadcrumbs spinlock to be irqsafe
` ✗ Fi.CI.BAT: failure for drm/i915: Convert breadcrumbs spinlock to be irqsafe (rev3)
` ✗ Fi.CI.BAT: failure for drm/i915: Convert breadcrumbs spinlock to be irqsafe (rev4)
Baytrail MIPI/DSI Black when boot with HDMI connected
2016-10-28 12:40 UTC (4+ messages)
[PATCH 0/7] drm/i915: Add pipe scaler for Gen9 in atomic path
2016-10-28 12:35 UTC (6+ messages)
[PATCH 1/7] drm: Define a work struct for scheduling a uevent for modeset retry
2016-10-28 12:16 UTC (9+ messages)
` [PATCH 3/7] drm/i915: Set link status property for DP connector
` [PATCH 4/7] drm/i915: Change the placement of some static functions in intel_dp.c
` [PATCH 5/7] drm/i915; Add a function to return index of link rate
[PATCH] drm/i915/gen9+: Whitelist TIMESTAMP register from BLT ring
2016-10-28 11:46 UTC (4+ messages)
` ✗ Fi.CI.BAT: warning for "
` [PATCH v2] drm/i915: Whitelist TIMESTAMP register from BLT ring for gen9+
` ✗ Fi.CI.BAT: warning for drm/i915/gen9+: Whitelist TIMESTAMP register from BLT ring (rev2)
Trivial scheduler
2016-10-28 11:21 UTC (14+ messages)
` [PATCH 4/6] drm/i915/scheduler: Execute requests in order of priorities
` [PATCH v2 1/9] drm/i915: Show the execlist queue in debugfs/i915_engine_info
` [PATCH v2 2/9] drm/i915: Split request submit/execute phase into two
` [PATCH v2 3/9] drm/i915: Defer transfer onto execution timeline to actual hw submission
` [PATCH v2 4/9] drm/i915: Remove engine->execlist_lock
` [PATCH v2 5/9] drm/i915/scheduler: Signal the arrival of a new request
` [PATCH v2 6/9] drm/i915/scheduler: Record all dependencies upon request construction
` [PATCH v2 7/9] drm/i915/scheduler: Execute requests in order of priorities
` [PATCH v2 8/9] drm/i915/scheduler: Boost priorities for flips
` [PATCH v2 9/9] drm/i915/scheduler: Support user-defined priorities
[PATCH v2 0/9] Broxton ddi phy refactoring
2016-10-28 10:51 UTC (6+ messages)
` ✗ Fi.CI.BAT: failure for Broxton ddi phy refactoring (rev5)
` ✗ Fi.CI.BAT: warning "
[PATCH i-g-t 0/4 v4] Convert sh scripts to C variants
2016-10-28 10:08 UTC (8+ messages)
` [PATCH i-g-t 1/4 v4] lib/{igt_sysfs, igt_aux}: Make available to other users kick_fbcon() (unbind_fbcon()), and added helpers to lib/igt_aux, lib/igt_kmod
` [PATCH i-g-t 2/4 v4] lib/igt_gvt: Make use of libkmod helpers and fix reading gvt parameter
` [PATCH i-g-t 3/4 v4] tests/drv_module_reload: Convert sh script to C version
` [PATCH i-g-t 4/4 v4] tests/kms_sysfs_edid_timing: Convert sh "
[PATCH i-g-t 1/2] tools: Add intel_guc_logger to .gitignore
2016-10-28 9:19 UTC (2+ messages)
` [PATCH i-g-t 2/2] benchmarks: Add prime_lookup "
[PATCH] [RFC] drm: Nerf DRM_CONTROL nodes
2016-10-28 8:45 UTC (2+ messages)
` ✗ Fi.CI.BAT: warning for "
[dim PATCH] dim: include "dim:" prefix to error messages in echoerr
2016-10-28 8:42 UTC
[PATCH v3 1/2] drm/i915/dp: Enable DP audio stall fix for gen9 platforms
2016-10-28 6:43 UTC (6+ messages)
` [PATCH v4 "
Screen flicker regression on Baytrail
2016-10-28 5:43 UTC (2+ messages)
[PATCH] make intel_chipset.h public
2016-10-28 3:38 UTC
Check the connector property to force a full modeset
2016-10-28 1:49 UTC
[PATCH v2 00/11] drm/i915/gen9+: Atomic watermark fixes
2016-10-27 19:25 UTC (23+ messages)
` [PATCH v2 01/11] drm/i915/skl+: Prepare for removing data rate from skl watermark state, v2
` [PATCH v2 02/11] drm/i915/gen9+: Use cstate plane mask instead of crtc->state
` [PATCH v2 03/11] drm/i915/gen9+: Use for_each_intel_plane_on_crtc in skl_print_wm_changes
` [PATCH v2 04/11] drm/i915/skl+: Remove data_rate from watermark struct, v2
` [PATCH v2 06/11] drm/i915/skl+: Clean up minimum allocations, v2
` [PATCH v2 07/11] drm/i915: Add a atomic evasion step to watermark programming, v2
` [PATCH v2.1 07/11] drm/i915: Add a atomic evasion step to watermark programming, v3
` [PATCH v2 09/11] drm/i915/gen9+: Program watermarks as a separate step during evasion, v2
` [PATCH v2.1 09/11] drm/i915/gen9+: Program watermarks as a separate step during evasion, v3
[PULL] topic/drm-misc
2016-10-27 18:53 UTC
[PATCH v8] igt/gem_trtt: Exercise the TRTT hardware
2016-10-27 15:35 UTC (2+ messages)
` [PATCH v9] "
[PATCH igt] igt: Add a test for reordering execbufs
2016-10-27 14:31 UTC
[PATCH] lib/ida: Document locking requirements a bit better v2
2016-10-27 14:21 UTC (3+ messages)
` ✗ Fi.CI.BAT: warning for lib/ida: Document locking requirements a bit better (rev2)
[PATCH] drm/i915: Correct pipe fault reporting string
2016-10-27 14:09 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH igt] igt/kms_flip: Calibrate timestamp errors
2016-10-27 11:41 UTC (9+ messages)
[PATCH igt] igt: drop gem_storedw_loop from BAT
2016-10-27 11:10 UTC (9+ messages)
[PATCH i-g-t] lib: use the local intel_aub.h file
2016-10-27 10:21 UTC (5+ messages)
` [PATCH i-g-t v2] "
[PATCH v7 00/11] Enable i915 perf stream for Haswell OA unit
2016-10-27 10:16 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH v2 0/2] DP audio fixes
2016-10-27 9:46 UTC (2+ messages)
` ✗ Fi.CI.BAT: warning for DP audio fixes (rev5)
[PULL] GVT-g device model
2016-10-27 8:37 UTC (2+ messages)
[PATCH i-g-t] lib/drmtest: Take DRIVER_ANY into account when opening the DRM device
2016-10-27 8:24 UTC (3+ messages)
[PATCH] drm/i915: Fix scaling check for 90/270 degree plane rotation
2016-10-27 8:14 UTC (4+ messages)
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;
as well as URLs for NNTP newsgroup(s).