Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-21 12:53:33 to 2018-05-22 18:00:10 UTC [more...]

[PATCH v6 0/7] drm/i915: per context slice/subslice powergating
 2018-05-22 17:59 UTC 

[PATCH] drm/i915/query: nospec expects no more than an unsigned long
 2018-05-22 17:39 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Prepare GEM for suspend earlier
 2018-05-22 16:55 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Prepare GEM for suspend earlier (rev3)

[PATCH] drm/i915: Promote .format_mod_supported() to the lead role
 2018-05-22 16:36 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 0/7] drm/i915: per context slice/subslice powergating
 2018-05-22 16:13 UTC  (8+ messages)
` [PATCH v5 7/7] drm/i915: Expose RPCS (SSEU) configuration to userspace

[PATCH 1/4] drm/i915: Prepare GEM for suspend earlier
 2018-05-22 16:11 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: Special case kernel_context switch request
` [PATCH 3/4] RFC drm/i915: Switch to kernel context before idling at runtime
` [PATCH 4/4] drm/i915: "Race-to-idle" after switching to the kernel context
` ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: Prepare GEM for suspend earlier

[PATCH] drm/i915/execlists: Wait for ELSP submission on restart
 2018-05-22 16:11 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v4 1/2] vfio/mdev: Check globally for duplicate devices
 2018-05-22 15:53 UTC 

[PATCH 1/4] drm/i915: Prepare GEM for suspend earlier
 2018-05-22 15:43 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: Special case kernel_context switch request
` [PATCH 3/4] RFC drm/i915: Switch to kernel context before idling at runtime
` [PATCH 4/4] drm/i915: "Race-to-idle" on switching to the kernel context
` ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: Prepare GEM for suspend earlier

[PATCH 1/3] drm/i915: Prepare GEM for suspend earlier
 2018-05-22 15:41 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Special case kernel_context switch request
` [PATCH 3/3] RFC drm/i915: Switch to kernel context before idling at runtime
` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915: Prepare GEM for suspend earlier

[PATCH] drm/i915: Prepare GEM for suspend earlier
 2018-05-22 15:16 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Prepare GEM for suspend earlier (rev2)

[PATCH v1] drm/i915/gen11: Preempt-to-idle support in execlists
 2018-05-22 14:54 UTC  (7+ messages)
` [PATCH v3] drm/i915/gen11: Preempt-to-idle support in execlists - v3 notes
  ` [PATCH v3] drm/i915/gen11: Preempt-to-idle support in execlists

[PATCH 1/6] drm/i915/psr: Avoid DPCD reads when panel does not support PSR
 2018-05-22 14:37 UTC  (11+ messages)
` [PATCH 4/6] drm/i915/psr: Avoid unnecessary DPCD read of DP_PSR_CAPS
` [PATCH 5/6] drm/i915/psr: Fall back to max. synchronization latency if DPCD read fails
` [PATCH 6/6] drm/i915/psr: Fix ALPM cap check for PSR2

[PATCH] drm/i915/psr: vbt change for psr
 2018-05-22 14:00 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/psr: vbt change for psr (rev9)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Special case kernel_context switch request
 2018-05-22 13:50 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915/psr : Add psr1 live status
 2018-05-22 13:17 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/psr : Add psr1 live status (rev3)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[RFC v5 00/10] Per-context and per-client engine busyness
 2018-05-22 13:10 UTC  (19+ messages)
` [RFC 01/10] drm/i915: Store engine backpointer in the intel_context
` [RFC 02/10] drm/i915: Include i915_scheduler.h from i915_gem_context.h
` [RFC 03/10] drm/i915: Forward declare struct intel_context
` [RFC 04/10] drm/i915: Move intel_engine_context_in/out into intel_lrc.c
` [RFC 05/10] drm/i915: Track per-context engine busyness
` [RFC 06/10] drm/i915: Expose list of clients in sysfs
` [RFC 07/10] drm/i915: Update client name on context create
` [RFC 08/10] drm/i915: Expose per-engine client busyness
` [RFC 09/10] drm/i915: Add sysfs toggle to enable per-client engine stats
` [RFC 10/10] drm/i915: Allow clients to query own per-engine busyness
` ✗ Fi.CI.CHECKPATCH: warning for Per-context and per-client engine busyness (rev6)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 1/2] drm/i915: Remove bogus NV12 PLANE_COLOR_CTL setup
 2018-05-22 13:01 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Configure SKL+ scaler initial phase correctly
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Remove bogus NV12 PLANE_COLOR_CTL setup
` ✓ Fi.CI.IGT: "

[PATCH] RFC drm/i915: Switch to kernel context before idling at runtime
 2018-05-22 12:12 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for RFC drm/i915: Switch to kernel context before idling at runtime (rev2)

[drm-intel:drm-intel-next-queued 1/2] include/linux/nospec.h:53:2: note: in expansion of macro 'BUILD_BUG_ON'
 2018-05-22 11:52 UTC 

[PATCH i-g-t 1/3] benchmarks/gem_syslatency: Pass a write hazard around
 2018-05-22 11:49 UTC  (8+ messages)
` [PATCH i-g-t 2/3] benchmarks/gem_syslatency: Allow limiting to just 1 CPU hog
` [PATCH i-g-t 3/3] benchmarks/gem_syslatency: Specify batch duration

[PATCH 00/24] More ICL display patches
 2018-05-22 11:44 UTC  (31+ messages)
` [PATCH 01/24] drm/i915/icl: Extend AUX F interrupts to ICL
` [PATCH 02/24] drm/i915/icl: GSE interrupt moves from DE_MISC to GU_MISC
` [PATCH 03/24] drm/i915/icl: introduce tc_port
` [PATCH 04/24] drm/i915/icl: Support for TC North Display interrupts
` [PATCH 05/24] drm/i915/icp: Add Interrupt Support
` [PATCH 06/24] drm/i915/ICL: Add register definition for DFLEXDPMLE
` [PATCH 07/24] drm/i915/icl: Add DDI HDMI level selection for ICL
` [PATCH 08/24] drm/i915/icl: Map VBT DDC Pin to BSpec DDC Pin
` [PATCH 09/24] drm/i915/icl: Add Icelake PCH detection
` [PATCH 10/24] drm/i915/icl: add icelake_get_ddi_pll()
` [PATCH 11/24] drm/i915/icl: Get DDI clock for ICL based on PLLs
` [PATCH 12/24] drm/i915/icl: Calculate link clock using the new registers
` [PATCH 13/24] drm/i915/icl: unconditionally init DDI for every port
` [PATCH 14/24] drm/i915/icl: start adding the TBT pll
` [PATCH 15/24] drm/i915/icl: compute the TBT PLL registers
` [PATCH 16/24] drm/i915/icl: Handle hotplug interrupts for DP over TBT
` [PATCH 17/24] drm/i915/icl: Add 10-bit support for hdmi
` [PATCH 18/24] drm/i915/icl: implement icl_digital_port_connected()
` [PATCH 19/24] drm/i915/icl: store the port type for TC ports
` [PATCH 20/24] drm/i915/icl: implement the tc/legacy HPD {dis, }connect flow for DP
` [PATCH 21/24] drm/i915/icl: implement the legacy HPD {dis, }connect flow for HDMI
` [PATCH 22/24] drm/i915/icl: Update FIA supported lane count for hpd
` [PATCH 23/24] drm/i915/icl: program MG_DP_MODE
` [PATCH 24/24] drm/i915/icl: toggle PHY clock gating around link training
` ✗ Fi.CI.CHECKPATCH: warning for More ICL display patches
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t v2 2/9] trace.pl: Improve readability of graphical timeline representation
 2018-05-22 11:14 UTC 

[PATCH] drm/i915/gtt: Allow pagedirectory allocations to fail
 2018-05-22 11:09 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."
 2018-05-22  9:44 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH 22/33] drm/i915: use match_string() helper
 2018-05-22  9:22 UTC  (4+ messages)

[PATCH] drm/i915/query: Protect tainted function pointer lookup
 2018-05-22  9:03 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/icl: fix icl_unmap/map_plls_to_ports
 2018-05-22  8:43 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/psr: vbt change for psr
 2018-05-22  8:36 UTC  (5+ messages)

[PATCH v4 0/5] Add ChromeOS EC CEC Support
 2018-05-22  8:20 UTC  (8+ messages)
` [PATCH v4 1/5] media: cec-notifier: Get notifier by device and connector name
` [PATCH v4 2/5] drm/i915: hdmi: add CEC notifier to intel_hdmi
` [PATCH v4 3/5] mfd: cros-ec: Introduce CEC commands and events definitions
` [PATCH v4 4/5] mfd: cros_ec_dev: Add CEC sub-device registration
` [PATCH v4 5/5] media: platform: Add ChromeOS EC CEC driver
` ✗ Fi.CI.BAT: failure for Add ChromeOS EC CEC Support (rev5)

[PATCH] drm/i915/skl+: ddb allocation algorithm optimization
 2018-05-22  7:57 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/icl: Disable pipe CSC and gamma in cursor plane
 2018-05-21 20:35 UTC  (3+ messages)

[PATCH v3] drm/i915/cmdparser: Whitelist INSTPM instruction parsing disable bits
 2018-05-21 16:20 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cmdparser: Whitelist INSTPM instruction parsing disable bits (rev3)
` ✓ Fi.CI.IGT: "

[PATCH v4 00/41] drm/i915: Implement HDCP2.2
 2018-05-21 15:17 UTC  (34+ messages)
` [PATCH v4 14/41] misc/mei/hdcp: Prepare Session Key
` [PATCH v4 15/41] misc/mei/hdcp: Repeater topology verification and ack
` [PATCH v4 16/41] misc/mei/hdcp: Verify M_prime
` [PATCH v4 17/41] misc/mei/hdcp: Enabling the HDCP authentication
` [PATCH v4 18/41] misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
` [PATCH v4 19/41] drm/i915: wrapping all hdcp var into intel_hdcp
` [PATCH v4 20/41] drm/i915: Define HDCP2.2 related variables
` [PATCH v4 21/41] drm/i915: Define Intel HDCP2.2 registers
` [PATCH v4 22/41] drm/i915: Wrappers for mei HDCP2.2 services
` [PATCH v4 23/41] drm/i915: Implement HDCP2.2 receiver authentication
` [PATCH v4 24/41] drm/i915: Implement HDCP2.2 repeater authentication
` [PATCH v4 25/41] drm/i915: Enable and Disable HDCP2.2 port encryption
` [PATCH v4 26/41] drm/i915: Implement HDCP2.2 En/Dis-able
` [PATCH v4 27/41] drm/i915: Implement HDCP2.2 link integrity check
` [PATCH v4 28/41] drm/i915: Handle HDCP2.2 downstream topology change
` [PATCH v4 29/41] drm/i915: Pullout the bksv read and validation
` [PATCH v4 30/41] drm/i915: Initialize HDCP2.2 and its MEI interface
` [PATCH v4 31/41] drm/i915: Schedule hdcp_check_link in _intel_hdcp_enable
` [PATCH v4 32/41] drm/i915: Enable superior HDCP ver that is capable
` [PATCH v4 33/41] drm/i915: Enable HDCP1.4 incase of HDCP2.2 failure
` [PATCH v4 34/41] drm/i915: hdcp_check_link only on CP_IRQ
` [PATCH v4 35/41] drm/i915: Check HDCP 1.4 and 2.2 link "
` [PATCH v4 36/41] drm/i915/gmbus: Increase the Bytes per Rd/Wr Op
` [PATCH v4 37/41] drm/i915/gmbus: Enable burst read
` [PATCH v4 38/41] drm/i915: Implement the HDCP2.2 support for DP
` [PATCH v4 39/41] drm/i915: Implement the HDCP2.2 support for HDMI
` [PATCH v4 40/41] drm/i915: Add HDCP2.2 support for DP connectors
` [PATCH v4 41/41] drm/i915: Add HDCP2.2 support for HDMI connectors
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement HDCP2.2 (rev5)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "


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