messages from 2016-10-06 16:22:52 to 2016-10-10 07:01:45 UTC [more...]
Explicit fencing on multiple timelines, again
2016-10-10 7:01 UTC (79+ messages)
` [PATCH 01/42] drm/i915: Allow disabling error capture
` [PATCH 02/42] drm/i915: Stop the machine whilst capturing the GPU crash dump
` [PATCH 03/42] drm/i915: Always use the GTT for error capture
` [PATCH 04/42] drm/i915: Consolidate error object printing
` [PATCH 05/42] drm/i915: Compress GPU objects in error state
` [PATCH 06/42] drm/i915: Support asynchronous waits on struct fence from i915_gem_request
` [PATCH 07/42] drm/i915: Allow i915_sw_fence_await_sw_fence() to allocate
` [PATCH 08/42] drm/i915: Rearrange i915_wait_request() accounting with callers
` [PATCH 09/42] drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
` [PATCH 10/42] drm/i915: Defer active reference until required
` [PATCH 11/42] drm/i915: Introduce an internal allocator for disposable private objects
` [PATCH v2] "
` [PATCH 12/42] drm/i915: Reuse the active golden render state batch
` [PATCH 13/42] drm/i915: Markup GEM API with lockdep asserts
` [PATCH 14/42] drm/i915: Use a radixtree for random access to the object's backing storage
` [PATCH 15/42] drm/i915: Use radixtree to jump start intel_partial_pages()
` [PATCH 16/42] drm/i915: Refactor object page API
` [PATCH 17/42] drm/i915: Pass around sg_table to get_pages/put_pages backend
` [PATCH 18/42] drm/i915: Move object backing storage manipulation to its own locking
` [PATCH 19/42] drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex
` [PATCH 20/42] drm/i915: Implement pread without struct-mutex
` [PATCH 21/42] drm/i915: Implement pwrite "
` [PATCH 22/42] drm/i915: Acquire the backing storage outside of struct_mutex in set-domain
` [PATCH 23/42] drm/i915: Move object release to a freelist + worker
` [PATCH 24/42] drm/i915: Treat a framebuffer reference as an active reference whilst shrinking
` [PATCH 25/42] drm/i915: Use lockless object free
` [PATCH 26/42] drm/i915: Move GEM activity tracking into a common struct reservation_object
` [PATCH 27/42] drm: Add reference counting to drm_atomic_state
` [PATCH 28/42] drm/i915: Restore nonblocking awaits for modesetting
` [PATCH 29/42] drm/i915: Combine seqno + tracking into a global timeline struct
` [PATCH 30/42] drm/i915: Queue the idling context switch after all other timelines
` [PATCH 31/42] drm/i915: Wait first for submission, before waiting for request completion
` [PATCH 32/42] drm/i915: Introduce a global_seqno for each request
` [PATCH 33/42] drm/i915: Rename ->emit_request to ->emit_breadcrumb
` [PATCH 34/42] drm/i915: Record space required for breadcrumb emission
` [PATCH 35/42] drm/i915: Defer "
` [PATCH 36/42] drm/i915: Move the global sync optimisation to the timeline
` [PATCH 37/42] drm/i915: Create a unique name for the context
` [PATCH 38/42] drm/i915: Reserve space in the global seqno during request allocation
` [PATCH 39/42] drm/i915: Defer setting of global seqno on request to submission
` [PATCH 40/42] drm/i915: Enable multiple timelines
` [PATCH 41/42] drm/i915: Enable userspace to opt-out of implicit fencing
` [PATCH 42/42] drm/i915: Support explicit fencing for execbuf
` ✗ Fi.CI.BAT: warning for series starting with [01/42] drm/i915: Allow disabling error capture
[PATCH 0/9] .rodata diet 2 (non-disruptive version)
2016-10-10 6:49 UTC (14+ messages)
` [PATCH 1/9] drm/i915: Shrink cxsr_latency_table
` [PATCH 2/9] drm/i915: Shrink sdvo_cmd_names
` [PATCH 3/9] drm/i915: Shrink per-platform watermark configuration
` [PATCH 4/9] drm/i915: Shrink TV modes const data
` [PATCH 5/9] drm/i915: Use unsigned int for latencies
` [PATCH 6/9] drm/i915: unsigned int is enough for crtc clock
` [PATCH 7/9] drm/i915: Convert get_fifo_size return from int to unsigned int
` [PATCH 8/9] drm/i915: Make intel_calculate_wm return "
` [PATCH 9/9] drm/i915: Tidy watermark computation local types
Regression report] Weekly regression report WW45
2016-10-10 3:58 UTC (18+ messages)
` [Regression report] Weekly regression report WW25
` [Regression report] Weekly regression report WW26
` [Regression report] Weekly regression report WW27
` [Regression report] Weekly regression report WW28
` [Regression report] Weekly regression report WW29
` [Regression report] Weekly regression report WW30
` [Regression report] Weekly regression report WW31
` [Regression report] Weekly regression report WW32
` [Regression report] Weekly regression report WW33
` [Regression report] Weekly regression report WW34
` [Regression report] Weekly regression report WW35
` [Regression report] Weekly regression report WW36
` [Regression report] Weekly regression report WW37
` [Regression report] Weekly regression report WW38
` [Regression report] Weekly regression report WW39
` [Regression report] Weekly regression report WW40
` [Regression report] Weekly regression report WW41
[REGRESSION v4.7] i915 / drm crash when undocking from DP monitors
2016-10-08 1:16 UTC
[PATCH v2 00/10] Start of skl watermark cleanup
2016-10-08 0:11 UTC (11+ messages)
` [PATCH v2 01/10] drm/i915/skl: Move per-pipe ddb allocations into crtc states
` [PATCH v2 02/10] drm/i915/skl: Remove linetime from skl_wm_values
` [PATCH v2 03/10] drm/i915/gen9: Make skl_wm_level per-plane
` [PATCH 04/10] drm/i915/gen9: Cleanup skl_pipe_wm_active_state
` [PATCH v2 05/10] drm/i915/gen9: Get rid of redundant watermark values
` [PATCH v2 06/10] drm/i915/gen9: Add ddb changes to atomic debug output
` [PATCH 07/10] drm/i915/gen9: Make skl_pipe_wm_get_hw_state() reusable
` [PATCH 08/10] drm/i915/gen9: Add skl_wm_level_equals()
` [PATCH 09/10] drm/i915/gen9: Actually verify WM levels in verify_wm_state()
` [PATCH 10/10] drm/i915/gen9: Don't wrap strings "
[PATCH RFC v2 0/5] Link Training Compliance support, link rate fallback sending Uevent
2016-10-07 23:32 UTC (6+ messages)
` [PATCH RFC v2 1/5] drm/i915: Change the placement of some static functions in intel_dp.c
` [PATCH RFC v2 2/5] drm/i915; Add a function to return index of link rate
` [PATCH RFC v2 3/5] drm/i915: Add support for DP link training compliance
` [PATCH RFC v2 4/5] drm/i915: Work queue for uevent
` [PATCH RFC v2 5/5] drm/i915: Link Rate fallback on Link training failure
[RFC 0/5] Link Training Compliance support, link rate fallback sending Uevent
2016-10-07 22:46 UTC (6+ messages)
` [RFC 1/5] drm/i915: Change the placement of some static functions in intel_dp.c
` [RFC 2/5] drm/i915; Add a function to return index of link rate
` [RFC 3/5] drm/i915: Add support for DP link training compliance
` [RFC 4/5] drm/i915: Link Rate fallback on Link training failure
` [RFC 5/5] drm/i915: Work queue for uevent
[PATCH 1/2] drm/i915/gen9: fix watermarks when using the pipe scaler
2016-10-07 20:28 UTC (2+ messages)
` [PATCH 2/2] drm/i915/gen9: don't call ilk_pipe_pixel_rate() twice on the same function
[PATCH 1/2] drm/i915/gen9: don't call skl_pipe_pixel_rate() twice on the same function
2016-10-07 20:16 UTC (3+ messages)
` [PATCH 2/2] drm/i915/gen9: fix watermarks when using the pipe scaler
[PATCH 1/2] drm/i915: Merge duplicate gen4 and vlv/chv enable vblank callbacks
2016-10-07 19:49 UTC (2+ messages)
` [PATCH 2/2] drm/i915: Assert we hold the CRTC powerwell for generating vblank interrupts
[PATCH] drm/i915: Use fence_write() from rpm resume
2016-10-07 19:31 UTC
[PATCH] drm/i915: Grab RPM wakeref around enabling vblank interrupts
2016-10-07 19:17 UTC (7+ messages)
[PATCH v9] drm/i915: Allocate intel_engine_cs structure only for the enabled engines
2016-10-07 19:11 UTC (7+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH v10] "
[PATCH v2 1/3] drm/i915: Remove unused "valid" parameter from pte_encode
2016-10-07 18:39 UTC (4+ messages)
` [PATCH v2 2/3] drm/i915/gtt: Split gen8_ppgtt_clear_pte_range
` [PATCH v2 3/3] drm/i915/gtt: Free unused lower-level page tables
` [PATCH v3 "
[PATCH v5 00/11] Enable i915 perf stream for Haswell OA unit
2016-10-07 17:24 UTC (17+ messages)
` [PATCH v5 02/11] drm/i915: rename OACONTROL GEN7_OACONTROL
` [PATCH v5 05/11] drm/i915: Add 'render basic' Haswell OA unit config
` [PATCH v5 06/11] drm/i915: Enable i915 perf stream for Haswell OA unit
` [PATCH v5 07/11] drm/i915: advertise available metrics via sysfs
` [PATCH v5 08/11] drm/i915: Add dev.i915.perf_event_paranoid sysctl option
` [PATCH v5 09/11] drm/i915: add oa_event_min_timer_exponent sysctl
` [PATCH v5 10/11] drm/i915: Add more Haswell OA metric sets
` [PATCH v5 11/11] drm/i915: Add a kerneldoc summary for i915_perf.c
[Intel-gfx] [PATCH v5 01/11] drm/i915: Add i915 perf infrastructure
2016-10-07 17:10 UTC (3+ messages)
` [PATCH] "
[PATCH] drm/i915/guc: Sanitory checks for platform that dont have GuC
2016-10-07 16:39 UTC (4+ messages)
[PATCH] drm/i915/gen9: fix DDB partitioning for multi-screen cases
2016-10-07 15:31 UTC (2+ messages)
[PATCH] drm/i915: Defer disabling output polling until after we cancel hpd work
2016-10-07 14:40 UTC
xrandr fails after resume from hibernation in kernels 4.7.4 and 4.8.0
2016-10-07 13:38 UTC
[PATCH i-g-t] tests/kms_plane_multiple: CRC based atomic correctness test
2016-10-07 11:45 UTC
[PATCH i-g-t 1/5] tests: Use bash for debugfs_wedged and drm_lib.sh
2016-10-07 10:06 UTC (7+ messages)
` [PATCH i-g-t 2/5] tests: Leave basic breadcrumbs in dmesg for shell script based tests
[PATCH i-g-t 1/3] tools: intel_aubdump: avoid initializing multiple times
2016-10-07 10:00 UTC (5+ messages)
` [PATCH v4 i-g-t 3/3] aubdump: add --command option to stream aubdump to another program
` [PATCH v2 i-g-t] tools: intel_aubdump: pass configuration through file descriptor
[PATCH] tests/igt: dmesg noise is a kernel failure
2016-10-07 8:43 UTC (4+ messages)
[CI 1/4] drm/i915: Distinguish last emitted request from last submitted request
2016-10-07 8:35 UTC (6+ messages)
` [CI 2/4] drm/i915: Force relocations via cpu if we run out of idle aperture
` [CI 3/4] drm/i915: Reset the breadcrumbs IRQ more carefully
` [CI 4/4] drm/i915/guc: Unwind GuC workqueue reservation if request construction fails
` ✗ Fi.CI.BAT: warning for series starting with [CI,1/4] drm/i915: Distinguish last emitted request from last submitted request
[PATCH v2 0/9] Broxton ddi phy refactoring
2016-10-07 8:35 UTC (6+ messages)
` [PATCH v2 2/9] drm/i915: Explicitly map broxton DPIO power wells to phys
` [PATCH v2 6/9] drm/i915: Move broxton vswing sequence to intel_dpio_phy.c
` ✗ Fi.CI.BAT: warning for Broxton ddi phy refactoring (rev2)
` ✗ Fi.CI.BAT: warning for Broxton ddi phy refactoring (rev3)
[PATCH v2 9/9] drm/i915: Address broxton phy registers based on phy and channel number
2016-10-07 7:28 UTC (2+ messages)
` [PATCH v3 "
[PATCH 0/8] HuC Loading Patches
2016-10-07 7:11 UTC (5+ messages)
` [PATCH 7/8] drm/i915/get_params: Add GuC status to getparams
[PATCH 00/22] .rodata diet
2016-10-07 7:09 UTC (11+ messages)
` [PATCH 03/22] drm/i915: Shrink per-platform watermark configuration
[PATCH] tests/igt: dmesg noise is a kernel failure
2016-10-07 7:02 UTC (4+ messages)
` [Intel-gfx] "
[PATCH] drm/i915: Reset the breadcrumbs IRQ more carefully
2016-10-07 6:36 UTC (3+ messages)
` [PATCH v2] "
[PATCH] drm/i915: Address broxton phy registers based on phy and channel number
2016-10-07 5:10 UTC
[PATCH] drm/i915: Don't try to handle GuC when GuC is not supported
2016-10-06 20:56 UTC (7+ messages)
[PATCH 1/3] Revert "Skip intel_crt_init for Dell XPS 8700"
2016-10-06 18:38 UTC (3+ messages)
[PATCH 1/2] drm/i915: Move down skl/kbl ddi iboost and n_edp_entires fixup
2016-10-06 18:20 UTC (2+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915: Move down skl/kbl ddi iboost and n_edp_entires fixup (rev2)
[PATCH] i915/GuC: Make GuC loads default
2016-10-06 18:08 UTC (4+ messages)
[PATCH 2/2] drm/i915: KBL - Recommended buffer translation programming for DisplayPort
2016-10-06 17:54 UTC (2+ messages)
` [PATCH] "
[PATCH] drm/i915: Reset the breadcrumbs IRQ more carefully
2016-10-06 16:50 UTC (2+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: Reset the breadcrumbs IRQ more carefully (rev2)
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