Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-01-10 04:57:40 to 2019-01-11 14:22:44 UTC [more...]

[PATCH 5/6] drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
 2019-01-11 14:22 UTC  (3+ messages)
` [PATCH v24 "

[PATCH 0/3] Enable Y2xx and Y4xx (xx:10/12/16 bits) packed formats for ICL
 2019-01-11 14:15 UTC  (11+ messages)
` [PATCH 1/3] drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourcc
` [PATCH 2/3] drm/i915/icl: Add Y2xx and Y4xx (xx:10/12/16) plane control definitions
` [PATCH 3/3] drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planes
` ✗ Fi.CI.CHECKPATCH: warning for Enable Y2xx and Y4xx (xx:10/12/16 bits) packed formats for ICL
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH v2 00/10] drm/i915: Infoframe precompute/check
 2019-01-11 14:07 UTC  (16+ messages)
` [PATCH v2 01/10] video/hdmi: Add an enum for HDMI packet types
` [PATCH v2 02/10] drm/i915: Add the missing HDMI gamut metadata packet stuff
` [PATCH v2 03/10] drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()
` [PATCH v2 04/10] drm/i915: Store mask of enabled infoframes in the crtc state
` [PATCH v2 05/10] drm/i915: Precompute HDMI infoframes
` [PATCH v2 06/10] drm/i915: Read out "
` [PATCH v2 07/10] drm/i915/sdvo: Precompute "
` [PATCH v2 08/10] drm/i915/sdvo: Read out "
` [PATCH v2 09/10] drm/i915: Check infoframe state in intel_pipe_config_compare()
` [PATCH v2 10/10] drm/i915: Include infoframes in the crtc state dump
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Infoframe precompute/check (rev6)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH i-g-t] i915/gem_tiled_wc: Reuse common gem_get_tiling
 2019-01-11 14:01 UTC  (2+ messages)
` [igt-dev] "

[PATCH i-g-t] i915/gem_tiled_pread: Skip on unknown swizzling
 2019-01-11 14:00 UTC  (4+ messages)
` [igt-dev] "
` [PATCH i-g-t v2] "

Track rpm wakerefs to fix bugs
 2019-01-11 13:47 UTC  (35+ messages)
` [PATCH 01/21] drm/i915: Track all held rpm wakerefs
` [PATCH 02/21] drm/i915: Markup paired operations on wakerefs
` [PATCH 03/21] drm/i915: Track GT wakeref
` [PATCH 04/21] drm/i915: Track the rpm wakerefs for error handling
` [PATCH 05/21] drm/i915: Mark up sysfs with rpm wakeref tracking
` [PATCH 06/21] drm/i915: Mark up debugfs "
` [PATCH 07/21] drm/i915/perf: Track the rpm wakeref
` [PATCH 08/21] drm/i915/pmu: Track "
` [PATCH 09/21] drm/i915/guc: Track the "
` [PATCH 10/21] drm/i915/gem: Track the rpm wakerefs
` [PATCH 11/21] drm/i915/fb: Track "
` [PATCH 12/21] drm/i915/hotplug: Track temporary rpm wakeref
` [PATCH 13/21] drm/i915/panel: "
` [PATCH 14/21] drm/i915/selftests: Mark up rpm wakerefs
` [PATCH 15/21] drm/i915: Syntatic sugar for using intel_runtime_pm
` [PATCH 16/21] drm/i915: Markup paired operations on display power domains
` [PATCH 17/21] drm/i915: Track the wakeref used to initialise "
` [PATCH 18/21] drm/i915: Combined gt.awake/gt.power wakerefs
` [PATCH 19/21] drm/i915/dp: Markup pps lock power well
` [PATCH 20/21] drm/i915: Complain if hsw_get_pipe_config acquires the same power well twice
` [PATCH 21/21] drm/i915: Mark up Ironlake ips with rpm wakerefs
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/21] drm/i915: Track all held "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t] i915/gem_ppgtt: Convert stress test to run for a fixed duration
 2019-01-11 13:40 UTC  (2+ messages)
` [igt-dev] "

[PATCH i-g-t] Make force work with multiple drivers available
 2019-01-11 13:13 UTC 

[PATCH v7 00/20] MST refcounting/atomic helpers cleanup
 2019-01-11 11:41 UTC  (24+ messages)
` [PATCH v7 03/20] drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()
` [PATCH v7 09/20] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
` [PATCH v7 12/20] drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()
  ` [PATCH v7 01/20] drm/dp_mst: Fix some formatting in drm_dp_add_port()
  ` [PATCH v7 02/20] drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()
  ` [PATCH v7 04/20] drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()
  ` [PATCH v7 05/20] drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friends
  ` [PATCH v7 06/20] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
  ` [PATCH v7 07/20] drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref fails
  ` [PATCH v7 08/20] drm/dp_mst: Stop releasing VCPI when removing ports from topology
  ` [PATCH v7 10/20] drm/i915: Keep malloc references to MST ports
  ` [PATCH v7 11/20] drm/amdgpu/display: Keep malloc ref to MST port
  ` [PATCH v7 13/20] drm/nouveau: Remove unnecessary VCPI checks in nv50_msto_cleanup()
  ` [PATCH v7 14/20] drm/nouveau: Keep malloc references to MST ports
  ` [PATCH v7 15/20] drm/nouveau: Stop unsetting mstc->port, use malloc refs
  ` [PATCH v7 16/20] drm/nouveau: Grab payload lock in nv50_msto_payload()
  ` [PATCH v7 17/20] drm/dp_mst: Add some atomic state iterator macros
  ` [PATCH v7 18/20] drm/dp_mst: Start tracking per-port VCPI allocations
` [PATCH v7 19/20] drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
` [PATCH v7 20/20] drm/nouveau: Use atomic VCPI helpers for MST
` ✗ Fi.CI.CHECKPATCH: warning for MST refcounting/atomic helpers cleanup (rev7)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] i915/hangman: Read a dummy byte to check sysfs existence
 2019-01-11 11:37 UTC  (2+ messages)
` [igt-dev] "

[PATCH] drm/i915/cnl: Fix CNL macros for Voltage Swing programming
 2019-01-11 11:35 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/cnl: Fix CNL macros for Voltage Swing programming (rev2)
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t] intel-ci/blacklist: Exclude gem_exec_parse lri
 2019-01-11 10:02 UTC  (2+ messages)

[PULL v2] drm-misc-fixes
 2019-01-11  9:29 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2019-01-11  9:29 UTC  (2+ messages)

Gen8+ engine-reset
 2019-01-11  8:22 UTC  (12+ messages)
` drm/i915: Watchdog timeout: IRQ handler for gen8+
` drm/i915/watchdog: move emit_stop_watchdog until the very end of the ring commands

[PATCH v6 00/20] MST refcounting/atomic helpers cleanup
 2019-01-11  5:31 UTC  (25+ messages)
` [PATCH v6 03/20] drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()
` [PATCH v6 04/20] drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()
` [PATCH v6 05/20] drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friends
  ` [PATCH v6 01/20] drm/dp_mst: Fix some formatting in drm_dp_add_port()
  ` [PATCH v6 02/20] drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()
  ` [PATCH v6 06/20] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
  ` [PATCH v6 07/20] drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref fails
  ` [PATCH v6 09/20] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
  ` [PATCH v6 10/20] drm/i915: Keep malloc references to MST ports
  ` [PATCH v6 11/20] drm/amdgpu/display: Keep malloc ref to MST port
  ` [PATCH v6 12/20] drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()
  ` [PATCH v6 14/20] drm/nouveau: Keep malloc references to MST ports
  ` [PATCH v6 15/20] drm/nouveau: Stop unsetting mstc->port, use malloc refs
  ` [PATCH v6 16/20] drm/nouveau: Grab payload lock in nv50_msto_payload()
  ` [PATCH v6 17/20] drm/dp_mst: Add some atomic state iterator macros
` [PATCH v6 08/20] drm/dp_mst: Stop releasing VCPI when removing ports from topology
` [PATCH v6 13/20] drm/nouveau: Remove unnecessary VCPI checks in nv50_msto_cleanup()
` [PATCH v6 18/20] drm/dp_mst: Start tracking per-port VCPI allocations
` [PATCH v6 19/20] drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
` [PATCH v6 20/20] drm/nouveau: Use atomic VCPI helpers for MST
` ✗ Fi.CI.CHECKPATCH: warning for MST refcounting/atomic helpers cleanup (rev6)
` ✓ Fi.CI.BAT: success "
` [Nouveau] [PATCH v6 00/20] MST refcounting/atomic helpers cleanup
` ✓ Fi.CI.IGT: success for MST refcounting/atomic helpers cleanup (rev6)

[PATCH i-g-t 0/4] Per context dynamic (sub)slice power-gating
 2019-01-11  3:18 UTC  (4+ messages)
` [PATCH i-g-t 3/4] tests/gem_media_vme: Simple test to exercise the VME block
  ` [igt-dev] "

linux-next: manual merge of the drm-misc tree with Linus' tree
 2019-01-11  0:14 UTC 

[PATCH i-g-t] i915/gem_ctx_isolation: Ignore the low bits of BB_OFFSET
 2019-01-10 23:31 UTC  (6+ messages)
` [igt-dev] "

[PATCH] drm/i915/cnl: Fix CNL macros for Voltage Swing programming
 2019-01-10 23:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 1/6] drm/i915/psr: Allow PSR2 to be enabled when debugfs asks
 2019-01-10 23:00 UTC  (13+ messages)
` [PATCH v2 2/6] drm/i915: Refactor PSR status debugfs
` [PATCH v2 4/6] drm/i915/psr: Do not print last attempted entry or exit in PSR debugfs while in PSR2
` [PATCH v2 5/6] drm/i915: Add PSR2 selective update status registers and bits definitions
` [PATCH v2 6/6] drm/i915/debugfs: Print PSR selective update status register values

[v5 0/6] Add support for Gen 11 pipe color features
 2019-01-10 22:38 UTC  (5+ messages)
` [v5 1/6] drm/i915: Check for Null for color lut callbacks
` [v5 2/6] drm/i915: Sanitize crtc gamma mode

[PATCH i-g-t] i915/hangman: Skip if disabled by the kernel
 2019-01-10 22:11 UTC  (2+ messages)
` [igt-dev] "

[PATCH] drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSen
 2019-01-10 19:41 UTC  (2+ messages)

[PATCH] drm/i915: Guard error capture against unpinned vma
 2019-01-10 17:42 UTC  (5+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

Logical (HW) contexts for gen4/5
 2019-01-10 16:32 UTC  (8+ messages)
` [PATCH 1/3] drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context
` [PATCH 2/3] drm/i915: Enable render context support for Ironlake (gen5)
` [PATCH 3/3] drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context
` ✓ Fi.CI.IGT: "

[RFC] drm: add DRM_DEBUG_CORE() and friends and use them
 2019-01-10 15:27 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Use mutex_lock_killable() from inside the shrinker
 2019-01-10 13:48 UTC  (11+ messages)
` [PATCH 2/2] drm/i915: Removing polling for struct_mutex from vmap shrinker

[PULL] gvt-fixes for 5.0-rc2
 2019-01-10 13:09 UTC  (2+ messages)

[v4 00/12] Add HDR Metadata Parsing and handling in DRM layer
 2019-01-10 11:45 UTC  (6+ messages)
` [v4 01/12] drm: Add HDR source metadata property
` [v4 05/12] drm: Add HDR capability field to plane structure

[PATCH 01/46] drm/i915: Return immediately if trylock fails for direct-reclaim
 2019-01-10 11:24 UTC  (12+ messages)
` [PATCH 17/46] drm/i915: Syntatic sugar for using intel_runtime_pm
` [PATCH 18/46] drm/i915: Markup paired operations on display power domains
` [PATCH 39/46] drm/i915: Always allocate an object/vma for the HWSP

[PATCH v2 1/2] drm/i915/selftests: recreate WA lists inside the selftest
 2019-01-10 10:09 UTC  (9+ messages)
` [PATCH v2 2/2] drm/i915: init per-engine WAs for all engines
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915/selftests: recreate WA lists inside the selftest
` ✓ Fi.CI.IGT: "

[PATCH v1] sna: fix of byteswap.h absence on bsd
 2019-01-10 10:03 UTC  (2+ messages)

[PATCH] drm/i915: drop DPF code for gen8+
 2019-01-10  9:46 UTC  (2+ messages)

[PATCH v5 00/20] MST refcounting/atomic helpers cleanup
 2019-01-10  9:35 UTC  (15+ messages)
` [PATCH v5 04/20] drm/dp_mst: Fix some formatting in drm_dp_mst_deallocate_vcpi()
` [PATCH v5 06/20] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
` [PATCH v5 07/20] drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref fails
` [PATCH v5 08/20] drm/dp_mst: Stop releasing VCPI when removing ports from topology
` [PATCH v5 17/20] drm/dp_mst: Add some atomic state iterator macros
` [PATCH v5 18/20] drm/dp_mst: Start tracking per-port VCPI allocations
` [PATCH v5 19/20] drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()

[PULL] drm-misc-fixes
 2019-01-10  6:52 UTC 


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