messages from 2017-10-06 10:12:44 to 2017-10-07 10:21:41 UTC [more...]
[PATCH 1/2] drm/i915: Split uncore init into vfunc setup and mmio setup
2017-10-07 10:21 UTC (4+ 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 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 v3 00/12] drm/i915: Separate RC6, RPS, LLC ring Frequency management
2017-10-07 8:33 UTC (23+ 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 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] drm/i915: Cancel the hotplug work when unregistering the connector
2017-10-07 2:40 UTC (6+ 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 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 (5+ messages)
` [PATCH] drm/i915/execlists: Add a comment for the extra MI_ARB_ENABLE
` ✗ Fi.CI.BAT: warning for drm/i915/execlists: WaDisableCtxRestoreArbitration is only needed in gen8 (rev2)
[PATCH 1/2] drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
2017-10-06 22:20 UTC (19+ messages)
` [PATCH 2/2] drm/i915: Use rcu instead of stop_machine in set_wedged
` [Intel-gfx] [PATCH 1/2] drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
` ✗ Fi.CI.BAT: warning for series starting with [1/2] "
` [PATCH] "
` ✓ 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 4/5] drm/i915/guc: group initialization of GuC objects
2017-10-06 22:13 UTC (3+ messages)
[PATCH 00/21] huge gtt pages
2017-10-06 22:10 UTC (26+ 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 1/2] drm/i915: avoid unnecessary call to intel_hpd_pin_to_port
2017-10-06 21:26 UTC (6+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/2] "
[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 (5+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Fix pointer-to-int conversion (rev2)
` ✓ Fi.CI.IGT: "
[PATCH 1/2] drm/i915: Make i915_engine_info pretty printer to standalone
2017-10-06 18:54 UTC (4+ messages)
` [PATCH 2/2] drm/i915/selftests: Pretty print engine state when requests fail to start
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Make i915_engine_info pretty printer to standalone
` ✗ Fi.CI.IGT: failure "
[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 (22+ messages)
` [PATCH v2 01/11] drm/i915: Separate RPS and RC6 handling for gen6+
` [PATCH v2 02/11] drm/i915: Remove superfluous IS_BDW checks and non-BDW changes from gen8_enable_rps
` [PATCH v2 03/11] drm/i915: Separate RPS and RC6 handling for BDW
` [PATCH v2 04/11] drm/i915: Separate RPS and RC6 handling for VLV
` [PATCH v2 05/11] drm/i915: Separate RPS and RC6 handling for CHV
` [PATCH v2 06/11] drm/i915: Name i915_runtime_pm structure in dev_priv as "rpm"
` [PATCH v2 07/11] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "pm"
` [PATCH v2 08/11] drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
` [PATCH v2 09/11] drm/i915: Create generic function to setup LLC ring frequency table
` [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.BAT: success for drm/i915: Separate RC6, RPS, LLC ring Frequency management
` ✓ Fi.CI.IGT: "
[PATCH] drm/i915: Order two completing nop_submit_request
2017-10-06 17:25 UTC (8+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Order two completing nop_submit_request (rev2)
` ✗ Fi.CI.IGT: warning "
[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 (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Try harder to finish the idle-worker (rev2)
` ✗ Fi.CI.IGT: warning "
[PATCH v3 i-g-t 0/7] IGT PMU support
2017-10-06 15:25 UTC (4+ messages)
` [PATCH i-g-t 1/7] intel-gpu-overlay: Move local perf implementation to a library
[[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 (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "
[ANNOUNCE] dim-tools mailing list for drm maintainer tools
2017-10-06 14:51 UTC
[PATCH] drm/i915/cnl: WaDisableGatherAtSetShaderCommonSlice
2017-10-06 14:45 UTC (5+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915/cnl: WaDisableGatherAtSetShaderCommonSlice (rev2)
[PATCH] drm/i915/guc: Move firmware size check out of generic code
2017-10-06 13:39 UTC (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "
[PATCH] drm/i915: Don't use BIT() in UAPI section
2017-10-06 13:31 UTC (4+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/i915: Fix pointer-to-int conversion
2017-10-06 12:58 UTC (2+ messages)
[PATCH v2] drm/i915: Unify uC variable types to avoid floding checkpatch.pl
2017-10-06 11:50 UTC (4+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/i915: Unify GuC variable types to avoid floding checkpatch.pl
2017-10-06 11:49 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[drm-intel:for-linux-next 2/2] drivers/gpu//drm/i915/i915_guc_submission.c:391:25: warning: cast from pointer to integer of different size
2017-10-06 11:45 UTC
[drm-intel:for-linux-next 2/2] drivers/gpu//drm/i915/i915_guc_submission.c:391:25: error: cast from pointer to integer of different size
2017-10-06 11:43 UTC
[PATCH 00/10] drm/i915: Separate RC6, RPS, Ring Frequency management
2017-10-06 11:31 UTC (4+ messages)
` [PATCH 09/10] drm/i915: Create generic functions to control RC6, RPS
[PATCH 1/1] drm/i915: Move i915_gem_suspend_gtt_mappings to i915_gem_suspend
2017-10-06 11:25 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/1] drm/i915: Split i915_gem_suspend into user quiescing and HW cleanup/suspend (rev2)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox