Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-30 14:09:44 to 2020-03-31 10:42:48 UTC [more...]

[Intel-gfx] [PATCH 01/23] Revert "drm/i915/gem: Drop relocation slowpath"
 2020-03-31 10:42 UTC  (19+ messages)
` [Intel-gfx] [PATCH 02/23] perf/core: Only copy-to-user after completely unlocking all locks
` [Intel-gfx] [PATCH 03/23] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 04/23] drm/i915: Remove locking from i915_gem_object_prepare_read/write
` [Intel-gfx] [PATCH 05/23] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH 06/23] Revert "drm/i915/gem: Split eb_vma into its own allocation"
` [Intel-gfx] [PATCH 07/23] drm/i915: Use per object locking in execbuf, v7
` [Intel-gfx] [PATCH 08/23] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH 11/23] drm/i915: Pin engine before pinning all objects, v3
` [Intel-gfx] [PATCH 12/23] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 13/23] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 15/23] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH 16/23] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH 17/23] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH 19/23] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH 20/23] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v2
` [Intel-gfx] [PATCH 21/23] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 22/23] drm/i915: Add ww locking to pin_to_display_plane
` [Intel-gfx] [PATCH 23/23] drm/i915: Ensure we hold the pin mutex

[Intel-gfx] [PATCH v2 1/3] drm/i915/dp: Return the right vswing tables
 2020-03-31 10:41 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915/dp/ehl: Update vswing table for HBR and RBR
` [Intel-gfx] [PATCH v2 3/3] drm/i915/tc/icl: Update TC vswing tables
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/3] drm/i915/dp: Return the right "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_balancer: Check for bonding support before exercising
 2020-03-31 10:36 UTC 

[Intel-gfx] [PATCH v2] drm/todo: Add todo to make i915 WARN* calls drm device specific
 2020-03-31 10:32 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/todo: Add todo to make i915 WARN* calls drm device specific (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v3 0/5] Introduce drm scaling filter property
 2020-03-31 10:20 UTC  (12+ messages)
` [Intel-gfx] [PATCH v3 1/5] drm: Introduce plane and CRTC scaling filter properties
` [Intel-gfx] [PATCH v3 2/5] drm/drm-kms.rst: Add plane and CRTC scaling filter property documentation
` [Intel-gfx] [PATCH v3 3/5] drm/i915: Introduce scaling filter related registers and bit fields
` [Intel-gfx] [PATCH v3 4/5] drm/i915/display: Add Nearest-neighbor based integer scaling support
` [Intel-gfx] [PATCH v3 5/5] drm/i915: Enable scaling filter for plane and CRTC
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce drm scaling filter property (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/selftests: Add request throughput measurement to perf
 2020-03-31 10:16 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore

[Intel-gfx] [PATCH v2] drm/i915/hdcp: Update CP as per the kernel internal state
 2020-03-31 10:00 UTC  (4+ messages)
` [Intel-gfx] [CI "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/hdcp: Update CP as per the kernel internal state (rev3)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT mode
 2020-03-31  9:47 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH i-g-t] lib/igt_fb: change comments with fd description
 2020-03-31  9:45 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH i-g-t] tests/kms_plane_alpha_blend: Correct typo in the name and comments of a subtest
 2020-03-31  9:43 UTC  (5+ messages)
` [Intel-gfx] ✗ GitLab.Pipeline: failure for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gt: Include the execlists CCID of each port in the engine dump
 2020-03-31  9:42 UTC 

[Intel-gfx] [PATCH 1/4] drm/i915/selftests: Tidy up an error message for live_error_interrupt
 2020-03-31  9:14 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/execlists: Pause CS flow before reset
` [Intel-gfx] [PATCH 3/4] drm/i915/execlists: Peek at the next submission for error interrupts
` [Intel-gfx] [PATCH 4/4] drm/i915/execlists: Record the active CCID from before reset

[Intel-gfx] [PATCH] drm/i915/execlists: Double check breadcrumb before crying foul
 2020-03-31  8:52 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/execlists: Double check breadcrumb before crying foul (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [RESEND PATCH] drm/i915: do AUD_FREQ_CNTRL state save on all gen9+ platforms
 2020-03-31  8:25 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: do AUD_FREQ_CNTRL state save on all gen9+ platforms (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: check to see if the FPU is available before using it
 2020-03-31  7:34 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/perf: Do not clear pollin for small user read buffers
 2020-03-31  7:34 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/perf: Do not clear pollin for small user read buffers (rev5)

[Intel-gfx] [PULL] gvt-next-fixes
 2020-03-31  7:00 UTC 

[Intel-gfx] [PATCH] drm/i915/gem: Split eb_vma into its own allocation
 2020-03-31  6:47 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/execlists: Explicitly reset both reg and context runtime
 2020-03-31  6:35 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/execlists: Explicitly reset both reg and context runtime (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/perf: Do not clear pollin for small user read buffers
 2020-03-31  5:47 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915: HDCP: fix Ri prime check done during link check
 2020-03-31  5:15 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: HDCP: fix Ri prime check done during link check (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/execlists: Peek at the next submission for error interrupts
 2020-03-31  4:03 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/huc: Add more errors for I915_PARAM_HUC_STATUS
 2020-03-31  3:46 UTC  (7+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] drm/i915/psr: Implement WA 1110
 2020-03-31  3:06 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/psr: Implement WA 1130
` [Intel-gfx] [PATCH 3/3] drm/i915/fbc: Apply WA 529 to all GEN9 platforms
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/psr: Implement WA 1110

[Intel-gfx] [PATCH 1/2] drm/i915: Add a retry counter for hotplug detect retries
 2020-03-31  3:02 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Extend hotplug detect retry on TypeC connectors to 5 seconds
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915: Add a retry counter for hotplug detect retries

[Intel-gfx] [PATCH] drm/i915/uc: Cleanup kerneldoc warnings
 2020-03-31  2:41 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/gem: Utilize rcu iteration of context engines
 2020-03-31  2:09 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/perf: don't read head/tail pointers outside critical section
 2020-03-31  1:40 UTC  (5+ messages)

[Intel-gfx] [PATCH v2 1/2] drm/dp: DRM DP helper for reading Ignore MSA from DPCD
 2020-03-31  0:26 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/dp: Attach and set drm connector VRR property

[Intel-gfx] [PATCH v6 6/7] drm/i915/dp: Register definition for DP compliance register
 2020-03-31  0:22 UTC  (5+ messages)
` [Intel-gfx] [PATCH v7 "

[Intel-gfx] [PATCH v9 00/14] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-03-30 23:40 UTC  (17+ messages)
` [Intel-gfx] [PATCH v9 01/14] video/hdmi: Add Unpack only function for DRM infoframe
` [Intel-gfx] [PATCH v9 02/14] drm/i915/dp: Read out DP SDPs
` [Intel-gfx] [PATCH v9 03/14] drm: Add logging function for DP VSC SDP
` [Intel-gfx] [PATCH v9 04/14] drm/i915: Include HDMI DRM infoframe in the crtc state dump
` [Intel-gfx] [PATCH v9 05/14] drm/i915: Include DP HDR Metadata Infoframe SDP "
` [Intel-gfx] [PATCH v9 06/14] drm/i915: Include DP VSC "
` [Intel-gfx] [PATCH v9 07/14] drm/i915: Program DP SDPs with computed configs
` [Intel-gfx] [PATCH v9 08/14] drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
` [Intel-gfx] [PATCH v9 09/14] drm/i915: Add state readout for DP VSC SDP
` [Intel-gfx] [PATCH v9 10/14] drm/i915: Fix enabled infoframe states of lspcon
` [Intel-gfx] [PATCH v9 11/14] drm/i915: Program DP SDPs on pipe updates
` [Intel-gfx] [PATCH v9 12/14] drm/i915: Stop sending DP SDPs on ddi disable
` [Intel-gfx] [PATCH v9 13/14] drm/i915/dp: Add compute routine for DP PSR VSC SDP
` [Intel-gfx] [PATCH v9 14/14] drm/i915/psr: Use new DP VSC SDP compute routine on PSR
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for In order to readout DP SDPs, refactors the handling of DP SDPs (rev9)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 0/2] A couple of important fixes for i915 on 5.4
 2020-03-30 15:56 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Schedule request retirement when timeline idles

[Intel-gfx] [PATCH v10 00/12] Convert PWM period and duty cycle to u64
 2020-03-30 21:00 UTC  (5+ messages)

[Intel-gfx] [PATCH 01/22] Revert "drm/i915/gem: Drop relocation slowpath"
 2020-03-30 20:37 UTC  (23+ messages)
` [Intel-gfx] [PATCH 02/22] perf/core: Only copy-to-user after completely unlocking all locks. (CI test)
` [Intel-gfx] [PATCH 03/22] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 04/22] drm/i915: Remove locking from i915_gem_object_prepare_read/write
` [Intel-gfx] [PATCH 05/22] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH 06/22] drm/i915: Use per object locking in execbuf, v7
` [Intel-gfx] [PATCH 07/22] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH 08/22] drm/i915: Add ww context handling to context_barrier_task
` [Intel-gfx] [PATCH 09/22] drm/i915: Nuke arguments to eb_pin_engine
` [Intel-gfx] [PATCH 10/22] drm/i915: Pin engine before pinning all objects, v3
` [Intel-gfx] [PATCH 11/22] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 12/22] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 13/22] drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2
` [Intel-gfx] [PATCH 14/22] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH 15/22] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH 16/22] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH 17/22] drm/i915/selftests: Fix locking inversion in lrc selftest
` [Intel-gfx] [PATCH 18/22] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH 19/22] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v2
` [Intel-gfx] [PATCH 20/22] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 21/22] drm/i915: Add ww locking to pin_to_display_plane
` [Intel-gfx] [PATCH 22/22] drm/i915: Ensure we hold the pin mutex
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/22] Revert "drm/i915/gem: Drop relocation slowpath"

[Intel-gfx] [PATCH v3 1/6] drm/i915/tc/tgl: Implement TCCOLD sequences
 2020-03-30 20:27 UTC  (6+ messages)
` [Intel-gfx] [PATCH v3 6/6] drm/i915/dp: Get TC link reference during DP detection

[Intel-gfx] [PATCH] drm/todo: Add todo to make i915 WARN* calls drm device specific
 2020-03-30 19:29 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/dp: Return the right vswing tables
 2020-03-30 19:24 UTC  (3+ messages)

[Intel-gfx] [PATCH v3 0/5] Consider DBuf bandwidth when calculating CDCLK
 2020-03-30 18:16 UTC  (12+ messages)
` [Intel-gfx] [PATCH v3 1/5] drm/i915: Decouple cdclk calculation from modeset checks
` [Intel-gfx] [PATCH v3 2/5] drm/i915: Force recalculate min_cdclk if planes config changed
` [Intel-gfx] [PATCH v3 3/5] drm/i915: Introduce for_each_dbuf_slice_in_mask macro
` [Intel-gfx] [PATCH v3 4/5] drm/i915: Adjust CDCLK accordingly to our DBuf bw needs
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Consider DBuf bandwidth when calculating CDCLK (rev3)

[Intel-gfx] [PATCH 1/3] drm/i915: Allow for different modes of interruptible i915_active_wait
 2020-03-30 17:20 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Check timeout before flush and cond checks
 2020-03-30 16:42 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Check timeout before flush and cond checks (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH v7 00/18] In order to readout DP SDPs, refactors the handling of DP SDPs
 2020-03-30 16:22 UTC  (8+ messages)
` [Intel-gfx] [PATCH v7 05/18] video/hdmi: Add Unpack only function for DRM infoframe

[Intel-gfx] [PATCH] drm/i915/huc: Fix HuC register used in debugfs
 2020-03-30 16:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/execlists: Include priority info in trace_ports
 2020-03-30 15:51 UTC  (2+ messages)

[Intel-gfx] [RFC PATCH v1 03/50] fault-inject: Shrink struct fault_attr
 2019-12-04  7:23 UTC 

[Intel-gfx] rcu_barrier() no longer allowed within mmap_sem?
 2020-03-30 13:30 UTC  (2+ messages)

[Intel-gfx] [RFC PATCH v1 12/50] Treewide: Extirpate prandom_u32_state(rnd) % range
 2019-03-18  6:46 UTC 

[Intel-gfx] Kernel 5.2 to current: possible i915 related problems
 2020-03-30  9:20 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/22] Revert "drm/i915/gem: Drop relocation slowpath"
 2020-03-30 14:09 UTC  (15+ messages)
` [Intel-gfx] [PATCH 07/22] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH 08/22] drm/i915: Add ww context handling to context_barrier_task
` [Intel-gfx] [PATCH 09/22] drm/i915: Nuke arguments to eb_pin_engine
` [Intel-gfx] [PATCH 10/22] drm/i915: Pin engine before pinning all objects, v3
` [Intel-gfx] [PATCH 11/22] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 13/22] drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2
` [Intel-gfx] [PATCH 14/22] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH 15/22] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH 16/22] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH 17/22] drm/i915/selftests: Fix locking inversion in lrc selftest
` [Intel-gfx] [PATCH 18/22] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH 20/22] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 21/22] drm/i915: Add ww locking to pin_to_display_plane
` [Intel-gfx] [PATCH 22/22] drm/i915: Ensure we hold the pin mutex


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