Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-24 20:41:28 to 2016-08-28 20:46:35 UTC [more...]

Explicit fencing + nonblocking execbuf
 2016-08-28 20:46 UTC  (4+ messages)
` [PATCH 01/17] drm/i915: Add a sw fence for collecting up dma fences
` [PATCH 02/17] drm/i915: Only queue requests during execlists submission
` [PATCH 03/17] drm/i915: Record the position of the workarounds in the tail of the request

[PATCH] dma-buf: Do a fast lockless check for poll with timeout=0
 2016-08-28 20:33 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/2] drm/i915/opregion: proper handling of DIDL and CADL
 2016-08-27 20:51 UTC  (8+ messages)
` [PATCH 1/2] drm/i915: make i915 the source of acpi device ids for _DOD
` [PATCH 2/2] drm/i915/opregion: update cadl based on actually active outputs
` ✗ Fi.CI.BAT: warning for drm/i915/opregion: proper handling of DIDL and CADL

[PATCH] drm/i915/dp: add lane_count check in intel_dp_check_link_status
 2016-08-27 14:19 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

Display problems after upgrade to X v1.18.3
 2016-08-27 10:58 UTC  (5+ messages)

Execbuf fixes and major tuning
 2016-08-27  9:12 UTC  (13+ messages)
` [PATCH 03/17] drm/i915: Allow the user to pass a context to any ring
` [PATCH 07/17] drm/i915: Use the precomputed value for whether to enable command parsing
` [PATCH 08/17] drm/i915: Drop spinlocks around adding to the client request list
` ✗ Fi.CI.BAT: warning for series starting with [01/17] drm/i915: Skip holding an object reference for execbuf preparation (rev2)

[CI 1/2] drm/i915: Tidy reporting busy status during i915_gem_retire_requests()
 2016-08-27  8:21 UTC  (3+ messages)
` [CI 2/2] drm/i915: Make for_each_engine_masked() more compact and quicker
` ✗ Fi.CI.BAT: warning for series starting with [CI,1/2] drm/i915: Tidy reporting busy status during i915_gem_retire_requests()

[PATCH v3 1/4] drm/i915: Store port enum in intel_encoder
 2016-08-26 23:50 UTC  (4+ messages)
` [PATCH v4 0/4] Prep. for DP audio MST support
  ` [PATCH v4 1/4] drm/i915: Store port enum in intel_encoder

[PATCH] drm/i915/skl: Don't try to update plane watermarks if they haven't changed
 2016-08-26 23:25 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2] drm/i915: don't track relative-constants-mode
 2016-08-26 19:55 UTC  (2+ messages)

[PATCH] drm/i915: don't track relative-constants-mode
 2016-08-26 19:36 UTC  (4+ messages)

[PATCH v5 0/4] Reclassify messages from GuC loader/submission
 2016-08-26 18:50 UTC  (7+ messages)
` [PATCH v5 1/4] drm: two more (drm_)printk() wrapper macros
` [PATCH v5 2/4] drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()
` [PATCH v5 3/4] drm/i915/guc: revisit GuC loader message levels
` [PATCH v5 4/4] NOMERGE: next version of GuC firmware is 8.11
` ✗ Fi.CI.BAT: warning for Reclassify messages from GuC loader/submission (rev5)

[PATCH v4 0/5] drm/i915/guc: use symbolic names for module parameter values
 2016-08-26 18:20 UTC  (7+ messages)
` [PATCH v4 1/5] drm/i915/guc: symbolic names for GuC submission preferences
` [PATCH v4 2/5] drm/i915/guc: symbolic names for GuC firmare loading preferences
` [PATCH v4 3/5] drm/i915/guc: symbolic name for GuC log-level none
` [PATCH v4 4/5] drm/i915/guc: use symbolic names in setting defaults for module parameters
` [PATCH v4 5/5] drm/i915/guc: ignore unrecognised loading & submission options
` ✓ Fi.CI.BAT: success for drm/i915/guc: use symbolic names for module parameter values (rev4)

[PATCH] drm/i915: Add GEN7_PCODE_MIN_FREQ_TABLE_GT_RATIO_OUT_OF_RANGE to SNB
 2016-08-26 17:11 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

Shortest path to EGL_ANDRIOD_native_sync
 2016-08-26 16:20 UTC  (47+ messages)
` [PATCH 01/13] drm/i915: Add a sw fence for collecting up dma fences
` [PATCH 02/13] drm/i915: Only queue requests during execlists submission
` [PATCH 03/13] drm/i915: Record the position of the workarounds in the tail of the request
` [PATCH 04/13] drm/i915: Compute the ELSP register location once
` [PATCH 05/13] drm/i915: Reorder submitting the requests to ELSP
` [PATCH 06/13] drm/i915: Simplify ELSP queue request tracking
` [PATCH 07/13] drm/i915: Update reset path to fix incomplete requests
` [PATCH 08/13] drm/i915: Drive request submission through fence callbacks
` [PATCH 09/13] drm/i915: Move execbuf object synchronisation to i915_gem_execbuffer
` [PATCH 10/13] drm/i915: Nonblocking request submission
` [PATCH 11/13] drm/i915: Serialise execbuf operation after a dma-buf reservation object
` [PATCH 12/13] drm/i915: Enable userspace to opt-out of implicit fencing
` [PATCH 13/13] drm/i915: Support explicit fencing for execbuf
` [PATCH libdrm 14/15] intel: Allow the client to control implicit synchronisation
` [PATCH libdrm 15/15] intel: Support passing of explicit fencing from execbuf
` [PATCH 16/21] i965: Add explicit fence tracking to batch flush
` [PATCH 17/21] i965: Split intel_syncobject into vfuncs
` [PATCH 18/21] i965: Add fd-fence backend to intel_syncobject
` [PATCH 19/21] rfc! i965: Add intel_screen::has_fence_fd
` [PATCH 20/21] i965: Implement EGL_ANDROID_native_fence_sync support for DRI2_FENCE
` [PATCH 21/21] i965: Disable implicit sync when using EGL_ANDROID_native_fence_sync

[PATCH v4 0/4] Enable lspcon support for GEN9 devices
 2016-08-26 14:54 UTC  (3+ messages)

[maintainer-tools PATCH] dim: add kernel version tag to cc: stable and fixes
 2016-08-26 13:12 UTC 

Skylake graphics regression: projector failure with 4.8-rc3
 2016-08-26 13:11 UTC  (2+ messages)

S4 resume breakage with i915 driver
 2016-08-26 12:54 UTC  (13+ messages)

[PATCH 1/2] drm/i915: Fix intel_display_crc_init for !DEBUGFS
 2016-08-26 12:19 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Add missing parameter to intel_dp_set_drrs_state documentation
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Fix intel_display_crc_init for !DEBUGFS

PRIME fencing and friends, CI friendly batch
 2016-08-26 12:11 UTC  (15+ messages)
` [PATCH v2 01/13] drm/i915: Add a sw fence for collecting up dma fences
` [PATCH v2 02/13] drm/i915: Only queue requests during execlists submission
` [PATCH v2 03/13] drm/i915: Record the position of the workarounds in the tail of the request
` [PATCH v2 04/13] drm/i915: Compute the ELSP register location once
` [PATCH v2 05/13] drm/i915: Reorder submitting the requests to ELSP
` [PATCH v2 06/13] drm/i915: Simplify ELSP queue request tracking
` [PATCH v2 07/13] drm/i915: Update reset path to fix incomplete requests
` [PATCH v2 08/13] drm/i915: Drive request submission through fence callbacks
` [PATCH v2 09/13] drm/i915: Move execbuf object synchronisation to i915_gem_execbuffer
` [PATCH v2 10/13] drm/i915: Nonblocking request submission
` [PATCH v2 11/13] drm/i915: Serialise execbuf operation after a dma-buf reservation object
` [PATCH v2 12/13] drm/i915: Enable userspace to opt-out of implicit fencing
` [PATCH v2 13/13] drm/i915: Support explicit fencing for execbuf

[PATCH] drm/i915/debugfs: Add panel delays for eDP
 2016-08-26  7:57 UTC  (2+ messages)

[PATCH] drm/i915: Add a debugfs file to dump complete context
 2016-08-26  7:53 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 1/9] drm: Extract drm_encoder.[hc]
 2016-08-26  3:16 UTC  (19+ messages)
` [PATCH 2/9] drm/doc: Polish kerneldoc for encoders
` [PATCH 3/9] drm: Extract drm_mode_object.[hc]
` [PATCH 4/9] drm: Remove drm_mode_object->atomic_count
` [PATCH 5/9] drm/doc: Polish docs for drm_mode_object
` [PATCH 6/9] drm: move drm_mode_legacy_fb_format to drm_fourcc.c
` [PATCH 7/9] drm: Extract drm_property.[hc]
` [PATCH 8/9] drm: Unify handling of blob and object properties

[PATCH] drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmaps
 2016-08-25 21:58 UTC  (11+ messages)
` [PATCH] i965: Embrace "unlimited" GTT mmap support
  ` [Mesa-dev] "
  ` [Intel-gfx] [PATCH] drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmaps
      ` [PATCH v2] "

[PATCH 0/6] drm/i915: Remaining PSR fixes
 2016-08-25 21:39 UTC  (5+ messages)
` [PATCH 3/6] drm/i915: Check PSR setup time vs. vblank length
  ` [Intel-gfx] "

[PATCH] drm/i915: remove leftover for_each_intel_crtc_masked
 2016-08-25 12:50 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/2] drm/i915/backlight: handle enabled but zero duty cycle at module load
 2016-08-25 11:29 UTC  (4+ messages)
` [PATCH] drm/i915: Fix botched merge that downgrades CSR versions

[PATCH v2 1/2] drm/i915: Flush to GTT domain all GGTT bound objects after hibernation
 2016-08-25 11:24 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915: Shrink objects prior to hibernation
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915: Flush to GTT domain all GGTT bound objects after hibernation

[CI] drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmaps
 2016-08-25 10:11 UTC 

I want to use VA-API to support new platform, I want know something about Intel implementation
 2016-08-25  9:23 UTC 

[PATCH] drm/i915: Restore lost "Initialized i915" welcome message
 2016-08-25  8:32 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PULL] drm-intel-fixes
 2016-08-25  8:13 UTC 

[CI] Revert "drm/i915/fbc: Allow on unfenced surfaces, for recent gen"
 2016-08-25  7:01 UTC  (4+ messages)

[PATCH v1 00/13] Implement sw_sync test
 2016-08-25  6:56 UTC  (4+ messages)

[PATCH 13/17] drm/i915: Eliminate lots of iterations over the execobjects array
 2016-08-25  6:03 UTC  (2+ messages)
` [PATCH v2] "

Add support for GuC-based SLPC
 2016-08-25  4:53 UTC  (8+ messages)
` drm/i915/slpc: Update freq min/max softlimits

i915 / Intel HD Graphics on Celeron N3050 - Full screen window fails ocassionally
 2016-08-25  0:06 UTC 

[PATCH v2] drm/i915/dp: Switch to using the DRM function for reading DP link status
 2016-08-24 21:02 UTC  (2+ messages)

[PATCH v2 0/13] Implement sw_sync test
 2016-08-24 20:41 UTC  (14+ messages)
` [PATCH v2 1/13] lib/sw_sync: Add helper functions for managing synchronization primitives
` [PATCH v2 2/13] tests/sw_sync: Add sw_sync test
` [PATCH v2 3/13] tests/sw_sync: Add subtest test_alloc_fence
` [PATCH v2 4/13] tests/sw_sync: Add subtest test_alloc_fence_invalid_timeline
` [PATCH v2 5/13] tests/sw_sync: Add subtest test_alloc_merge_fence
` [PATCH v2 6/13] tests/sw_sync: Add subtest test_sync_wait
` [PATCH v2 7/13] tests/sw_sync: Add subtest test_sync_merge
` [PATCH v2 8/13] tests/sw_sync: Add subtest test_sync_merge_same
` [PATCH v2 9/13] tests/sw_sync: Add subtest test_sync_multi_consumer
` [PATCH v2 10/13] tests/sw_sync: Add subtest test_sync_multi_consumer_producer
` [PATCH v2 11/13] tests/sw_sync: Add subtest test_sync_random_merge
` [PATCH v2 12/13] tests/sw_sync: Add subtest test_sync_multi_timeline_wait
` [PATCH v2 13/13] tests/sw_sync: Add subtest test_sync_multi_producer_single_consumer


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox