public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-01-30 09:34:16 to 2019-01-31 07:56:54 UTC [more...]

[PATCH v10 00/40] drm/i915: Implement HDCP2.2
 2019-01-31  7:56 UTC  (44+ messages)
` [PATCH v10 01/40] components: multiple components for a device
` [PATCH v10 02/40] i915/snd_hdac: I915 subcomponent for the snd_hdac
` [PATCH v10 03/40] drm/i915: Gathering the HDCP1.4 routines together
` [PATCH v10 04/40] drm: header for i915 - MEI_HDCP interface
` [PATCH v10 05/40] drm/i915: Initialize HDCP2.2
` [PATCH v10 06/40] drm/i915: MEI interface definition
` [PATCH v10 07/40] drm/i915: hdcp1.4 CP_IRQ handling and SW encryption tracking
` [PATCH v10 08/40] drm/i915: Enable and Disable of HDCP2.2
` [PATCH v10 09/40] drm/i915: Implement HDCP2.2 receiver authentication
` [PATCH v10 10/40] drm: helper functions for hdcp2 seq_num to from u32
` [PATCH v10 11/40] drm/i915: Implement HDCP2.2 repeater authentication
` [PATCH v10 12/40] drm: HDCP2.2 link check period
` [PATCH v10 13/40] drm/i915: Implement HDCP2.2 link integrity check
` [PATCH v10 14/40] drm/i915: Handle HDCP2.2 downstream topology change
` [PATCH v10 15/40] drm: removing the DP Errata msg and its msg id
` [PATCH v10 16/40] drm/i915: Implement the HDCP2.2 support for DP
` [PATCH v10 17/40] drm/i915: Implement the HDCP2.2 support for HDMI
` [PATCH v10 18/40] drm/i915: CP_IRQ handling for DP HDCP2.2 msgs
` [PATCH v10 19/40] drm/i915: Add HDCP2.2 support for DP connectors
` [PATCH v10 20/40] drm/i915: Add HDCP2.2 support for HDMI connectors
` [PATCH v10 21/40] mei: bus: whitelist hdcp client
` [PATCH v10 22/40] mei: bus: export to_mei_cl_device for mei client device drivers
` [PATCH v10 23/40] misc/mei/hdcp: Client driver for HDCP application
` [PATCH v10 24/40] misc/mei/hdcp: Define ME FW interface for HDCP2.2
` [PATCH v10 25/40] misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
` [PATCH v10 26/40] misc/mei/hdcp: Verify Receiver Cert and prepare km
` [PATCH v10 27/40] misc/mei/hdcp: Verify H_prime
` [PATCH v10 28/40] misc/mei/hdcp: Store the HDCP Pairing info
` [PATCH v10 29/40] misc/mei/hdcp: Initiate Locality check
` [PATCH v10 30/40] misc/mei/hdcp: Verify L_prime
` [PATCH v10 31/40] misc/mei/hdcp: Prepare Session Key
` [PATCH v10 32/40] misc/mei/hdcp: Repeater topology verification and ack
` [PATCH v10 33/40] misc/mei/hdcp: Verify M_prime
` [PATCH v10 34/40] misc/mei/hdcp: Enabling the HDCP authentication
` [PATCH v10 35/40] misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
` [PATCH v10 36/40] misc/mei/hdcp: Component framework for I915 Interface
` [PATCH v10 37/40] drm/i915: Commit CP without modeset
` [PATCH v10 38/40] drm/i915: Fix KBL HDCP2.2 encrypt status signalling
` [PATCH v10 39/40] FOR_TEST: i915/Kconfig: Select mei_hdcp by I915
` [PATCH v10 40/40] FOR_TESTING_ONLY: debugfs: Excluding the LSPCon for HDCP1.4
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement HDCP2.2 (rev13)

[PATCH] drm/i915: Pick the first unused PLL once again
 2019-01-31  7:49 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/4] drm/i915: Enable transition watermarks for glk
 2019-01-31  7:42 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Implement display w/a 1140 for glk/cnl
` [PATCH 3/4] drm/i915: Document that we implement WaIncreaseLatencyIPCEnabled
` [PATCH 4/4] drm/i915: Drop WaIncreaseLatencyIPCEnabled/1140 for cnl

[PATCH 0/5] Per context dynamic (sub)slice power-gating
 2019-01-31  7:30 UTC  (30+ messages)
` [PATCH 1/5] drm/i915: Record the sseu configuration per-context & engine
  ` [PATCH v16 "
` [PATCH 3/5] drm/i915: Add timeline barrier support
` [PATCH 4/5] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
  ` [PATCH v29 "
` [PATCH 5/5] drm/i915/selftests: Context SSEU reconfiguration tests
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev21)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev23)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.IGT: failure for Per context dynamic (sub)slice power-gating (rev21)
` ✓ Fi.CI.BAT: success for Per context dynamic (sub)slice power-gating (rev23)
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev24)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev25)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev26)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm: prefix header search paths with $(srctree)/
 2019-01-31  4:38 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/i915: Don't use the second dbuf slice on icl
 2019-01-31  3:48 UTC  (6+ messages)
` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Don't use the second dbuf slice on icl (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: permit zero valued dmap in for_each_sgt_dma
 2019-01-31  2:56 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v4.1 0/3] CRTC background color
 2019-01-31  2:14 UTC  (16+ messages)
` [PATCH v4.1 1/3] drm/i915: Force background color to black for gen9+ (v2)
` [PATCH v4.1 2/3] drm: Add CRTC background color property (v4)
` [PATCH v4.1 3/3] drm/i915/gen9+: Add support for pipe background color (v4)
    ` [Intel-gfx] [PATCH v4.1 0/3] CRTC background color
      ` [PATCH i-g-t] tests/kms_crtc_background_color: overhaul to match upstream ABI (v4)
` ✗ Fi.CI.CHECKPATCH: warning for CRTC background color (rev5)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2] drm/i915/psr: Execute the default PSR code path when setting i915_edp_psr_debug
 2019-01-31  1:50 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/psr: Execute the default PSR code path when setting i915_edp_psr_debug (rev2)

[PATCH] drm/i915: Apply LUT validation checks to platforms more accurately
 2019-01-31  1:47 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Apply LUT validation checks to platforms more accurately (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Apply LUT validation checks to platforms more accurately
 2019-01-31  1:12 UTC  (5+ messages)
` [PATCH] drm/i915: Apply LUT validation checks to platforms more accurately (v2)
    ` [CI] drm/i915: Apply LUT validation checks to platforms more accurately (v3)

[PATCH] drm/i915/psr: Execute the default PSR code path when setting i915_edp_psr_debug
 2019-01-31  0:24 UTC 

[PATCH 1/3] drm/i915: Generalise GPU activity tracking
 2019-01-30 23:19 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: Release the active tracker tree upon idling
` [PATCH 3/3] drm/i915: Allocate active tracking nodes from a slabcache
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Generalise GPU activity tracking
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset
 2019-01-30 21:58 UTC  (20+ messages)
` [PATCH 04/11] drm/i915: Generalise GPU activity tracking
` [PATCH 06/11] drm/i915: Allocate active tracking nodes from a slabcache
  ` [PATCH v2] "
  ` [PATCH v3] "
` [PATCH 07/11] drm/i915: Pull i915_gem_active into the i915_active family
` [PATCH 08/11] drm/i915: Keep timeline HWSP allocated until the system is idle
` [PATCH 09/11] drm/i915/execlists: Refactor out can_merge_rq()
` ✗ Fi.CI.BAT: failure for series starting with [01/11] drm/i915: Revoke mmaps and prevent access to fence registers across reset (rev3)

[PATCH v3 4/8] drm/i915: Overcome display engine stride limits via GTT remapping
 2019-01-30 21:55 UTC  (5+ messages)
` [PATCH v4 "

[PATCH 1/2] drm/i915: Revoke mmaps and prevent access to fence registers across reset
 2019-01-30 20:34 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Force the GPU reset upon wedging
` ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915: Revoke mmaps and prevent access to fence registers across reset
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Fix skl srckey mask bits
 2019-01-30 19:20 UTC  (6+ messages)

[PATCH v3 0/8] drm/i915: GTT remapping for display
 2019-01-30 19:06 UTC  (6+ messages)
` [PATCH v3 1/8] drm/i915: Add a new "remapped" gtt_view
` [PATCH v3 6/8] drm/i915: Bump gen7+ fb size limits to 16kx16k

[PATCH v6 00/28] Display Stream Compression enabling on eDP/DP
 2019-01-30 18:27 UTC  (7+ messages)
` [PATCH v6 04/28] drm/dp: DRM DP helper/macros to get DP sink DSC parameters
  ` [Intel-gfx] "

[PATCH v3 8/8] hack: align dumb buffer stride to 4k to allow for gtt remapping
 2019-01-30 18:26 UTC  (6+ messages)
` [PATCH v4 "

[PATCH i-g-t] i915/gem_cpu_reloc: Do the can-store-dword check at start
 2019-01-30 16:21 UTC 

[v10 0/3] Add Colorspace connector property interface
 2019-01-30 16:00 UTC  (7+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add Colorspace connector property interface (rev10)
` [v10 1/3] drm: Add HDMI colorspace property
` [v10 2/3] drm: Add DP "
` [v10 3/3] drm/i915: Attach colorspace property and enable modeset
` ✓ Fi.CI.BAT: success for Add Colorspace connector property interface (rev10)
` ✓ Fi.CI.IGT: "

[PATCH] drm/amdgpu: Transfer fences to dmabuf importer
 2019-01-30 15:36 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/amdgpu: Transfer fences to dmabuf importer (rev7)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 1/3] drm/i915: Block fbdev HPD processing during suspend
 2019-01-30 14:46 UTC  (2+ messages)

[PATCH v3 5/8] drm/i915: Bump gen4+ fb stride limit to 256KiB
 2019-01-30 14:33 UTC  (5+ messages)
` [PATCH v4 "

[PATCH i-g-t] i915/gem_eio: 64 batches may be too many for some devices!
 2019-01-30 14:27 UTC  (5+ messages)

[PATCH 0/9] skl+ watermark stuff
 2019-01-30 14:25 UTC  (4+ messages)
` [PATCH 2/9] drm/i915: Reinstate an early latency==0 check for skl+

[PATCH] drm/i915/gen9: Disable FBC on planes which have an unsupported config
 2019-01-30 12:40 UTC  (2+ messages)

[v9 0/3] Add Colorspace connector property interface
 2019-01-30 12:29 UTC  (4+ messages)
` [v9 3/3] drm/i915: Attach colorspace property and enable modeset

[PATCH i-g-t 1/8] lib: Skip unused fork helpers
 2019-01-30 11:12 UTC  (11+ messages)
` [PATCH i-g-t 2/8] i915/gem_eio: Check for allow-hang prior to issuing a reset
` [PATCH i-g-t 3/8] i915/gem_exec_latency: Normalize results into ns
` [PATCH i-g-t 4/8] i915/gem_exec_latency: Eliminate the wakeup penalty
` [PATCH i-g-t 5/8] i915/gem_exec_schedule: Verify that using HW semaphores doesn't block
` [PATCH i-g-t 6/8] i915/gem_exec_nop: poll-sequential requires ordering between rings
` [PATCH i-g-t 7/8] i915/gem_sync: Make switch-default asymmetric
` [PATCH i-g-t 8/8] intel-ci: Drop gem_exec_nop from BAT

[PATCH v3 7/8] hack: drm/i915: Always remap gtt
 2019-01-30  9:58 UTC  (3+ messages)
` [PATCH v4 "

[PATCH i-g-t] i915/gem_workarounds: Require GPU resets
 2019-01-30  9:49 UTC  (6+ messages)


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