public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-02-07 07:18:45 to 2019-02-08 14:37:43 UTC [more...]

[v11 0/4] Add Colorspace connector property interface
 2019-02-08 14:37 UTC  (14+ messages)
` [v11 1/4] drm: Add HDMI colorspace property
                ` [Intel-gfx] "

[PATCH v2 0/2] drm/drv: Rework drm_dev_unplug() (was: Remove drm_dev_unplug())
 2019-02-08 14:36 UTC  (4+ messages)
  ` [PATCH v2 1/2] drm: Fix drm_release() and device unplug
  ` [PATCH v2 2/2] drm/drv: drm_dev_unplug(): Move out drm_dev_put() call

[PATCH 1/8] drm/i915: Hack and slash, throttle execbuffer hogs
 2019-02-08 14:30 UTC  (27+ 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/3] drm/i915/opregion: fix version check
 2019-02-08 14:29 UTC  (5+ messages)
` [PATCH 2/3] drm/i915/opregion: rvda is relative from opregion base in opregion 2.1+
` [PATCH 3/3] HACK: drm/i915/opregion: ICL should have opregion 2.1+ and relative rvda
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/opregion: fix version check
` ✗ Fi.CI.BAT: failure "

[PATCH v4 0/3] Support 64 bpp half float formats
 2019-02-08 14:16 UTC  (3+ messages)
` [PATCH v4 1/3] drm/fourcc: Add "
  ` [Intel-gfx] "

[IGT 1/2] tools/intel_gpu_top: Add support for stdout logging
 2019-02-08 13:58 UTC  (5+ messages)
` [IGT 2/2] tools/intel_gpu_top: Add file output capability

[PATCH 0/7] Enable P0xx (planar), Y2xx and Y4xx (packed) pixel formats
 2019-02-08 13:47 UTC  (8+ messages)
` [PATCH 1/7] drm: Add P010, P012, P016 format definitions and fourcc
` [PATCH 2/7] drm/i915: Add P010, P012, P016 plane control definitions
` [PATCH 3/7] drm/i915: preparations for enabling P010, P012, P016 formats
` [PATCH 4/7] drm/i915: enable P010, P012, P016 formats for primary and sprite planes
` [PATCH 5/7] drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourcc
` [PATCH 6/7] drm/i915/icl: Add Y2xx and Y4xx (xx:10/12/16) plane control definitions
` [PATCH 7/7] drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planes

[PATCH] drm/i915: Protect i915_active iterators from the shrinker
 2019-02-08 13:47 UTC 

Fixes that failed to apply to v5.0-rc5
 2019-02-08 13:07 UTC  (5+ messages)

[PATCH i-g-t] i915/gem_exec_scheduler: Disable alarm before exiting child
 2019-02-08 12:30 UTC  (2+ messages)

[PATCH 01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll()
 2019-02-08 12:24 UTC  (19+ 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 1/4] component: Add documentation
 2019-02-08 11:52 UTC  (11+ 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
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] component: Add documentation
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[IGT] tools/intel_gpu_top: Add support for stdout logging
 2019-02-08 11:06 UTC  (6+ messages)
` [igt-dev] "

[PATCH i-g-t] i915/gem_exec_schedule: Rebuild signal handler in child
 2019-02-08  9:54 UTC  (4+ messages)
` [igt-dev] "

linux-next: manual merge of the drm-misc tree with the drm tree
 2019-02-08  9:34 UTC  (4+ messages)

linux-next: build warning after merge of the drm-misc tree
 2019-02-08  9:29 UTC  (2+ messages)

linux-next: build failure after merge of the drm-misc tree
 2019-02-08  8:52 UTC  (2+ messages)

[PATCH v2 00/13] Enable/disable gamma/csc dynamically and fix C8
 2019-02-08  8:51 UTC  (12+ 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()

[PATCH v11 00/42] drm/i915: Implement HDCP2.2
 2019-02-08  8:48 UTC  (46+ messages)
` [PATCH v11 01/42] component: Add documentation
` [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 24/42] mei: me: add ice lake point device ids
` [PATCH v11 26/42] misc/mei/hdcp: Client driver for HDCP application
` [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 1/6] drm/i915: Compute has_drrs after compute has_psr
 2019-02-08  5:34 UTC  (9+ 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
` ✓ Fi.CI.IGT: "

[PATCH v3 0/7] Enable/disable gamma/csc dynamically and fix C8
 2019-02-08  0:46 UTC  (13+ 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)
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set
 2019-02-08  0:03 UTC  (3+ messages)

[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 v4] drm/i915/psr: Execute the default PSR code path when setting i915_edp_psr_debug
 2019-02-07 22:00 UTC  (3+ messages)

[PATCH 0/6] drm/drv: Remove drm_dev_unplug()
 2019-02-07 21:52 UTC  (10+ messages)
` [PATCH 1/6] drm: Fix drm_release() and device unplug
` [PATCH 2/6] drm/drv: Prepare to remove drm_dev_unplug()
` [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)

[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 -fixes] drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen
 2019-02-07 16:32 UTC  (2+ messages)

[PATCH] drm: Nuke drm_calc_{h,v}scale_relaxed()
 2019-02-07 12:07 UTC  (2+ messages)

[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 


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