messages from 2017-04-19 09:41:52 to 2017-04-21 20:07:52 UTC [more...]
[PATCH v6 13/20] drm/i915/guc: Provide register list to be saved/restored during engine reset
2017-04-21 20:07 UTC (5+ messages)
[PATCH 00/15] drm/i915: Two stage watermarks for g4x
2017-04-21 18:36 UTC (17+ messages)
` [PATCH 01/15] drm/i915: s/vlv_plane_wm_compute/vlv_raw_plane_wm_compute/ etc
` [PATCH 02/15] drm/i915: Drop the debug message from vlv_get_fifo_size()
` [PATCH 03/15] drm/i915: s/vlv_num_wm_levels/intel_wm_num_levels/
` [PATCH 04/15] drm/i915: Rename bunch of vlv_ watermark structures to g4x_
` [PATCH 05/15] drm/i915: Make vlv/chv watermark debug print less cryptic
` [PATCH 06/15] drm/i915: Document CxSR
` [PATCH 07/15] drm/i915: Fix cursor 'cpp' in watermark calculatins for old platforms
` [PATCH 08/15] drm/i915: Fix the g4x watermark TLB miss workaround
` [PATCH 09/15] drm/i915: Refactor the g4x TLB miss w/a to a helper
` [PATCH 10/15] drm/i915: Refactor wm calculations
` [PATCH 11/15] drm/i915: Apply the g4x TLB miss w/a to SR watermarks as well
` [PATCH 12/15] drm/i915: Two stage watermarks for g4x
` [PATCH 13/15] drm/i915: Enable HPLL watermarks on g4x
` [PATCH 14/15] drm/i915: Add g4x watermark tracepoint
` [PATCH 15/15] drm/i915: Add support for sprites on g4x
` ✓ Fi.CI.BAT: success for drm/i915: Two stage watermarks for g4x
[PULL] drm-misc-next-fixes
2017-04-21 18:10 UTC (4+ messages)
[PATCH] tests/pm_sseu: Re-enable the test
2017-04-21 15:59 UTC (2+ messages)
[PATCH] drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio
2017-04-21 15:42 UTC (6+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmio (rev2)
[PATCH i-g-t 1/2] benchmarks/gem_wsim: Command submission workload simulator
2017-04-21 15:21 UTC (11+ messages)
` [PATCH i-g-t v4] "
` [PATCH i-g-t v5] "
[PATCH v8 1/2] ACPI / bus: Introduce a list of ids for "always present" devices
2017-04-21 11:43 UTC (4+ messages)
` [PATCH v8 2/2] ACPI / bus: Add INT0002 to list of always-present devices
[PATCH v7 1/2] ACPI / bus: Introduce a list of ids for "always present" devices
2017-04-21 10:50 UTC (8+ messages)
` [PATCH v7 2/2] ACPI / bus: Add INT0002 to list of always-present devices
[CI] drm/i915: Stop touching hangcheck.seqno from intel_engine_init_global_seqno()
2017-04-21 9:00 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 1/2] drm/i915: Stop touching hangcheck.seqno from intel_engine_init_global_seqno()
2017-04-21 8:36 UTC (6+ messages)
` [PATCH 2/2] drm/i915: Reset hangcheck timeouts upon idling
[PATCH v7 0/4] Adding driver-private objects to atomic state
2017-04-21 6:12 UTC (6+ messages)
` [PATCH v7 1/4] drm: Add "
` [PATCH v7 2/4] drm/dp: Introduce MST topology state to track available link bandwidth
` [PATCH v7 3/4] drm/dp: Add DP MST helpers to atomically find and release vcpi slots
` [PATCH v7 4/4] drm/dp: Track MST link bandwidth
` ✓ Fi.CI.BAT: success for Adding driver-private objects to atomic state
linux-next: build failure after merge of the drm-misc tree
2017-04-21 5:03 UTC (2+ messages)
[PATCH RFC] drm: i915: Don't try detecting sinks on ports already in use
2017-04-21 0:54 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH v6 00/20] Gen8+ engine-reset
2017-04-21 0:17 UTC (20+ messages)
` [PATCH v6 05/20] drm/i915/tdr: Add support for per engine reset recovery
` [PATCH v6 14/20] drm/i915/guc: Add support for reset engine using GuC commands
` [PATCH v6 16/20] drm/i915: Watchdog timeout: IRQ handler for gen8+
` [PATCH v6 18/20] drm/i915: Watchdog timeout: DRM kernel interface to set the timeout
[PATCH RESEND] drm/i915: Fix pipe/transcoder enum mismatches
2017-04-20 22:15 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
freedesktop bug id: 100548, bisected to sched/clock commit
2017-04-20 19:36 UTC (12+ messages)
Confluence of eb + timeline improvements
2017-04-20 14:58 UTC (42+ messages)
` [PATCH 01/27] drm/i915/selftests: Allocate inode/file dynamically
` [PATCH 02/27] drm/i915: Mark CPU cache as dirty on every transition for CPU writes
` [PATCH 06/27] drm/i915: Redefine ptr_pack_bits() and friends
` [PATCH 07/27] drm/i915: Squash repeated awaits on the same fence
` [PATCH 08/27] drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]
` [PATCH 09/27] drm/i915: Confirm the request is still active before adding it to the await
` [PATCH 10/27] drm/i915: Do not record a successful syncpoint for a dma-await
` [PATCH 11/27] drm/i915: Switch the global i915.semaphores check to a local predicate
` [PATCH 12/27] drm/i915: Only report a wakeup if the waiter was truly asleep
` [PATCH 13/27] drm/i915/execlists: Pack the count into the low bits of the port.request
` [PATCH 14/27] drm/i915: Don't mark an execlists context-switch when idle
` [PATCH 15/27] drm/i915: Split execlist priority queue into rbtree + linked list
` [PATCH 16/27] drm/i915: Reinstate reservation_object zapping for batch_pool objects
` [PATCH 17/27] drm/i915: Amalgamate execbuffer parameter structures
` [PATCH 18/27] drm/i915: Use vma->exec_entry as our double-entry placeholder
` [PATCH 19/27] drm/i915: Split vma exec_link/evict_link
` [PATCH 20/27] drm/i915: Store a direct lookup from object handle to vma
` [PATCH 21/27] drm/i915: Pass vma to relocate entry
` [PATCH 22/27] drm/i915: Eliminate lots of iterations over the execobjects array
` [PATCH 23/27] drm/i915: First try the previous execbuffer location
` [PATCH 24/27] drm/i915: Wait upon userptr get-user-pages within execbuffer
` [PATCH 25/27] drm/i915: Allow execbuffer to use the first object as the batch
` [PATCH 26/27] drm/i915: Async GPU relocation processing
` [PATCH 27/27] drm/i915/scheduler: Support user-defined priorities
` ✗ Fi.CI.BAT: failure for series starting with [01/27] drm/i915/selftests: Allocate inode/file dynamically
[PATCH v3] drm: Add DPCD definitions for DP 1.4 DSC feature
2017-04-20 14:47 UTC (3+ messages)
` [PATCH v4] "
[PATCH] drm/i915: Use discardable buffers for rings
2017-04-20 11:33 UTC (4+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH i-g-t 00/13] Fix IGTs for Android
2017-04-20 10:33 UTC (22+ messages)
` [PATCH i-g-t 01/13] tests/drm_import_export: Include {i915_, }drm.h properly
` [PATCH i-g-t 02/13] Make conditions on HAVE_UDEV consistent
` [PATCH i-g-t 03/13] lib/igt_aux: Include unistd.h for gettid() on Android
` [PATCH i-g-t 04/13] lib/igt_aux: Make procps optional
` [PATCH i-g-t v2] "
` [PATCH i-g-t 05/13] chamelium: Fix build issues on Android
` [PATCH i-g-t 06/13] tools/Android.mk: Add guc_logger and l3_parity skip list
` [PATCH i-g-t 07/13] tests/Android.mk: Add perf to "
` [PATCH i-g-t 08/13] benchmarks/Android.mk: Add gem_latency "
` [PATCH i-g-t 09/13] Android.mk: Fix libkmod use
` [PATCH i-g-t 10/13] Android.mk: Filter out *.h from src files
` [PATCH i-g-t 11/13] Android.mk: Use drm stubs
` [PATCH i-g-t 12/13] tools/Android.mk: Fix zlib inclusion
` [PATCH i-g-t 13/13] tests/gem_exec_nop: Disable headless subtest on cairoless Android
[i-g-t PATCH v4 1/2] lib/igt_kms: Add support for 4K and audio HDMI EDID injection
2017-04-20 9:39 UTC (3+ messages)
[PATCH v4 0/9] drm/i915: Convert connector properties to atomic
2017-04-20 8:28 UTC (9+ messages)
` [PATCH v4 2/9] drm/i915: Add plumbing for digital connector state, v2
` [PATCH v4 6/9] drm/i915: Convert intel_dp properties to atomic
` [PATCH v4 9/9] drm/i915: Convert intel_sdvo connector "
[i-g-t PATCH 1/4] lib/igt_core: Add igt_exec helpers
2017-04-20 8:13 UTC (4+ messages)
` [i-g-t PATCH 2/4] igt/igt_core: Provide an option to check for the log buffer contents
` [i-g-t PATCH 3/4] lib/igt_debugfs: Add helper to return path to device
` [i-g-t PATCH 4/4] Convert shell script tests to C version
[PATCH v2] dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
2017-04-20 8:09 UTC (7+ messages)
` ✓ Fi.CI.BAT: success for dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro (rev2)
` [Intel-gfx] [PATCH v2] dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
[PATCH 0/2] drm/i915/scheduler: add gvt force-single-submission and notification for guc
2017-04-20 7:21 UTC (11+ messages)
` [PATCH 1/4] drm/i915: refactor gvt force-single-submission
` [PATCH 2/4] drm/i915: refactor gvt context notification
` [PATCH 3/4] drm/i915/scheduler: add gvt force-single-submission for guc
` [PATCH 4/4] drm/i915/scheduler: add gvt notification "
` ✗ Fi.CI.BAT: failure for drm/i915/scheduler: add gvt force-single-submission and notification for guc (rev4)
` ✓ Fi.CI.BAT: success "
[GIT PULL] GVT-g next fixes for 4.12
2017-04-20 6:00 UTC (2+ messages)
` [RESEND][GIT "
[PATCH v6 1/3] ACPI / bus: Introduce a list of ids for "always present" devices
2017-04-19 19:55 UTC (6+ messages)
[PATCH] dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
2017-04-19 16:53 UTC (2+ messages)
[PATCH 00/11] HDMI YCBCR output handling in DRM layer
2017-04-19 16:04 UTC (13+ messages)
` [PATCH 04/11] drm: parse ycbcr420 vcb block
` [PATCH 06/11] drm: create hdmi output property
` [PATCH 07/11] drm: set output colorspace in AVI infoframe
` [PATCH 01/11] drm: Add HDMI 2.0 VIC support for AVI info-frames
[PATCH v4 1/9] drm/atomic: Handle aspect ratio and scaling mode in core
2017-04-19 15:43 UTC (3+ messages)
` [PATCH v4.1 01/9] drm/atomic: Handle aspect ratio and scaling mode in core, v2
[PATCH] drm: i915: Avoid format string expansion from engine names
2017-04-19 12:51 UTC (2+ messages)
[PATCH igt] tests/gem_spin_batch: Add multiengine test
2017-04-19 12:41 UTC (3+ messages)
[PATCH] drm/i915: Fix GCC 4.4 build issue with __intel_wait_for_register_fw
2017-04-19 11:31 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Fix GCC 4.4 build issue with __intel_wait_for_register_fw (rev2)
[PATCH i-g-t] tests/meta_test: Add a meta test for sanity checks of CI systems
2017-04-19 10:13 UTC (4+ messages)
` [PATCH i-g-t v2] "
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