Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-06 20:06:41 to 2019-02-07 23:28:10 UTC [more...]

[PATCH 1/4] component: Add documentation
 2019-02-07 23:27 UTC  (4+ messages)
` [PATCH 2/4] components: multiple components for a device
` [PATCH 3/4] drm/doc: document recommended component helper usage
` [PATCH 4/4] i915/snd_hdac: I915 subcomponent for the snd_hdac

[PATCH 1/6] drm/i915: Compute has_drrs after compute has_psr
 2019-02-07 23:14 UTC  (7+ messages)
` [PATCH 2/6] drm/i915/drrs: Disable DRRS when needed in fastsets
` [PATCH 3/6] drm/i915/drrs: Refactor intel_dp_set_drrs_state()
` [PATCH 4/6] drm/i915/psr: Remove PSR2 FIXME
` [PATCH 5/6] drm/i915/psr: Initialize PSR mutex even when sink is not reliable
` [PATCH 6/6] drm/i915/psr: Do not enable PSR in interlaced mode for all GENs
` ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Compute has_drrs after compute has_psr

[PATCH 01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll()
 2019-02-07 23:11 UTC  (18+ messages)
` [PATCH 02/13] drm/i915: Don't pass crtc to intel_get_shared_dpll() and .get_dpll()
` [PATCH 03/13] drm/i915: Pass crtc_state down to skl dpll funcs
` [PATCH 04/13] drm/i915: Remove redundant on stack dpll_hw_state from skl_get_dpll()
` [PATCH 05/13] drm/i915: Pass crtc_state down to bxt dpll funcs
` [PATCH 06/13] drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll()
` [PATCH 07/13] drm/i915: Pass crtc_state down to cnl dpll funcs
` [PATCH 08/13] drm/i915: Remove redundant on stack dpll_hw_state from cnl_get_dpll()
` [PATCH 09/13] drm/i915: Pass crtc_state down to icl dpll funcs
` [PATCH 10/13] drm/i915: Remove redundant on stack dpll_hw_state from icl_get_dpll()
` [PATCH 11/13] drm/i915: Fix readout for cnl DPLL kdiv==3
` [PATCH 12/13] drm/i915: Nuke icl_calc_dp_combo_pll_link()
` [PATCH 13/13] drm/i915: Remove the fragile array index -> link rate mapping
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll()
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v10 01/40] components: multiple components for a device
 2019-02-07 22:48 UTC  (7+ messages)
` [PATCH 1/3] component: Add documentation
  ` [PATCH 2/3] components: multiple components for a device

[PATCH v11 00/42] drm/i915: Implement HDCP2.2
 2019-02-07 22:12 UTC  (71+ messages)
` [PATCH v11 01/42] component: Add documentation
` [PATCH v11 02/42] components: multiple components for a device
` [PATCH v11 03/42] drm/doc: document recommended component helper usage
` [PATCH v11 04/42] i915/snd_hdac: I915 subcomponent for the snd_hdac
` [PATCH v11 05/42] drm/i915: Gathering the HDCP1.4 routines together
` [PATCH v11 06/42] drm: header for i915 - MEI_HDCP interface
` [PATCH v11 07/42] drm/i915: Initialize HDCP2.2
` [PATCH v11 08/42] drm/i915: MEI interface definition
` [PATCH v11 09/42] drm/i915: hdcp1.4 CP_IRQ handling and SW encryption tracking
` [PATCH v11 10/42] drm/i915: Enable and Disable of HDCP2.2
` [PATCH v11 11/42] drm/i915: Implement HDCP2.2 receiver authentication
` [PATCH v11 12/42] drm: helper functions for hdcp2 seq_num to from u32
` [PATCH v11 13/42] drm/i915: Implement HDCP2.2 repeater authentication
` [PATCH v11 14/42] drm: HDCP2.2 link check period
` [PATCH v11 15/42] drm/i915: Implement HDCP2.2 link integrity check
` [PATCH v11 16/42] drm/i915: Handle HDCP2.2 downstream topology change
` [PATCH v11 17/42] drm: removing the DP Errata msg and its msg id
` [PATCH v11 18/42] drm/i915: Implement the HDCP2.2 support for DP
` [PATCH v11 19/42] drm/i915: Implement the HDCP2.2 support for HDMI
` [PATCH v11 20/42] drm/i915: CP_IRQ handling for DP HDCP2.2 msgs
` [PATCH v11 21/42] drm/i915: HDCP state handling in ddi_update_pipe
` [PATCH v11 22/42] drm/i915: Fix KBL HDCP2.2 encrypt status signalling
` [PATCH v11 23/42] mei: bus: whitelist hdcp client
` [PATCH v11 24/42] mei: me: add ice lake point device ids
` [PATCH v11 25/42] mei: bus: export to_mei_cl_device for mei client device drivers
` [PATCH v11 26/42] misc/mei/hdcp: Client driver for HDCP application
` [PATCH v11 27/42] misc/mei/hdcp: Define ME FW interface for HDCP2.2
` [PATCH v11 28/42] misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
` [PATCH v11 29/42] misc/mei/hdcp: Verify Receiver Cert and prepare km
` [PATCH v11 30/42] misc/mei/hdcp: Verify H_prime
` [PATCH v11 31/42] misc/mei/hdcp: Store the HDCP Pairing info
` [PATCH v11 32/42] misc/mei/hdcp: Initiate Locality check
` [PATCH v11 33/42] misc/mei/hdcp: Verify L_prime
` [PATCH v11 34/42] misc/mei/hdcp: Prepare Session Key
` [PATCH v11 35/42] misc/mei/hdcp: Repeater topology verification and ack
` [PATCH v11 36/42] misc/mei/hdcp: Verify M_prime
` [PATCH v11 37/42] misc/mei/hdcp: Enabling the HDCP authentication
` [PATCH v11 38/42] misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
` [PATCH v11 39/42] misc/mei/hdcp: Component framework for I915 Interface
` [PATCH v11 40/42] FOR_TEST_ONLY: i915/Kconfig: Select mei_hdcp by I915
` [PATCH v11 41/42] FOR_TESTING_ONLY: debugfs: Excluding the LSPCon for HDCP1.4
` [PATCH v11 42/42] FOR_TESTING_ONLY: ICL: Limit clk to <= 340MHz
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Implement HDCP2.2 (rev17)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v3 0/7] Enable/disable gamma/csc dynamically and fix C8
 2019-02-07 22:11 UTC  (12+ messages)
` [PATCH v3 1/7] drm/i915: Populate gamma_mode for all platforms
` [PATCH v3 2/7] drm/i915: Track pipe gamma enable/disable in crtc state
  ` [PATCH v4 "
` [PATCH v3 3/7] drm/i915: Track pipe csc enable "
` [PATCH v3 4/7] drm/i915: Turn off pipe gamma when it's not needed
` [PATCH v3 5/7] drm/i915: Turn off pipe CSC "
` [PATCH v3 6/7] drm/i915: Disable pipe gamma when C8 pixel format is used
` [PATCH v3 7/7] drm/i915: Update DSPCNTR gamma/csc bits during crtc_enable()
` ✗ Fi.CI.BAT: failure for Enable/disable gamma/csc dynamically and fix C8
` ✓ Fi.CI.BAT: success for Enable/disable gamma/csc dynamically and fix C8 (rev2)

[PATCH v4] drm/i915/psr: Execute the default PSR code path when setting i915_edp_psr_debug
 2019-02-07 22:00 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/psr: Execute the default PSR code path when setting i915_edp_psr_debug (rev4)
` ✓ Fi.CI.IGT: "

[PATCH 0/6] drm/drv: Remove drm_dev_unplug()
 2019-02-07 21:52 UTC  (19+ messages)
` [PATCH 1/6] drm: Fix drm_release() and device unplug
` [PATCH 2/6] drm/drv: Prepare to remove drm_dev_unplug()
  ` [Intel-gfx] "
` [PATCH 4/6] drm/udl: Use drm_dev_unregister()
` [PATCH 6/6] drm/drv: Remove drm_dev_unplug()

[PATCH v6 0/5] drm: minimize drmP.h dependencies
 2019-02-07 21:35 UTC  (2+ messages)

Fixes that failed to apply to v5.0-rc5
 2019-02-07 21:26 UTC  (4+ messages)

[PATCH i-g-t] i915/gem_exec_schedule: Rebuild signal handler in child
 2019-02-07 21:03 UTC 

[PATCH 1/3] drm/i915: Make 48bit full ppgtt configuration generic (v11)
 2019-02-07 20:16 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: Remove HAS_4LVL_PPGTT
` [PATCH 3/3] drm/i915: Remove HAS_FULL_PPGTT and device_info.ppgtt enum (v3)
` ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/i915: Make 48bit full ppgtt configuration generic (v11)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Skip scanning for signalers if we are already inflight
 2019-02-07 19:28 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v2 00/13] Enable/disable gamma/csc dynamically and fix C8
 2019-02-07 19:24 UTC  (11+ messages)
` [PATCH v2 06/13] drm/i915: Move LUT programming to happen after vblank waits
` [PATCH v2 07/13] drm/i915: Populate gamma_mode for all platforms
` [PATCH v2 13/13] drm/i915: Update DSPCNTR gamma/csc bits during crtc_enable()

[v11 0/4] Add Colorspace connector property interface
 2019-02-07 19:03 UTC  (7+ messages)
` [v11 1/4] drm: Add HDMI colorspace property

[PATCH -fixes] drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen
 2019-02-07 16:32 UTC  (2+ messages)

[PATCH 1/8] drm/i915: Hack and slash, throttle execbuffer hogs
 2019-02-07 16:21 UTC  (20+ messages)
` [PATCH 2/8] drm/i915: Defer removing fence register tracking to rpm wakeup
` [PATCH 3/8] drm/i915: Revoke mmaps and prevent access to fence registers across reset
` [PATCH 4/8] drm/i915: Force the GPU reset upon wedging
` [PATCH 5/8] drm/i915: Uninterruptibly drain the timelines on unwedging
` [PATCH 6/8] drm/i915: Wait for old resets before applying debugfs/i915_wedged
` [PATCH 7/8] drm/i915: Serialise resets with wedging
` [PATCH 8/8] drm/i915: Don't claim an unstarted request was guilty
  ` [PATCH] "
` ✗ Fi.CI.SPARSE: warning for series starting with [1/8] drm/i915: Hack and slash, throttle execbuffer hogs (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
 2019-02-07 13:38 UTC  (2+ messages)

[PATCH] drm: Nuke drm_calc_{h,v}scale_relaxed()
 2019-02-07 12:07 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[CI v3 1/2] drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
 2019-02-07 11:52 UTC  (4+ messages)
` [CI v3 2/2] drm/i915: Handle vm_mmap error "
` ✓ Fi.CI.BAT: success for series starting with [CI,v3,1/2] drm/i915: Prevent a race "
` ✓ Fi.CI.IGT: "

[CI v2] drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
 2019-02-07 11:09 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PULL] drm-misc-fixes
 2019-02-07  8:21 UTC 

[PULL] drm-intel-fixes
 2019-02-07  7:48 UTC 

[PATCH] drm/i915: HDCP state handling in ddi_update_pipe
 2019-02-07  7:01 UTC  (4+ messages)

[PATCH 1/4] drm/i915: Add pipe crc tracepoint
 2019-02-07  6:01 UTC  (9+ messages)
` [PATCH 2/4] drm/i915: Add pipe enable/disable tracepoints
` [PATCH 3/4] drm/i915: Add overlooked plane disable tracepoint into intel_crtc_disable_planes()
` [PATCH 4/4] drm/i915: Wrap plane update/disable hook calls
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Add pipe crc tracepoint
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/dsc: Add kernel documentation for DRM DP DSC helpers
 2019-02-07  4:05 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/dsc: Add kernel documentation for DRM DP DSC helpers (rev3)
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Bump skl+ wm blocks to 11 bits
 2019-02-07  0:21 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Just use icl+ definition for PLANE_WM blocks field

[PATCH] drm/i915: Don't set update_wm_post on g4x+
 2019-02-06 22:07 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v2] drm/dsc: Add kernel documentation for DRM DP DSC helpers
 2019-02-06 21:31 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v10 00/40] drm/i915: Implement HDCP2.2
 2019-02-06 21:14 UTC  (6+ messages)
` [PATCH v10 25/40] misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session

[PATCH v4 0/3] Support 64 bpp half float formats
 2019-02-06 20:06 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for Support 64 bpp half float formats (rev5)


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