public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-10-06 14:50:44 to 2017-10-09 10:38:45 UTC [more...]

[PATCH 1/7] drm/i915: Pin fence for iomap
 2017-10-09 10:38 UTC  (10+ messages)
` [PATCH 2/7] drm/i915: Consolidate get_fence with pin_fence
` [PATCH 3/7] drm/i915: Track user GTT faulting per-vma
` [PATCH 4/7] drm/i915: Check PIN_NONFAULT overlaps in evict_for_node
` [PATCH 5/7] drm/i915: Try a minimal attempt to insert the whole object for relocations
` [PATCH 6/7] drm/i915: Avoid evicting user fault mappable vma for pread/pwrite
` [PATCH 7/7] drm/i915: Early rejection of mappable GGTT pin attempts for large bo
` ✓ Fi.CI.BAT: success for series starting with [1/7] drm/i915: Pin fence for iomap
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Cancel the hotplug work when unregistering the connector
 2017-10-09 10:33 UTC  (9+ messages)
` ✗ Fi.CI.BAT: warning for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Cancel the hotplug work when unregistering the connector (rev2)
` ✗ Fi.CI.IGT: warning for drm/i915: Cancel the hotplug work when unregistering the connector
` ✓ Fi.CI.IGT: success for drm/i915: Cancel the hotplug work when unregistering the connector (rev2)

[PATCH i-g-t v2 0/7] IGT PMU support
 2017-10-09 10:32 UTC  (6+ messages)
` [PATCH i-g-t 5/7] tests/perf_pmu: Tests for i915 PMU API

[PATCH 1/3] drm/dp: WARN about invalid/unknown link rates and bw codes
 2017-10-09 10:32 UTC  (5+ messages)
` [PATCH 2/3] drm/i915/dp: centralize max source rate conditions more
` [PATCH 3/3] drm/i915/dp: limit sink rates based on rate
` ✗ Fi.CI.BAT: warning for series starting with [1/3] drm/dp: WARN about invalid/unknown link rates and bw codes

[PATCH 1/4] drm/i915: Make i915_engine_info pretty printer to standalone
 2017-10-09 10:28 UTC  (10+ messages)
` [PATCH 2/4] drm/i915/selftests: Pretty print engine state when requests fail to start
` [PATCH 3/4] drm/i915/selftests: Hold the rpm/forcewake wakeref for the reset tests
` [PATCH 4/4] drm/i915: Provide an assert for when we expect forcewake to be held
  ` [PATCH v2] "
` ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: Make i915_engine_info pretty printer to standalone

[drm-intel:for-linux-next 18/27] drivers/gpu//drm/i915/i915_gem_gtt.c:1087: error: 'iter' is used uninitialized in this function
 2017-10-09 10:27 UTC 

[PATCH v3 i-g-t 0/7] IGT PMU support
 2017-10-09 10:25 UTC  (7+ messages)
` [PATCH i-g-t 1/7] intel-gpu-overlay: Move local perf implementation to a library

[PATCH 1/2] drm/i915: avoid unnecessary call to intel_hpd_pin_to_port
 2017-10-09 10:14 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/2] "

[PATCH 00/21] huge gtt pages
 2017-10-09 10:06 UTC  (27+ messages)
` [PATCH 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
` [PATCH 02/21] drm/i915: introduce simple gemfs
` [PATCH 03/21] drm/i915/gemfs: enable THP
` [PATCH 04/21] drm/i915: introduce page_sizes field to dev_info
` [PATCH 05/21] drm/i915: push set_pages down to the callers
` [PATCH 06/21] drm/i915: introduce page_size members
` [PATCH 07/21] drm/i915: introduce vm set_pages/clear_pages
` [PATCH 08/21] drm/i915: align the vma start to the largest gtt page size
` [PATCH 09/21] drm/i915: align 64K objects to 2M
` [PATCH 10/21] drm/i915: enable IPS bit for 64K pages
` [PATCH 11/21] drm/i915: disable GTT cache for 2M pages
` [PATCH 12/21] drm/i915: support 2M pages for the 48b PPGTT
` [PATCH 13/21] drm/i915: add support for 64K scratch page
` [PATCH 14/21] drm/i915: support 64K pages for the 48b PPGTT
` [PATCH 15/21] drm/i915: accurate page size tracking for the ppgtt
` [PATCH 16/21] drm/i915/debugfs: include some gtt page size metrics
` [PATCH 17/21] drm/i915/selftests: huge page tests
` [PATCH 18/21] drm/i915/selftests: mix huge pages
` [PATCH 19/21] drm/i915: disable platform support for vGPU huge gtt pages
` [PATCH 20/21] drm/i915: enable platform support for 64K pages
` [PATCH 21/21] drm/i915: enable platform support for 2M pages
` ✓ Fi.CI.BAT: success for huge gtt pages (rev13)
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Assert if the caller passes 0 to both timeouts for intel_wait_for_register
 2017-10-09  9:50 UTC  (2+ messages)

[PATCH 1/3] drm/i915: Assert we do not try to expand VMA for hugepage inside GGTT
 2017-10-09  9:44 UTC  (11+ messages)
` [PATCH 2/3] drm/i915: Retire after wait-for-idle on evict
` [PATCH 3/3] drm/i915: Replace manual checking for idleness with active_requests counter
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Assert we do not try to expand VMA for hugepage inside GGTT
` ✓ Fi.CI.IGT: "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for series starting with [v2] drm/i915: Assert we do not try to expand VMA for hugepage inside GGTT (rev2)

[PATCH 1/2] drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
 2017-10-09  9:26 UTC  (12+ messages)
` [PATCH 2/2] drm/i915: Use rcu instead of stop_machine in set_wedged
` [PATCH] drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
` ✓ Fi.CI.BAT: success for series starting with drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock (rev2)
` ✗ Fi.CI.IGT: warning "

[PATCH 1/2] drm/i915: Split uncore init into vfunc setup and mmio setup
 2017-10-09  9:24 UTC  (9+ messages)
` [PATCH 2/2] drm/i915: Remove early invocations of i915_engines_cleanup()
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Split uncore init into vfunc setup and mmio setup
` ✗ Fi.CI.IGT: failure "

[PATCH v3] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-09  8:59 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put() (rev2)
  ` [Intel-gfx] [PATCH v3] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()

[PATCH v3 i-g-t] tests/kms: increase max threshold time for edid read
 2017-10-09  7:05 UTC  (8+ messages)
` [PATCH v4 "

[PATCH] drm/i915/cnl: WaDisableGatherAtSetShaderCommonSlice
 2017-10-09  6:34 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915/cnl: WaDisableGatherAtSetShaderCommonSlice (rev2)

[PATCH i-g-t v4 1/6] tests/kms_ccs: Test pipes other than pipe A
 2017-10-09  6:18 UTC  (10+ messages)
` [PATCH i-g-t v4 4/6] tests/kms_ccs: Test case where the CCS buffer was not provided
` [PATCH i-g-t v4 5/6] tests/kms_ccs: Test case where CCS is on a different BO
` [PATCH i-g-t v4 6/6] tests/kms_ccs: Test case for wrong aux buffer stride size

[PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
 2017-10-09  6:05 UTC  (5+ messages)
` [PATCH 12/12] drm/i915: replace <linux/radix-tree.h> with <linux/radix-tree-root.h>

[PATCH v2 0/2] enable virtual HWSP in GVT-g
 2017-10-09  3:02 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VM

[PATCH v2] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-08 12:57 UTC  (2+ messages)

[drm-intel:for-linux-next 18/27] drivers/gpu/drm/i915/i915_gem_gtt.c:1087: warning: 'iter' is used uninitialized in this function
 2017-10-07 16:50 UTC 

[PATCH v3 00/12] drm/i915: Separate RC6, RPS, LLC ring Frequency management
 2017-10-07 13:26 UTC  (24+ messages)
` [PATCH v3 01/12] drm/i915: Separate RPS and RC6 handling for gen6+
` [PATCH v3 02/12] drm/i915: Remove superfluous IS_BDW checks and non-BDW changes from gen8_enable_rps
` [PATCH v3 03/12] drm/i915: Separate RPS and RC6 handling for BDW
` [PATCH v3 04/12] drm/i915: Separate RPS and RC6 handling for VLV
` [PATCH v3 05/12] drm/i915: Separate RPS and RC6 handling for CHV
` [PATCH v3 06/12] drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"
` [PATCH v3 07/12] drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock
` [PATCH v3 08/12] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"
` [PATCH v3 09/12] drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
` [PATCH v3 10/12] drm/i915: Create generic function to setup LLC ring frequency table
` [PATCH v3 11/12] drm/i915: Create generic functions to control RC6, RPS
` [PATCH v3 12/12] drm/i915: Introduce separate status variable for RC6 and LLC ring frequency setup
` ✗ Fi.CI.BAT: warning for drm/i915: Separate RC6, RPS, LLC ring Frequency management (rev2)

[PATCH 5/9] drm/i915: Move core GuC functions into dedicated file
 2017-10-07  9:54 UTC  (5+ messages)
` [drm/i915] 202c1ca611: WARNING:at_drivers/gpu/drm/i915/intel_uncore.c:#intel_uncore_forcewake_for_reg[i915]

[CI 01/21] mm/shmem: introduce shmem_file_setup_with_mnt
 2017-10-07  9:23 UTC  (24+ messages)
` [CI 02/21] drm/i915: introduce simple gemfs
` [CI 03/21] drm/i915/gemfs: enable THP
` [CI 04/21] drm/i915: introduce page_sizes field to dev_info
` [CI 05/21] drm/i915: push set_pages down to the callers
` [CI 06/21] drm/i915: introduce page_size members
` [CI 07/21] drm/i915: introduce vm set_pages/clear_pages
` [CI 08/21] drm/i915: align the vma start to the largest gtt page size
` [CI 09/21] drm/i915: align 64K objects to 2M
` [CI 10/21] drm/i915: enable IPS bit for 64K pages
` [CI 11/21] drm/i915: disable GTT cache for 2M pages
` [CI 12/21] drm/i915: support 2M pages for the 48b PPGTT
` [CI 13/21] drm/i915: add support for 64K scratch page
` [CI 14/21] drm/i915: support 64K pages for the 48b PPGTT
` [CI 15/21] drm/i915: accurate page size tracking for the ppgtt
` [CI 16/21] drm/i915/debugfs: include some gtt page size metrics
` [CI 17/21] drm/i915/selftests: huge page tests
` [CI 18/21] drm/i915/selftests: mix huge pages
` [CI 19/21] drm/i915: disable platform support for vGPU huge gtt pages
` [CI 20/21] drm/i915: enable platform support for 64K pages
` [CI 21/21] drm/i915: enable platform support for 2M pages
` ✓ Fi.CI.BAT: success for series starting with [CI,01/21] mm/shmem: introduce shmem_file_setup_with_mnt
` ✗ Fi.CI.IGT: failure "

[PATCH v14 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-10-07  7:39 UTC  (14+ messages)
` [PATCH v14 5/7] vfio: ABI for mdev display dma-buf operation

[PATCH igt] benchmark/gem_busy: Compare polling with syncobj_wait
 2017-10-07  4:36 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[PATCH igt] igt/gem_eio: Check hang/eio recovery during suspend
 2017-10-07  3:38 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH igt] igt/gem_memfd: Exercise hugepages and memfd
 2017-10-07  0:14 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/execlists: WaDisableCtxRestoreArbitration is only needed in gen8
 2017-10-06 22:20 UTC  (4+ messages)
` [PATCH] drm/i915/execlists: Add a comment for the extra MI_ARB_ENABLE

[PATCH 4/5] drm/i915/guc: group initialization of GuC objects
 2017-10-06 22:13 UTC  (3+ messages)

[PATCH igt] igt/gem_fence_thresh: Use streaming reads for verify
 2017-10-06 20:53 UTC  (2+ messages)

[PATCH v2] drm/i915: Fix pointer-to-int conversion
 2017-10-06 19:45 UTC  (4+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Fix pointer-to-int conversion (rev2)

[PATCH 1/2] drm/i915: Make i915_engine_info pretty printer to standalone
 2017-10-06 18:54 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[PATCH igt] igt/gem_exec_capture: Exercise readback of userptr
 2017-10-06 18:23 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v2 00/11] drm/i915: Separate RC6, RPS, LLC ring Frequency management
 2017-10-06 18:06 UTC  (11+ messages)
` [PATCH v2 06/11] drm/i915: Name i915_runtime_pm structure in dev_priv as "rpm"
` [PATCH v2 10/11] drm/i915: Create generic functions to control RC6, RPS
` [PATCH v2 11/11] drm/i915: Introduce separate status variable for RC6 and LLC ring frequency setup
` ✓ Fi.CI.IGT: success for drm/i915: Separate RC6, RPS, LLC ring Frequency management

[PATCH] drm/i915: Order two completing nop_submit_request
 2017-10-06 17:25 UTC  (5+ messages)
` [PATCH v2] "
` ✗ Fi.CI.IGT: warning for drm/i915: Order two completing nop_submit_request (rev2)

[PATCH] drm/i915: Silence compiler warning for hsw_power_well_enable()
 2017-10-06 17:04 UTC  (3+ messages)

[PATCH 01/10] drm/i915/guc: Precompute GuC shared data offset
 2017-10-06 16:24 UTC  (5+ messages)

[PATCH 1/2] drm/i915/selftests: Hold the rpm/forcewake wakeref for the reset tests
 2017-10-06 16:21 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Prove an assert for when we expect forcewake to be held
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915/selftests: Hold the rpm/forcewake wakeref for the reset tests

[CI] drm/i915: Try harder to finish the idle-worker
 2017-10-06 16:17 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for drm/i915: Try harder to finish the idle-worker (rev2)

[[CI igt]] lib: Ask the kernel to quiesce the GPU
 2017-10-06 15:07 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for ] "

[PATCH] drm/i915/huc: Fix includes in intel_huc.c
 2017-10-06 15:01 UTC  (2+ messages)

[ANNOUNCE] dim-tools mailing list for drm maintainer tools
 2017-10-06 14:51 UTC 


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