Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-29 12:33:38 to 2020-04-30 20:00:55 UTC [more...]

[Intel-gfx] [PATCH v26 0/9] SAGV support for Gen12+
 2020-04-30 19:56 UTC  (23+ messages)
` [Intel-gfx] [PATCH v26 2/9] drm/i915: Use bw state for per crtc SAGV evaluation
` [Intel-gfx] [PATCH v26 3/9] drm/i915: Track active_pipes in bw_state

[Intel-gfx] [PATCH i-g-t] igt/gem_mmap_offset: Simulate gdb inspecting any mmap using ptrace()
 2020-04-30 19:51 UTC 

[Intel-gfx] [PATCH i-g-t] i915/gem_mmap_gtt: Simulate gdb inspecting a GTT mmap using ptrace()
 2020-04-30 19:41 UTC 

[Intel-gfx] [PATCH] drm/i915: Implement vm_ops->access for gdb access into mmaps
 2020-04-30 19:41 UTC 

[Intel-gfx] [PATCH] drm/i915/pmu: Keep a reference to module while active
 2020-04-30 19:40 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH i-g-t] i915/perf_pmu: Attempt to unload i915 while the PMU is active
 2020-04-30 18:33 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm: Replace drm_modeset_lock/unlock_all with DRM_MODESET_LOCK_ALL_* helpers
 2020-04-30 18:30 UTC  (5+ messages)

[Intel-gfx] [PATCH 1/9] drm/i915/gt: Stop holding onto the pinned_default_state
 2020-04-30 17:04 UTC  (13+ messages)
` [Intel-gfx] [PATCH 2/9] drm/i915/gt: Move the batch buffer pool from the engine to the gt
` [Intel-gfx] [PATCH 3/9] drm/i915: Always defer fenced work to the worker
` [Intel-gfx] [PATCH 4/9] drm/i915/gem: Include PIN_GLOBAL prior to using I915_DISPATCH_SECURE
` [Intel-gfx] [PATCH 5/9] drm/i915/gem: Assign context id for async work
` [Intel-gfx] [PATCH 6/9] drm/i915: Export a preallocate variant of i915_active_acquire()
` [Intel-gfx] [PATCH 7/9] drm/i915/gem: Separate the ww_mutex walker into its own list
` [Intel-gfx] [PATCH 8/9] drm/i915/gem: Asynchronous GTT unbinding
` [Intel-gfx] [PATCH 9/9] drm/i915/gem: Bind the fence async for execbuf
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915/gt: Stop holding onto the pinned_default_state
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 1/9] Revert "drm/i915/tgl: Include ro parts of l3 to invalidate"
 2020-04-30 16:30 UTC  (12+ messages)
` [Intel-gfx] [PATCH 2/9] drm/i915/gen12: Fix HDC pipeline flush
` [Intel-gfx] [PATCH 3/9] drm/i915/gen12: Add L3 fabric flush
` [Intel-gfx] [PATCH 4/9] drm/i915/gen12: Flush L3
` [Intel-gfx] [PATCH 5/9] drm/i915/gen12: Flush AMFS
` [Intel-gfx] [PATCH 6/9] drm/i915/gen12: Invalidate indirect state pointers
` [Intel-gfx] [PATCH 7/9] drm/i915/gen12: Wait on previous flush on invalidate
` [Intel-gfx] [PATCH 8/9] drm/i915/gen12: Invalidate media state
` [Intel-gfx] [PATCH 9/9] drm/i915/gen12: Flush LLC
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] Revert "drm/i915/tgl: Include ro parts of l3 to invalidate"
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v10 0/4] drm/i915/perf: Add support for multi context perf queries
 2020-04-30 15:04 UTC  (10+ messages)
` [Intel-gfx] [PATCH v10 1/4] drm/i915/perf: break OA config buffer object in 2
` [Intel-gfx] [PATCH v10 2/4] drm/i915/perf: stop using the kernel context
` [Intel-gfx] [PATCH v10 3/4] drm/i915/perf: prepare driver to receive multiple ctx handles
` [Intel-gfx] [PATCH v10 4/4] drm/i915/perf: enable filtering on multiple contexts
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: Add support for multi context perf queries (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [CI] drm/i915/selftests: Add tiled blits selftest
 2020-04-30 15:01 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Add tiled blits selftest (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC 00/17] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-04-30 14:17 UTC  (4+ messages)
  ` [Intel-gfx] [RFC 06/17] drm: i915: fix "

[Intel-gfx] [PATCH 01/25] perf/core: Only copy-to-user after completely unlocking all locks, v3
 2020-04-30 14:17 UTC  (9+ messages)
` [Intel-gfx] [PATCH 06/25] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH 14/25] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 15/25] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 23/25] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 25/25] drm/i915: Ensure we hold the pin mutex
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/25] perf/core: Only copy-to-user after completely unlocking all locks, v3
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2] drm: make drm_file use keyed wakeups
 2020-04-30 14:04 UTC  (4+ messages)

[Intel-gfx] [PULL] drm-intel-fixes
 2020-04-30 14:00 UTC 

[Intel-gfx] [PATCH v3 00/16] drm: Put drm_display_mode on diet
 2020-04-30 13:50 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 16/16] drm: Replace mode->export_head with a boolean
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm: Put drm_display_mode on diet (rev6)

[Intel-gfx] [PATCH 1/2] drm/i915: Fix glk watermark calculations
 2020-04-30 13:44 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Remove cnl pre-prod workarounds
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Fix glk watermark calculations

[Intel-gfx] Update PCI IDs
 2020-04-30 13:31 UTC  (5+ messages)
` [Intel-gfx] [patch] drm/i915: Update Haswell "
` [Intel-gfx] [patch v2] drm/i915: Update Slylake "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v7 0/4] drm/i915/perf: Add support for multi context perf queries
 2020-04-30 13:04 UTC  (3+ messages)
` [Intel-gfx] [PATCH v7 4/4] drm/i915/perf: enable filtering on multiple contexts

[Intel-gfx] [PULL] drm-intel-next
 2020-04-30 12:49 UTC 

[Intel-gfx] [PULL] gvt-next
 2020-04-30 12:38 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915: Nuke mode.vrefresh usage
 2020-04-30 11:57 UTC  (12+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Rename variables to be consistent with bspec
` [Intel-gfx] [PATCH 3/3] drm/i915: Streamline the artihmetic
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Nuke mode.vrefresh usage
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH i-g-t] perf: Bump the timestamp tolerance for really slow devices
 2020-04-30  9:45 UTC 

[Intel-gfx] [CI 1/6] drm/i915/gt: Always enable busy-stats for execlists
 2020-04-30  7:41 UTC  (9+ messages)
` [Intel-gfx] [CI 2/6] drm/i915/gt: Move rps.enabled/active to flags
` [Intel-gfx] [CI 3/6] drm/i915/gt: Track use of RPS interrupts in flags
` [Intel-gfx] [CI 4/6] drm/i915/gt: Switch to manual evaluation of RPS
` [Intel-gfx] [CI 5/6] drm/i915/gt: Apply the aggressive downclocking to parking
` [Intel-gfx] [CI 6/6] drm/i915/gt: Restore aggressive post-boost downclocking
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/6] drm/i915/gt: Always enable busy-stats for execlists
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v6 00/16] drm/i915: Add support for HDCP 1.4 over MST connectors
 2020-04-30  5:48 UTC  (20+ messages)
` [Intel-gfx] [PATCH v6 01/16] drm/i915: Fix sha_text population code
` [Intel-gfx] [PATCH v6 02/16] drm/i915: Clear the repeater bit on HDCP disable
` [Intel-gfx] [PATCH v6 03/16] drm/i915: WARN if HDCP signalling is enabled upon disable
` [Intel-gfx] [PATCH v6 04/16] drm/i915: Intercept Aksv writes in the aux hooks
` [Intel-gfx] [PATCH v6 05/16] drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signalling
` [Intel-gfx] [PATCH v6 06/16] drm/i915: Factor out hdcp->value assignments
` [Intel-gfx] [PATCH v6 07/16] drm/i915: Protect workers against disappearing connectors
` [Intel-gfx] [PATCH v6 08/16] drm/i915: Don't fully disable HDCP on a port if multiple pipes are using it
` [Intel-gfx] [PATCH v6 09/16] drm/i915: Support DP MST in enc_to_dig_port() function
` [Intel-gfx] [PATCH v6 10/16] drm/i915: Use ddi_update_pipe in intel_dp_mst
` [Intel-gfx] [PATCH v6 11/16] drm/i915: Factor out HDCP shim functions from dp for use by dp_mst
` [Intel-gfx] [PATCH v6 12/16] drm/i915: Plumb port through hdcp init
` [Intel-gfx] [PATCH v6 13/16] drm/i915: Add connector to hdcp_shim->check_link()
` [Intel-gfx] [PATCH v6 14/16] drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband message
` [Intel-gfx] [PATCH v6 15/16] drm/i915: Print HDCP version info for all connectors
` [Intel-gfx] [PATCH v6 16/16] drm/i915: Add HDCP 1.4 support for MST connectors
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add support for HDCP 1.4 over MST connectors (rev6)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

i915 HDCP 2.2 TX encryption on Teledyne test instrument
 2020-04-30  5:01 UTC  (3+ messages)
      ` [Intel-gfx] "

[Intel-gfx] [PATCH] drm/i915/gt: Stop holding onto the pinned_default_state
 2020-04-30  4:06 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability
 2020-04-30  2:37 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Add tiled blits selftest
 2020-04-30  1:24 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [CI] drm/i915/gt: Keep a no-frills swappable copy of the default context state
 2020-04-30  0:15 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Keep a no-frills swappable copy of the default context state (rev4)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 00/12] drm/i915: FBC fixes
 2020-04-29 23:22 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: FBC fixes (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/hdcp: Fix the return handling of drm_hdcp_check_ksvs_revoked
 2020-04-29 19:50 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/selftests: fix error handling in __live_lrc_indirect_ctx_bb()
 2020-04-29 18:59 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: Allow some leniency in PCU reads
 2020-04-29 18:06 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI 1/2] drm/i915/gt: Keep a no-frills swappable copy of the default context state
 2020-04-29 17:04 UTC  (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915/gt: Keep a no-frills swappable copy of the default context state (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915/gt: Keep a no-frills swappable copy of the default context state (rev4)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
  `  "

[Intel-gfx] [patch] drm/i915: Update Slylake PCI IDs
 2020-04-29 17:15 UTC  (6+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Keep a no-frills swappable copy of the default context state
 2020-04-29 16:35 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm: Fix HDCP failures when SRM fw is missing
 2020-04-29 16:20 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2] "

[Intel-gfx] [PATCH i-g-t v8 0/4] Add support for testing writeback connectors
 2020-04-29 15:37 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t] perf: Flush the work between rounds of gen8-unprivileged-single-ctx-counter
 2020-04-29 15:32 UTC  (7+ messages)
  ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH 02/12] drm/i915/fbc: Use the correct plane stride
 2020-04-29 15:29 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2 "

[Intel-gfx] [CI 2/2] drm/i915/gt: Stop keeping the pinned_default_state
 2020-04-29 15:17 UTC  (2+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [CI 1/6] drm/i915/gt: Always enable busy-stats for execlists
 2020-04-29 14:33 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/6] "

[Intel-gfx] [PATCH] drm/i915: Avoid dereferencing a dead context
 2020-04-29 14:15 UTC  (3+ messages)

[Intel-gfx] [bug report] drm/i915/gt: Use the RPM config register to determine clk frequencies
 2020-04-29 13:27 UTC  (2+ messages)

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree
 2020-04-29 12:56 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "


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