public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-10-18 23:10:29 to 2019-10-22 03:02:01 UTC [more...]

[PATCH v5 00/14] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-10-22  3:02 UTC  (17+ messages)
` [PATCH v5 01/14] drm/dp_mst: Destroy MSTBs asynchronously
` [PATCH v5 02/14] drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactor
` [PATCH v5 03/14] drm/dp_mst: Refactor pdt setup/teardown, add more locking
` [PATCH v5 04/14] drm/dp_mst: Handle UP requests asynchronously
` [PATCH v5 05/14] drm/dp_mst: Add probe_lock
` [PATCH v5 06/14] drm/dp_mst: Protect drm_dp_mst_port members with locking
` [PATCH v5 07/14] drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()
` [PATCH v5 08/14] drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume()
` [PATCH v5 09/14] drm/nouveau: Don't grab runtime PM refs for HPD IRQs
` [PATCH v5 10/14] drm/nouveau: Resume hotplug interrupts earlier
` [PATCH v5 11/14] drm/amdgpu: Iterate through DRM connectors correctly
` [PATCH v5 12/14] drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology
` [PATCH v5 13/14] drm/dp_mst: Add basic topology reprobing when resuming
` [PATCH v5 14/14] drm/dp_mst: Add topology ref history tracking for debugging
` ✗ Fi.CI.CHECKPATCH: warning for DP MST Refactors + debugging tools + suspend/resume reprobing
` ✗ Fi.CI.SPARSE: "

[PATCH 1/2] drm/i915: Lift i915_vma_parked() onto the gt
 2019-10-22  2:21 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Remove pm park/unpark notifications
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Lift i915_vma_parked() onto the gt
` ✗ Fi.CI.IGT: failure "

[PULL] drm-misc-next
 2019-10-22  2:17 UTC  (6+ messages)
        ` [Intel-gfx] "

[CI] drm/i915/gt: Introduce barrier pulses along engines
 2019-10-22  1:24 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Introduce barrier pulses along engines (rev4)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v7 i-g-t 4/4] kms_writeback: Add writeback-check-output
 2019-10-22  1:00 UTC 

[PATCH v7 i-g-t 3/4] lib: Add function to hash a framebuffer
 2019-10-22  1:00 UTC 

[PATCH v7 i-g-t 2/4] kms_writeback: Add initial writeback tests
 2019-10-22  0:59 UTC 

[PATCH v7 i-g-t 1/4] lib/igt_kms: Add writeback support
 2019-10-22  0:58 UTC 

[PATCH v7 i-g-t 0/4] Add support for testing writeback connectors
 2019-10-22  0:54 UTC 

[PATCH] drm/i915/tc: Implement the TC cold exit sequence
 2019-10-22  0:03 UTC  (5+ messages)

[PATCH v2 1/2] drm/i915/perf: Add helper macros for comparing with whitelisted registers
 2019-10-21 23:45 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915/tgl: Add perf support on TGL
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915/perf: Add helper macros for comparing with whitelisted registers
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[RFC 0/6] DP Phy compliace auto test
 2019-10-21 23:47 UTC  (9+ messages)
` [RFC 1/6] drm/dp: get/set phy compliance pattern
` [RFC 2/6] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation
` [RFC 3/6] drm/i915/dp: Preparation for DP phy compliance auto test
` [RFC 6/6] drm/i915/dp: Program vswing, pre-emphasis, test-pattern

[PATCH] drm/i915/tc: Clear DKL_TX_PMD_LANE_SUS before program voltage swing
 2019-10-21 23:17 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

linux-next: build warning after merge of the drm-misc-fixes tree
 2019-10-21 22:40 UTC  (4+ messages)
` linux-next: build warning after merge of the vfs-fixes tree

[PATCH] drm/i915/selftests: Use all physical engines for i915_active
 2019-10-21 22:35 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 1/4] dma-buf: change DMA-buf locking convention v2
 2019-10-21 22:13 UTC  (7+ messages)
` [PATCH 2/4] dma-buf: stop using the dmabuf->lock so much
` [PATCH 3/4] drm/amdgpu: add independent DMA-buf export v7
` [PATCH 4/4] drm/amdgpu: add independent DMA-buf import v8
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] dma-buf: change DMA-buf locking convention v2
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 0/3] dma_resv lockdep annotations/priming
 2019-10-21 21:26 UTC  (8+ messages)
` [PATCH 1/3] dma_resv: prime lockdep annotations
  ` [PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
` [PATCH 3/3] drm/ttm: remove ttm_bo_wait_unreserved
` ✗ Fi.CI.CHECKPATCH: warning for dma_resv lockdep annotations/priming
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH 01/13] drm/i915: Don't set queue_priority_hint if we don't kick the submission
 2019-10-21 20:31 UTC  (6+ messages)
` [PATCH 02/13] drm/i915/selftests: Add coverage of mocs registers

[PATCH v2 1/7] drm/i915: support creating LMEM objects
 2019-10-21 20:28 UTC  (11+ messages)
` [PATCH v2 2/7] drm/i915: setup io-mapping for LMEM
` [PATCH v2 3/7] drm/i915/lmem: support kernel mapping
` [PATCH v2 4/7] drm/i915/selftests: add write-dword test for LMEM
` [PATCH v2 5/7] drm/i915/selftests: extend coverage to include LMEM huge-pages
` [PATCH v2 6/7] drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke tests
` [PATCH v2 7/7] drm/i915/selftests: add sanity selftest for huge-GTT-pages

[PATCH] test/kms_content_protection: Use generic debugfs name for HDCP caps
 2019-10-21 19:42 UTC  (2+ messages)
` [PATCH i-g-t v2] tests/kms_content_protection: check i915 and "

[PULL] drm-intel-next
 2019-10-21 18:03 UTC 

[PATCH v4 0/2] Refactor Gen11+ SAGV support
 2019-10-21 17:23 UTC  (5+ messages)
` [PATCH v4 1/2] drm/i915: Refactor intel_can_enable_sagv

[PATCH] drm/i915/aml: Allow SPT PCH for all AML devices
 2019-10-21 16:59 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/aml: Allow SPT PCH for all AML devices (rev2)

[CI] drm/i915/gt: Introduce barrier pulses along engines
 2019-10-21 16:48 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Introduce barrier pulses along engines (rev3)
` ✗ Fi.CI.BAT: failure "

[CI] drm/i915/gt: Introduce barrier pulses along engines
 2019-10-21 15:56 UTC 

[CI] drm/i915/gt: Introduce barrier pulses along engines
 2019-10-21 15:25 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915: Program LUT before intel_color_commit() if LUT was not previously set
 2019-10-21 14:39 UTC  (4+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH 1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-10-21 13:35 UTC  (8+ messages)
` [PATCH 2/5] drm/i915: define HAS_MAPPABLE_APERTURE
` [PATCH 3/5] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
` [PATCH 4/5] drm/i915: cpu-map based dumb buffers
` [PATCH 5/5] drm/i915: Add cpu fault handler for mmap_offset
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
` ✗ Fi.CI.BAT: failure "

[RFC PATCH] drm/i915: Restore full symmetry in i915_driver_modeset_probe/remove
 2019-10-21 12:23 UTC  (4+ messages)

[PATCH i-g-t 1/2] i915: Start putting the mmio_base to wider use
 2019-10-21 11:01 UTC  (2+ messages)
` [PATCH i-g-t 2/2] i915/gem_ctx_isolation: Check engine relative registers

[PATCH] RFC drm/i915: Allow userspace to specify ringsize on construction
 2019-10-21 10:37 UTC  (2+ messages)

[PATCH v2 00/15] DSB enablement
 2019-10-21 10:18 UTC  (12+ messages)
` [PATCH v2 02/15] drm/i915/dsb: DSB context creation

[PATCH V4 0/6] mdev based hardware virtio offloading support
 2019-10-21 10:13 UTC  (18+ messages)
` [PATCH V4 1/6] mdev: class id support
` [PATCH V4 2/6] modpost: add support for mdev class id
` [PATCH V4 3/6] mdev: introduce device specific ops
` [PATCH V4 4/6] mdev: introduce virtio device and its device ops
` [PATCH V4 5/6] virtio: introduce a mdev based transport

[PATCH 01/16] drm/i915: Don't set queue_priority_hint if we don't kick the submission
 2019-10-21 10:01 UTC  (22+ messages)
` [PATCH 02/16] drm/i915: Drop assertion that ce->pin_mutex guards state updates
` [PATCH 03/16] drm/i915/selftests: Add coverage of mocs registers
` [PATCH 04/16] drm/i915/selftests: Teach igt_flush_test and igt_live_test to take intel_gt
` [PATCH 05/16] drm/i915/selftests: Force ordering of context switches
` [PATCH 06/16] drm/i915: Expose engine properties via sysfs
` [PATCH 07/16] drm/i915: Expose engine->mmio_base "
` [PATCH 08/16] drm/i915: Expose timeslice duration to sysfs
` [PATCH 09/16] drm/i915/execlists: Force preemption
` [PATCH 10/16] drm/i915/gt: Introduce barrier pulses along engines
` [PATCH 11/16] drm/i915/execlists: Cancel banned contexts on schedule-out
` [PATCH 12/16] drm/i915/gem: Cancel contexts when hangchecking is disabled
` [PATCH 13/16] drm/i915: Replace hangcheck by heartbeats
` [PATCH 14/16] drm/i915/gem: Make context persistence optional
` [PATCH 15/16] drm/i915/gem: Distinguish each object type
` [PATCH 16/16] drm/i915: Flush idle barriers when waiting
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/16] drm/i915: Don't set queue_priority_hint if we don't kick the submission
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t] i915: Start putting the mmio_base to wider use
 2019-10-21  9:57 UTC 

[PATCH 1/2] drm/i915/gvt: Wean off struct_mutex
 2019-10-21  8:03 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/gvt: Wean gvt off dev_priv->engine[]

[PATCH 1/4] drm/edid: Make drm_get_cea_aspect_ratio() static
 2019-10-21  6:28 UTC  (5+ messages)
` [PATCH 4/4] drm/edid: Prep for HDMI VIC aspect ratio (WIP)

[PATCH] drm/i915: Try to re-use GOP / previous M-N-P settings for vlv DSI PLL
 2019-10-20 21:23 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-10-20 20:14 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[CI] drm/i915: Extract GT ring management
 2019-10-20 19:44 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Extract GT ring management (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH 1/3] dma-buf: Prettify typecasts for dma-fence-chain
 2019-10-20 18:53 UTC  (6+ messages)
` [PATCH 2/3] dma-buf: Report signaled links inside dma-fence-chain
` [PATCH 3/3] dma-buf: Exercise dma-fence-chain under selftests
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] dma-buf: Prettify typecasts for dma-fence-chain
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Extract GT ring management
 2019-10-20  9:05 UTC  (5+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/perf: fix oa config reconfiguration
 2019-10-20  9:00 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v2 1/3] drm/i915/perf: Add helper macros for comparing with whitelisted registers
 2019-10-20  5:04 UTC  (2+ messages)

mmotm 2019-10-18-22-40 uploaded (i915)
 2019-10-19 15:45 UTC 

[PATCH] drm/i915: Drop assertion that ce->pin_mutex guards state updates
 2019-10-19 13:44 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH i-g-t 1/3] i915: Exercise preemption timeout controls in sysfs
 2019-10-19 10:14 UTC  (4+ messages)
` [PATCH i-g-t 2/3] i915: Exercise sysfs heartbeat controls
` [PATCH i-g-t 3/3] i915: Exercise timeslice sysfs property
` ✗ GitLab.Pipeline: warning for series starting with [1/3] i915: Exercise preemption timeout controls in sysfs

[PATCH v2 1/3] drm/i915/perf: Add helper macros for comparing with whitelisted registers
 2019-10-19  7:18 UTC  (4+ messages)
` [PATCH v2 2/3] drm/i915/perf: enable OAR context save/restore of performance counters

[PATCH 1/5] drm/i915/display: Handle fused off display correctly
 2019-10-19  4:15 UTC  (7+ messages)
` [PATCH 2/5] drm/i915/display: Handle fused off HDCP
` [PATCH 3/5] drm/i915/display: Check if FBC is fused off
` [PATCH 4/5] drm/i915/display/icl+: Check if DMC "
` [PATCH 5/5] drm/i915/display/cnl+: Handle fused off DSC
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915/display: Handle fused off display correctly
` ✓ Fi.CI.IGT: "

[CI 1/5] drm/i915: simplify setting of ddi_io_power_domain
 2019-10-19  1:33 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [CI,1/5] drm/i915: simplify setting of ddi_io_power_domain (rev4)
` ✓ Fi.CI.IGT: "

[CI v12 1/6] drm/i915/display/icl: Save Master transcoder in slave's crtc_state for Transcoder Port Sync
 2019-10-18 23:13 UTC  (5+ messages)
` [CI v12 5/6] drm/i915/display/icl: Disable transcoder port sync as part of crtc_disable() sequence
` [CI v12 6/6] drm/i915/display/icl: In port sync mode disable slaves first then master


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