public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2019-10-20 23:25:17 to 2019-10-22 10:12:29 UTC [more...]

[PATCH 0/3] Add scaling filters in DRM layer
 2019-10-22 10:12 UTC  (6+ messages)
` [PATCH 1/3] drm: Introduce scaling filter mode property
  ` [Intel-gfx] "
` [PATCH 2/3] drm/i915: Add support for scaling filters
` [PATCH 3/3] drm/i915: Handle nearest-neighbor scaling filter

[PATCH 00/12] Fewer for_each_engine(.., i915, ..)
 2019-10-22 10:11 UTC  (24+ messages)
` [PATCH 01/12] drm/i915: Pass intel_gt to intel_engines_init_mmio
` [PATCH 02/12] drm/i915: Pass intel_gt to intel_setup_engine_capabilities
` [PATCH 03/12] drm/i915: Pass intel_gt to intel_engines_cleanup
` [PATCH 04/12] drm/i915: Pass intel_gt to intel_engines_setup
` [PATCH 05/12] drm/i915: Pass intel_gt to intel_engines_init
` [PATCH 06/12] drm/i915: Pass intel_gt to intel_engines_verify_workarounds
` [PATCH 07/12] drm/i915: Split drop caches into GT and i915 parts
` [PATCH 08/12] drm/i915/selftests: Convert eviction selftests to gt/ggtt
` [PATCH 09/12] drm/i915/selftests: Use GT engines in mock_gem_device
` [PATCH 10/12] drm/i915/selftests: Use GT engines in igt_live_test
` [PATCH 11/12] drm/i915/selftests: Use GT engines in i915_gem_mman selftest
` [PATCH 12/12] drm/i915/selftests: Use for_each_uabi_engine in contex selftests

[PATCH] doc: Update header files names
 2019-10-22 10:09 UTC 

[PATCH 0/5] drm/dsi: cleanups and compression helpers
 2019-10-22 10:09 UTC  (6+ messages)
` [PATCH 1/5] drm/dsi: clean up DSI data type definitions
` [PATCH 2/5] drm/dsi: add missing DSI data types
` [PATCH 3/5] drm/dsi: add missing DSI DCS commands
` [PATCH 4/5] drm/dsi: rename MIPI_DCS_SET_PARTIAL_AREA to MIPI_DCS_SET_PARTIAL_ROWS
` [PATCH 5/5] drm/dsi: add helpers for DSI compression mode and PPS packets

[PATCH 1/4] dma-buf: change DMA-buf locking convention v2
 2019-10-22 10:04 UTC  (10+ 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 "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/selftests: Set vm->gt backpointer for mock_ppgtt
 2019-10-22  9:58 UTC 

[PATCH] drm/i915: Add new CNL PCH ID seen on a CML platform
 2019-10-22  9:51 UTC 

[PATCH v2 1/2] drm/i915/perf: Add helper macros for comparing with whitelisted registers
 2019-10-22  9:43 UTC  (6+ 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 "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/tc: Clear DKL_TX_PMD_LANE_SUS before program voltage swing
 2019-10-22  8:46 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH 1/2] drm/i915/selftests: Add coverage of mocs registers
 2019-10-22  8:35 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/gt: Defer mocs setup until after the initial context is loaded
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/selftests: Add coverage of mocs registers
` ✓ Fi.CI.BAT: success "

[PATCH 0/3] dma_resv lockdep annotations/priming
 2019-10-22  7:55 UTC  (9+ 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 1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-10-22  7:52 UTC  (9+ 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 "

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

[PATCH v5 00/14] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-10-22  3:19 UTC  (18+ 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: "
` ✓ Fi.CI.BAT: success "

[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 "

[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)

[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

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 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  (3+ messages)

[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  (16+ messages)
` [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)


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