Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-08 17:28:11 to 2020-12-10 06:41:23 UTC [more...]

[Intel-gfx] [PATCH v7 00/18] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-12-10  6:26 UTC  (18+ messages)
` [Intel-gfx] [PATCH v7 01/18] drm/i915/hdcp: Update CP property in update_pipe
` [Intel-gfx] [PATCH v7 02/18] drm/i915/hdcp: Get conn while content_type changed
` [Intel-gfx] [PATCH v7 03/18] drm/i915/hotplug: Handle CP_IRQ for DP-MST
` [Intel-gfx] [PATCH v7 04/18] drm/i915/hdcp: No HDCP when encoder is't initialized
` [Intel-gfx] [PATCH v7 05/18] drm/i915/hdcp: DP MST transcoder for link and stream
` [Intel-gfx] [PATCH v7 06/18] drm/i915/hdcp: Move HDCP enc status timeout to header
` [Intel-gfx] [PATCH v7 07/18] drm/i915/hdcp: HDCP stream encryption support
` [Intel-gfx] [PATCH v7 08/18] drm/i915/hdcp: Enable HDCP 1.4 stream encryption
` [Intel-gfx] [PATCH v7 09/18] drm/i915/hdcp: Enable Gen12 HDCP 1.4 DP MST support
` [Intel-gfx] [PATCH v7 10/18] drm/i915/hdcp: Pass dig_port to intel_hdcp_init
` [Intel-gfx] [PATCH v7 11/18] drm/i915/hdcp: Encapsulate hdcp_port_data to dig_port
` [Intel-gfx] [PATCH v7 12/18] misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer len
` [Intel-gfx] [PATCH v7 13/18] drm/hdcp: Max MST content streams
` [Intel-gfx] [PATCH v7 14/18] drm/i915/hdcp: MST streams support in hdcp port_data
` [Intel-gfx] [PATCH v7 15/18] drm/i915/hdcp: Pass connector to check_2_2_link
` [Intel-gfx] [PATCH v7 16/18] drm/i915/hdcp: Add HDCP 2.2 stream register
` [Intel-gfx] [PATCH v7 17/18] drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks

[Intel-gfx] [RFC v2] refactor intel display a bit more
 2020-12-10  5:02 UTC  (14+ messages)
` [Intel-gfx] [PATCH 1/9] drm/i915/display: move needs_modeset to an inline in header
` [Intel-gfx] [PATCH 2/9] drm/i915/display: move to_intel_frontbuffer to header
` [Intel-gfx] [PATCH 3/9] drm/i915/display: fix misused comma
` [Intel-gfx] [PATCH 4/9] drm/i915: refactor cursor code out of i915_display.c
` [Intel-gfx] [PATCH 5/9] drm/i915: refactor some crtc code out of intel display
` [Intel-gfx] [PATCH 6/9] drm/i915: refactor pll code out into intel_dpll_legacy.c
` [Intel-gfx] [PATCH 7/9] drm/i915: split fdi code out from intel_display.c
` [Intel-gfx] [PATCH 8/9] drm/i915: migrate hsw fdi code to new file
` [Intel-gfx] [PATCH 9/9] drm/i915: migrate skl planes code "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915/display: move needs_modeset to an inline in header
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [RFC 0/5] drm: Extract DPCD backlight helpers from i915, add support in nouveau
 2020-12-10  4:28 UTC  (10+ messages)
` [Intel-gfx] [RFC 1/5] drm/nouveau/kms/nv40-/backlight: Assign prop type once
` [Intel-gfx] [RFC 2/5] drm/nouveau/kms: Don't probe eDP connectors more then once
` [Intel-gfx] [RFC 3/5] drm/i915/dp: Remove redundant AUX backlight frequency calculations
` [Intel-gfx] [RFC 4/5] drm/dp: Extract i915's eDP backlight code into DRM helpers
` [Intel-gfx] [RFC 5/5] drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Extract DPCD backlight helpers from i915, add support in nouveau
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/gt: Split logical ring contexts from execlist submission
 2020-12-10  3:55 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [CI 1/3] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
 2020-12-10  3:22 UTC  (8+ messages)
` [Intel-gfx] [CI 2/3] drm/i915/gt: Rename lrc.c to execlists_submission.c
` [Intel-gfx] [CI 3/3] drm/i915: split gen8+ flush and bb_start emission functions to their own file
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI 1/3] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
 2020-12-10  3:16 UTC  (4+ messages)
` [Intel-gfx] [CI 2/3] drm/i915/gt: Rename lrc.c to execlists_submission.c
` [Intel-gfx] [CI 3/3] drm/i915: split gen8+ flush and bb_start emission functions to their own file
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [CI,1/3] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_schedule: Try to spot unfairness
 2020-12-10  2:09 UTC 

[Intel-gfx] [rfc] start slimming down intel_display.c
 2020-12-10  1:32 UTC  (13+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915: refactor cursor code out of i915_display.c
` [Intel-gfx] [PATCH 2/4] drm/i915: refactor some crtc code out of intel display
` [Intel-gfx] [PATCH 3/4] drm/i915: refactor pll code out into intel_clock.c
` [Intel-gfx] [PATCH 4/4] drm/i915: split fdi code out from intel_display.c
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: refactor cursor code out of i915_display.c
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] linux-next: build warning after merge of the drm-misc tree
 2020-12-10  1:12 UTC  (9+ messages)
` [Intel-gfx] [PATCH] drm/sched: Add missing structure comment
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/sched: Add missing structure comment (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915: refactor cursor code out of i915_display.c
 2020-12-10  0:10 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/display/tc: Only WARN once for bogus tc port flag
 2020-12-09 23:56 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PULL] drm-intel-fixes
 2020-12-09 23:50 UTC 

[Intel-gfx] [CI 1/3] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
 2020-12-09 23:27 UTC  (7+ messages)
` [Intel-gfx] [CI 2/3] drm/i915/gt: Rename lrc.c to execlists_submission.c
` [Intel-gfx] [CI 3/3] drm/i915: split gen8+ flush and bb_start emission functions to their own file
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Mark legacy ring context as lost
 2020-12-09 21:40 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Wean workaround selftests off GEM context
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/gt: Mark legacy ring context as lost
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 0/6] drm/dsc, drm/dp, and /drm/i915: rc model size updates
 2020-12-09 19:41 UTC  (9+ messages)
` [Intel-gfx] [PATCH 3/6] drm/i915/dsc: make rc_model_size an encoder defined value
` [Intel-gfx] [PATCH 5/6] drm/i915/bios: fill in DSC rc_model_size from VBT
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/dsc, drm/dp, and /drm/i915: rc model size updates
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [CI 1/3] drm/i915: Remove livelock from "do_idle_maps" vtd w/a
 2020-12-09 19:30 UTC  (5+ messages)
` [Intel-gfx] [CI 2/3] drm/i915: Sleep around performing iommu unmaps on Tigerlake
` [Intel-gfx] [CI 3/3] drm/i915/gt: Remove uninterruptible parameter from intel_gt_wait_for_idle
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [CI,1/3] drm/i915: Remove livelock from "do_idle_maps" vtd w/a
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [RFC-v3 00/13] Introduce Intel PXP component - Mesa single session
 2020-12-09 18:48 UTC  (21+ messages)
` [Intel-gfx] [RFC-v3 01/13] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v3 02/13] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v3 03/13] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v3 04/13] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v3 05/13] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v3 06/13] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v3 07/13] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v3 08/13] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v3 09/13] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v3 10/13] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v3 11/13] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [RFC-v3 12/13] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v3 13/13] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Introduce Intel PXP component - Mesa single session (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/icl: Fix initing the DSI DSC power refcount during HW readout
 2020-12-09 18:30 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v2 00/20] drm: Move struct drm_device.pdev to legacy
 2020-12-09 18:04 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 13/20] drm/nouveau: Remove references to struct drm_device.pdev

[Intel-gfx] [PATCH v4 07/16] drm/dp_helper: Add helpers to configure PCONs RGB-YCbCr Conversion
 2020-12-09 17:50 UTC  (2+ messages)

[Intel-gfx] [PULL] drm-intel-fixes v2
 2020-12-09 17:14 UTC  (3+ messages)

[Intel-gfx] [PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (2+ messages)
` [Intel-gfx] (subset) "

[Intel-gfx] [PATCH v3 0/4] tpm_tis: Detect interrupt storms
 2020-12-08 17:43 UTC  (10+ messages)
` [Intel-gfx] [PATCH v3 2/4] drm/i915/pmu: Use kstat_irqs to get interrupt count
` [Intel-gfx] [PATCH v3 3/4] tpm_tis: Disable interrupts if interrupt storm detected

[Intel-gfx] [PATCH] drm/i915/gt: Rearrange snb workarounds
 2020-12-09 16:16 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] drm/i915: Remove livelock from "do_idle_maps" vtd w/a
 2020-12-09 15:23 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Sleep around performing iommu unmaps on Tigerlake
` [Intel-gfx] [PATCH 3/3] drm/i915/gt: Remove uninterruptible parameter from intel_gt_wait_for_idle
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915: Remove livelock from "do_idle_maps" vtd w/a

[Intel-gfx] [PATCH] drm/i915/gt: Replace open-coded intel_engine_stop_cs()
 2020-12-09 14:53 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v3 0/7] drm: Try to fix encoder possible_clones/crtc
 2020-12-09 13:17 UTC  (10+ messages)
` [Intel-gfx] [PATCH v3 6/7] drm: Validate encoder->possible_crtcs

[Intel-gfx] [PATCH] drm/i915: Mark per-engine-reset as supported on gen6+
 2020-12-09 11:49 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/3] drm/i915/gt: stop ignoring read with wa_masked_field_set
 2020-12-09 11:36 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: rename wa_write_masked_or()
` [Intel-gfx] [PATCH 3/3] drm/i915/gt: document masked registers
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/gt: stop ignoring read with wa_masked_field_set
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] Does the intel driver support faking a connected monitor?
 2020-12-09 10:19 UTC  (7+ messages)

[Intel-gfx] [PATCH 0/8] drm/i915/gvt: make headers self-contained
 2020-12-09  7:36 UTC  (2+ messages)

[Intel-gfx] [RFC-v2 00/13] Introduce Intel PXP component - Mesa single session
 2020-12-09  5:58 UTC  (15+ messages)
` [Intel-gfx] [RFC-v2 01/13] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] [RFC-v2 02/13] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v2 03/13] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v2 04/13] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v2 05/13] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [RFC-v2 06/13] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [RFC-v2 07/13] drm/i915/pxp: Destroy arb session upon teardown
` [Intel-gfx] [RFC-v2 08/13] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC-v2 09/13] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [RFC-v2 10/13] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC-v2 11/13] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] [RFC-v2 12/13] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] [RFC-v2 13/13] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Introduce Intel PXP component - Mesa single session (rev2)

[Intel-gfx] [RFC-v1 00/16] Introduce Intel PXP component - Mesa single session
 2020-12-09  5:16 UTC  (19+ messages)
` [Intel-gfx] [RFC-v1 03/16] drm/i915/pxp: Add PXP context for logical hardware states
` [Intel-gfx] [RFC-v1 04/16] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC-v1 06/16] drm/i915/pxp: Implement funcs to get/set PXP tag
` [Intel-gfx] [RFC-v1 07/16] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [RFC-v1 08/16] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [RFC-v1 09/16] drm/i915/pxp: Func to send hardware session termination

[Intel-gfx] linux-next: build failure after merge of the drm tree
 2020-12-09  2:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/gt: Disable preparser around MI_SEMAPHORE_WAIT
 2020-12-09  0:36 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "


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