intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 11:48:44 to 2020-08-21 07:01:58 UTC [more...]

[Intel-gfx] [PATCH 03/25] dma-buf.rst: Document why idenfinite fences are a bad idea
 2020-08-21  7:01 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/2] dma-buf.rst: Document why indefinite "
  ` [Intel-gfx] [PATCH 2/2] drm/virtio: Remove open-coded commit-tail function

[Intel-gfx] [RFC v2 00/20] drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915
 2020-08-21  5:16 UTC  (25+ messages)
` [Intel-gfx] [RFC v2 01/20] drm/nouveau/kms: Fix some indenting in nouveau_dp_detect()
` [Intel-gfx] [RFC v2 02/20] drm/nouveau/kms/nv50-: Remove open-coded drm_dp_read_desc()
` [Intel-gfx] [RFC v2 03/20] drm/nouveau/kms/nv50-: Just use drm_dp_dpcd_read() in nouveau_dp.c
` [Intel-gfx] [RFC v2 04/20] drm/nouveau/kms/nv50-: Use macros for DP registers "
` [Intel-gfx] [RFC v2 05/20] drm/nouveau/kms: Don't clear DP_MST_CTRL DPCD in nv50_mstm_new()
` [Intel-gfx] [RFC v2 06/20] drm/nouveau/kms: Search for encoders' connectors properly
` [Intel-gfx] [RFC v2 07/20] drm/nouveau/kms/nv50-: Use drm_dp_dpcd_(readb|writeb)() in nv50_sor_disable()
` [Intel-gfx] [RFC v2 08/20] drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handling
` [Intel-gfx] [RFC v2 09/20] drm/i915/dp: Extract drm_dp_has_mst()
` [Intel-gfx] [RFC v2 10/20] drm/nouveau/kms: Use new drm_dp_has_mst() helper for checking MST caps
` [Intel-gfx] [RFC v2 11/20] drm/nouveau/kms: Move drm_dp_cec_unset_edid() into nouveau_connector_detect()
` [Intel-gfx] [RFC v2 12/20] drm/nouveau/kms: Only use hpd_work for reprobing in HPD paths
` [Intel-gfx] [RFC v2 13/20] drm/i915/dp: Extract drm_dp_downstream_read_info()
` [Intel-gfx] [RFC v2 14/20] drm/nouveau/kms/nv50-: Use downstream DP clock limits for mode validation
` [Intel-gfx] [RFC v2 15/20] drm/i915/dp: Extract drm_dp_has_sink_count()
` [Intel-gfx] [RFC v2 16/20] drm/i915/dp: Extract drm_dp_get_sink_count()
` [Intel-gfx] [RFC v2 17/20] drm/nouveau/kms/nv50-: Add support for DP_SINK_COUNT
` [Intel-gfx] [RFC v2 18/20] drm/nouveau/kms: Don't change EDID when it hasn't actually changed
` [Intel-gfx] [RFC v2 19/20] drm/i915/dp: Extract drm_dp_read_dpcd_caps()
` [Intel-gfx] [RFC v2 20/20] drm/nouveau/kms: Start using drm_dp_read_dpcd_caps()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915 (rev4)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 0/4] Allow privileged user to map the OA buffer
 2020-08-21  3:20 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/perf: Ensure observation logic is not clock gated
` [Intel-gfx] [PATCH 2/4] drm/i915/perf: Whitelist OA report trigger registers
` [Intel-gfx] [PATCH 3/4] drm/i915/perf: Whitelist OA counter and buffer registers
` [Intel-gfx] [PATCH 4/4] drm/i915/perf: Map OA buffer to user space for gen12 performance query
` [Intel-gfx] ✓ Fi.CI.BAT: success for Allow privileged user to map the OA buffer
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915: Compute has_drrs after compute has_psr
 2020-08-21  2:17 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/drrs: Disable DRRS when needed in fastsets
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Compute has_drrs after compute has_psr
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Break up error capture compression loops with cond_resched()
 2020-08-21  0:13 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC 00/20] drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915
 2020-08-20 22:37 UTC  (16+ messages)
` [Intel-gfx] [RFC 09/20] drm/i915/dp: Extract drm_dp_has_mst()
` [Intel-gfx] [RFC 13/20] drm/i915/dp: Extract drm_dp_downstream_read_info()
` [Intel-gfx] [RFC 15/20] drm/i915/dp: Extract drm_dp_has_sink_count()
` [Intel-gfx] [RFC 16/20] drm/i915/dp: Extract drm_dp_get_sink_count()
` [Intel-gfx] [RFC 19/20] drm/i915/dp: Extract drm_dp_read_dpcd_caps()

[Intel-gfx] [PATCH i-g-t 1/4] i915/perf: 32bit printf cleanup
 2020-08-20 21:45 UTC  (5+ messages)
` [Intel-gfx] [PATCH i-g-t 2/4] i915/gem_exec_fence: Cleanup 32bit printfs
` [Intel-gfx] [PATCH i-g-t 3/4] i915/bb: "
` [Intel-gfx] [PATCH i-g-t 4/4] i915/gem_exec_alignment: 32b printf cleanups

[Intel-gfx] [PATCH 0/2] drm/i915/guc: Update to GuC v45
 2020-08-20 21:29 UTC  (5+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/guc: Update to GuC v45.0.0

[Intel-gfx] [PATCH v6] Add support for KeemBay DRM driver
 2020-08-20 20:10 UTC  (4+ messages)
` [Intel-gfx] [PATCH v6] drm/kmb: Add support for KeemBay Display

[Intel-gfx] 5.9-rc1: graphics regression moved from -next to mainline
 2020-08-20 16:16 UTC  (8+ messages)

[Intel-gfx] [PATCH i-g-t v3 00/19] tests/core_hotunplug: Fixes and enhancements
 2020-08-20 14:52 UTC  (20+ messages)
` [Intel-gfx] [PATCH i-g-t v3 01/19] tests/core_hotunplug: Use igt_assert_fd()
` [Intel-gfx] [PATCH i-g-t v3 02/19] tests/core_hotunplug: Constify dev_bus_addr string
` [Intel-gfx] [PATCH i-g-t v3 03/19] tests/core_hotunplug: Clean up device open error handling
` [Intel-gfx] [PATCH i-g-t v3 04/19] tests/core_hotunplug: Consolidate duplicated debug messages
` [Intel-gfx] [PATCH i-g-t v3 05/19] tests/core_hotunplug: Assert successful device filter application
` [Intel-gfx] [PATCH i-g-t v3 06/19] tests/core_hotunplug: Maintain a single data structure instance
` [Intel-gfx] [PATCH i-g-t v3 07/19] tests/core_hotunplug: Pass errors via a data structure field
` [Intel-gfx] [PATCH i-g-t v3 08/19] tests/core_hotunplug: Handle device close errors
` [Intel-gfx] [PATCH i-g-t v3 09/19] tests/core_hotunplug: Prepare invariant data once per test run
` [Intel-gfx] [PATCH i-g-t v3 10/19] tests/core_hotunplug: Skip selectively on sysfs close errors
` [Intel-gfx] [PATCH i-g-t v3 11/19] tests/core_hotunplug: Recover from subtest failures
` [Intel-gfx] [PATCH i-g-t v3 12/19] tests/core_hotunplug: Fail subtests on device close errors
` [Intel-gfx] [PATCH i-g-t v3 13/19] tests/core_hotunplug: Let the driver time out essential sysfs operations
` [Intel-gfx] [PATCH i-g-t v3 14/19] tests/core_hotunplug: Process return values of "
` [Intel-gfx] [PATCH i-g-t v3 15/19] tests/core_hotunplug: Assert expected device presence/absence
` [Intel-gfx] [PATCH i-g-t v3 16/19] tests/core_hotunplug: Explicitly ignore unused return values
` [Intel-gfx] [PATCH i-g-t v3 17/19] tests/core_hotunplug: More thorough i915 healthcheck and recovery
` [Intel-gfx] [PATCH i-g-t v3 18/19] tests/core_hotunplug: Add 'lateclose before restore' variants
` [Intel-gfx] [PATCH i-g-t v3 19/19] tests/core_hotunplug: Un-blocklist *bind* subtests

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_capture: Check the capture runs in isolation
 2020-08-20 13:36 UTC 

[Intel-gfx] [PATCH] drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supported
 2020-08-20 13:23 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/tgl: Fix stepping WA matching
 2020-08-20 11:26 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 00/24] drm/i915: Correct the locking hierarchy in gem, v2
 2020-08-20 10:53 UTC  (33+ messages)
` [Intel-gfx] [PATCH v2 01/24] Revert "drm/i915/gem: Async GPU relocations only"
` [Intel-gfx] [PATCH v2 02/24] drm/i915: Revert relocation chaining commits
` [Intel-gfx] [PATCH v2 03/24] Revert "drm/i915/gem: Drop relocation slowpath"
` [Intel-gfx] [PATCH v2 04/24] Revert "drm/i915/gem: Split eb_vma into its own allocation"
` [Intel-gfx] [PATCH v2 05/24] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH v2 06/24] drm/i915: Remove locking from i915_gem_object_prepare_read/write
` [Intel-gfx] [PATCH v2 07/24] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH v2 08/24] drm/i915: Use per object locking in execbuf, v12
` [Intel-gfx] [PATCH v2 09/24] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH v2 10/24] drm/i915: Add ww context handling to context_barrier_task
` [Intel-gfx] [PATCH v2 11/24] drm/i915: Nuke arguments to eb_pin_engine
` [Intel-gfx] [PATCH v2 12/24] drm/i915: Pin engine before pinning all objects, v5
` [Intel-gfx] [PATCH v2 13/24] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH v2 14/24] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH v2 15/24] drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2
` [Intel-gfx] [PATCH v2 16/24] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH v2 17/24] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH v2 18/24] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH v2 19/24] drm/i915/selftests: Fix locking inversion in lrc selftest
` [Intel-gfx] [PATCH v2 20/24] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH v2 21/24] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3
` [Intel-gfx] [PATCH v2 22/24] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH v2 23/24] drm/i915: Add ww locking to pin_to_display_plane, v2
` [Intel-gfx] [PATCH v2 24/24] drm/i915: Do not share hwsp across contexts any more
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Correct the locking hierarchy in gem, v2
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
 2020-08-20 10:27 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/display/ehl: Use EHL "
` [Intel-gfx] [PATCH 3/3] drm/i915/ehl: Update voltage swing table
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-intel-fixes
 2020-08-20  9:25 UTC 

[Intel-gfx] [PATCH v4 2/3] kernel/trace: Add TRACING_ALLOW_PRINTK config option
 2020-08-20  9:14 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Replace reloc chain with terminator on error unwind
 2020-08-20  7:37 UTC  (11+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] "
` [Intel-gfx] ✓ Fi.CI.IGT: "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/2] drm/i915/gem: Replace reloc chain with terminator on error unwind (rev2)

[Intel-gfx] [PATCH v8 00/17] drm/i915: Add support for HDCP 1.4 over MST
 2020-08-20  7:24 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add support for HDCP 1.4 over MST (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 2/5] Critical-KlockWork-Fixes-intel_display.c-NullDeref
 2020-08-20  3:24 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/8] Return head pages from find_get_entry and find_lock_entry
 2020-08-20  1:29 UTC  (15+ messages)
` [Intel-gfx] [PATCH 1/8] mm: Factor find_get_swap_page out of mincore_page
` [Intel-gfx] [PATCH 2/8] mm: Use find_get_swap_page in memcontrol
` [Intel-gfx] [PATCH 3/8] mm: Optimise madvise WILLNEED
` [Intel-gfx] [PATCH 4/8] proc: Optimise smaps for shmem entries
` [Intel-gfx] [PATCH 5/8] i915: Use find_lock_page instead of find_lock_entry
` [Intel-gfx] [PATCH 6/8] mm: Convert find_get_entry to return the head page
` [Intel-gfx] [PATCH 7/8] mm: Return head page from find_lock_entry
` [Intel-gfx] [PATCH 8/8] mm: Hoist find_subpage call further up in pagecache_get_page
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Return head pages from find_get_entry and find_lock_entry
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Return head pages from find_get_entry and find_lock_entry (rev2)

[Intel-gfx] [PATCH 3/3] drm/i915/gem: Always test execution status on closing the context
 2020-08-19 23:56 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Initialise outparam for error return from wait_for_register
 2020-08-19 23:43 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Apply Wa_14011264657:gen11+
 2020-08-19 22:53 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Apply Wa_14011264657:gen11+ (rev2)

[Intel-gfx] [PATCH 1/5] Critical-KclockWork-Fixes-intel_atomi.c-PossibleNull
 2020-08-19 22:37 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] Critical-KclockWork-Fixes-intel_atomi.c-PossibleNull
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] [PATCH] fix boolreturn.cocci warnings
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/5] Critical-KclockWork-Fixes-intel_atomi.c-PossibleNull

[Intel-gfx] [PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-19 21:39 UTC  (18+ messages)
` [Intel-gfx] [PATCH] block: "

[Intel-gfx] [PATCH v1] drm/i915/gt: convert tasklets to use new tasklet_setup() API
 2020-08-19 15:04 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [PATCH v8 15/17] drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband message
 2020-08-19 14:31 UTC  (2+ messages)
` [Intel-gfx] [PATCH v8.5] "

[Intel-gfx] [PATCH i-g-t] tests/i915: Treat gen as unsigned for forward compatibility
 2020-08-19 13:36 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/24] drm/i915: Correct the locking hierarchy in gem
 2020-08-19 11:57 UTC  (7+ messages)
` [Intel-gfx] [PATCH 15/24] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 18/24] drm/i915: Convert i915_perf to ww locking as well


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).