public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-02-04 13:22:43 to 2019-02-05 16:09:16 UTC [more...]

[PATCH v2 00/13] Enable/disable gamma/csc dynamically and fix C8
 2019-02-05 16:08 UTC  (8+ messages)
` [PATCH v2 01/13] drm/i915: Split the gamma/csc enable bits from the plane_ctl() function
` [PATCH v2 02/13] drm/i915: Precompute gamma_mode
` [PATCH v2 03/13] drm/i915: Constify the state arguments to the color management stuff
` [PATCH v2 04/13] drm/i915: Pull GAMMA_MODE write out from haswell_load_luts()
` [PATCH v2 05/13] drm/i915: Split color mgmt based on single vs. double buffered registers
` [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

[v11 0/4] Add Colorspace connector property interface
 2019-02-05 16:05 UTC  (6+ messages)
` [v11 1/4] drm: Add HDMI colorspace property
` [v11 2/4] drm: Add DP "
` [v11 3/4] drm: Add colorspace info to AVI Infoframe
` [v11 4/4] drm/i915: Attach colorspace property and enable modeset
` ✗ Fi.CI.BAT: failure for Add Colorspace connector property interface (rev11)

Fixes that failed to apply to v5.0-rc5
 2019-02-05 16:01 UTC  (4+ messages)
` [PATCH -fixes] drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen
` ✗ Fi.CI.BAT: failure for drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen (rev3)

[PATCH 1/4] drm/i915: Fix wm latency==0 disable on skl+
 2019-02-05 15:50 UTC  (21+ messages)
` [PATCH 2/4] drm/i915: Extract skl_set_pipe_chicken()
  ` [PATCH v2 2/4] drm/i915: Extract icl_set_pipe_chicken()
` [PATCH 3/4] drm/i915: Setup PIPE_CHICKEN for fastsets too
  ` [PATCH v2 "
` [PATCH 4/4] drm/i915: W/A for underruns with WM1+ disabled on icl
  ` [PATCH v2 "
` ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: Fix wm latency==0 disable on skl+
` ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: Fix wm latency==0 disable on skl+ (rev4)
` ✓ Fi.CI.IGT: "
` [PATCH v2 1/4] drm/i915: Fix wm latency==0 disable on skl+
` [PATCH v3 "

[v10 0/3] Add Colorspace connector property interface
 2019-02-05 15:28 UTC  (14+ messages)
` [v10 1/3] drm: Add HDMI colorspace property
      ` [Intel-gfx] "
` [v10 2/3] drm: Add DP "
` [v10 3/3] drm/i915: Attach colorspace property and enable modeset

Extract GPU activity tracking into its own schema
 2019-02-05 15:27 UTC  (7+ messages)
` [PATCH 1/4] drm/i915: Generalise GPU activity tracking
` [PATCH 2/4] drm/i915: Release the active tracker tree upon idling
` [PATCH 3/4] drm/i915: Allocate active tracking nodes from a slabcache
` [PATCH 4/4] drm/i915: Pull i915_gem_active into the i915_active family
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Generalise GPU activity tracking
` ✗ Fi.CI.SPARSE: "

[PATCH i-g-t 01/13] i915/gem_mocs_settings: Allow hangs around reset tests
 2019-02-05 15:09 UTC  (6+ messages)
` [PATCH i-g-t 05/13] lib: Add GPU power measurement
  ` [igt-dev] "

[PATCH v10 00/40] drm/i915: Implement HDCP2.2
 2019-02-05 14:13 UTC  (72+ messages)
` [PATCH v10 02/40] i915/snd_hdac: I915 subcomponent for the snd_hdac
` [PATCH v10 04/40] drm: header for i915 - MEI_HDCP interface
` [PATCH v10 05/40] drm/i915: Initialize HDCP2.2
` [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 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 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 38/40] drm/i915: Fix KBL HDCP2.2 encrypt status signalling

[PATCH] drm/i915/pmu: Fix enable count array size and bounds checking
 2019-02-05 13:25 UTC  (5+ messages)
  ` [PATCH v2] "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[CI] drm/i915/selftests: Exercise some AB...BA preemption chains
 2019-02-05 12:38 UTC 

[CI 1/5] drm/i915: Record the sseu configuration per-context & engine
 2019-02-05 12:35 UTC  (10+ messages)
` [CI 2/5] drm/i915/perf: lock powergating configuration to default when active
` [CI 3/5] drm/i915: Add timeline barrier support
` [CI 4/5] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
` [CI 5/5] drm/i915/selftests: Context SSEU reconfiguration tests
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/5] drm/i915: Record the sseu configuration per-context & engine
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915: Push clear_intel_crtc_state() onto the heap
 2019-02-05 12:16 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm/i915: Push clear_intel_crtc_state() onto the heap (rev2)
` ✓ Fi.CI.IGT: "

[PATCH 1/4] drm/i915: Enable transition watermarks for glk
 2019-02-05 11:39 UTC  (9+ messages)
` [PATCH 4/4] drm/i915: Drop WaIncreaseLatencyIPCEnabled/1140 for cnl
` ✗ Fi.CI.IGT: failure for series starting with [1/4] drm/i915: Enable transition watermarks for glk

[PATCH] drm/i915/cmdparser: whitelist needed predicate registers for Anv
 2019-02-05 11:35 UTC  (3+ messages)

[PATCH 0/6] drm/drv: Remove drm_dev_unplug()
 2019-02-05 10:20 UTC  (6+ messages)
` [PATCH 2/6] drm/drv: Prepare to remove drm_dev_unplug()
    ` [Intel-gfx] "

Fleshing out the picture to Load Balancing^W^W HW semaphores
 2019-02-05 10:07 UTC  (40+ messages)
` [PATCH 01/22] drm/i915/execlists: Suppress mere WAIT preemption
` [PATCH 03/22] drm/i915/selftests: Exercise some AB...BA preemption chains
` [PATCH 04/22] drm/i915: Trim NEWCLIENT boosting
  ` [PATCH] "
` [PATCH 05/22] drm/i915: Show support for accurate sw PMU busyness tracking
` [PATCH 06/22] drm/i915: Revoke mmaps and prevent access to fence registers across reset
` [PATCH 07/22] drm/i915: Force the GPU reset upon wedging
` [PATCH 10/22] drm/i915: Serialise resets with wedging
` [PATCH 11/22] drm/i915: Don't claim an unstarted request was guilty
` [PATCH 12/22] drm/i915: Generalise GPU activity tracking
` [PATCH 14/22] drm/i915: Allocate active tracking nodes from a slabcache
` [PATCH 15/22] drm/i915: Make request allocation caches global
` [PATCH 16/22] drm/i915: Add timeline barrier support
` [PATCH 17/22] drm/i915: Pull i915_gem_active into the i915_active family
` [PATCH 18/22] drm/i915: Keep timeline HWSP allocated until idle across the system
` [PATCH 19/22] drm/i915/execlists: Refactor out can_merge_rq()
` [PATCH 20/22] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 22/22] semaphore-no-stats
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] drm/i915/execlists: Suppress mere WAIT preemption
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] drm/i915/execlists: Suppress mere WAIT preemption (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/dsc: Add kernel documentation for DRM DP DSC helpers
 2019-02-05  9:55 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 0/6] Add uAPI to support ICL VME hardware for new media-driver
 2019-02-05  9:49 UTC  (5+ messages)

[PULL] drm-intel-next
 2019-02-05  8:03 UTC  (5+ messages)

[PATCH] drm/i915: Rename HAS_GMCH
 2019-02-05  1:40 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Include register polling in reg_rw traces
 2019-02-04 22:39 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2 RESEND 0/2] Support 64 bpp half float formats
 2019-02-04 22:16 UTC  (6+ messages)
` [PATCH v2 RESEND 2/2] drm/i915/icl: Implement "

[PATCH] drm/i915: do not return invalid pointers as a *dentry
 2019-02-04 19:37 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH] drm/i915: HDCP state handling in ddi_update_pipe
 2019-02-04 17:57 UTC  (10+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm/i915: HDCP state handling in ddi_update_pipe (rev2)
` ✓ Fi.CI.IGT: success for drm/i915: HDCP state handling in ddi_update_pipe
` ✓ Fi.CI.IGT: success for drm/i915: HDCP state handling in ddi_update_pipe (rev2)

[PATCH i-g-t] i915/perf_pmu: Verify that waiters do not report as busy
 2019-02-04 17:17 UTC 

[PATCH 0/7] drm/i915/perf: add OA interrupt support
 2019-02-04 15:30 UTC  (4+ messages)
` [PATCH 7/7] drm/i915/perf: add flushing ioctl

[PATCH 01/12] drm/i915: Allow normal clients to always preempt idle priority clients
 2019-02-04 13:47 UTC  (4+ messages)
` [PATCH 07/12] drm/i915: Revoke mmaps and prevent access to fence registers across reset

[PATCH i-g-t v5 0/6] igt: Add support for testing writeback connectors
 2019-02-04 13:36 UTC  (6+ messages)
` [PATCH i-g-t v5 1/6] lib/igt_kms: Add writeback support
` [PATCH i-g-t v5 5/6] lib/igt_kms: Add igt_output_clone_pipe for cloning


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