public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-11-11 09:51:58 to 2016-11-14 10:36:41 UTC [more...]

[PATCH v1 1/1] tests/pm_slpc: Add test for GuC based SLPC
 2016-11-14 10:38 UTC 

[PATCH v5 00/22] Add support for GuC-based SLPC
 2016-11-14 10:37 UTC  (22+ messages)
` [PATCH v5 01/22] drm/i915/gen9: Separate RPS and RC6 handling
` [PATCH v5 02/22] drm/i915/slpc: Expose GuC functions for use with SLPC
` [PATCH v5 03/22] drm/i915/slpc: Add has_slpc capability flag
` [PATCH v5 04/22] drm/i915/slpc: Add enable_slpc module parameter
` [PATCH v5 05/22] drm/i915/slpc: Sanitize GuC version
` [PATCH v5 06/22] drm/i915/slpc: Use intel_slpc_* functions if supported
` [PATCH v5 07/22] drm/i915/slpc: Enable SLPC in GuC "
` [PATCH v5 08/22] drm/i915/slpc: If using SLPC, do not set frequency
` [PATCH v5 09/22] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [PATCH v5 10/22] drm/i915/slpc: Update debugfs interfaces for frequency parameters
` [PATCH v5 11/22] drm/i915/slpc: Add slpc communication interfaces
` [PATCH v5 12/22] drm/i915/slpc: Send reset event and handle SLPC enabling
` [PATCH v5 13/22] drm/i915/slpc: Send shutdown event
` [PATCH v5 14/22] drm/i915/slpc: Add parameter unset/set/get functions
` [PATCH v5 15/22] drm/i915/slpc: Add support for min/max frequency control
` [PATCH v5 16/22] drm/i915/slpc: Add enable/disable controls for slpc tasks
` [PATCH v5 17/22] drm/i915/slpc: Add i915_slpc_info to debugfs
` [PATCH v5 18/22] drm/i915/slpc: Only enable GTPERF task, Disable other tasks/parameters
` [PATCH v5 19/22] drm/i915/slpc: Preserve min/max frequency softlimits on re-activation
` [PATCH v5 20/22] drm/i915/slpc: Add SKL SLPC Support
` [PATCH v5 21/22] drm/i915/slpc: Add Broxton SLPC support

i-g-t dummyload/spin batch v5
 2016-11-14 18:24 UTC  (8+ messages)
` [PATCH i-g-t v5 1/4] lib: add igt_dummyload
    ` (no subject)
      ` [i-g-t PATCH v6 1/4] lib: add igt_dummyload
      ` [i-g-t PATCH v6 2/4] igt/gem_wait: Use new igt_spin_batch
      ` [i-g-t PATCH v6 3/4] igt/kms_flip: "
      ` [i-g-t PATCH v6 4/4] igt/kms_busy.c: "

[PATCH 1/2] drm/i915: Skip clflushes for all non-page backed objects
 2016-11-14 10:17 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Skip final clflush if LLC is coherent
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915: Skip clflushes for all non-page backed objects

[PATCH] drm/i915: Prune the reservation shared fence array
 2016-11-14 10:07 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] dma-buf: Replace reservation shared fence array with a compressed radix tree
 2016-11-14 10:06 UTC  (5+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "

[PATCH 00/12] kms tests for the DRM fences interfaces
 2016-11-14  9:59 UTC  (15+ messages)
` [PATCH i-g-t 1/2] lib/drmtest: Fix igt_skip message
` [PATCH 01/12] tests/kms_atomic_transition: use select + read instead of blocking read
` [PATCH i-g-t 2/2] lib/drmtest: add virtio_gpu support
` [PATCH 02/12] tests/kms_atomic_transition: don't assume max pipes
` [PATCH 03/12] lib/igt_kms: move igt_kms_get_alt_edid() to the right place
` [PATCH 04/12] lib/igt_kms: export properties names
` [PATCH 05/12] tests/kms_atomic: use global atomic properties definitions
` [PATCH 06/12] lib/igt_kms: Add support for the IN_FENCE_FD property
` [PATCH 07/12] lib/igt_kms: Add support for the OUT_FENCE_PTR property
` [PATCH 08/12] tests/kms_atomic: stress possible fence settings
` [PATCH 09/12] tests/kms_atomic_transition: add fencing parameter to run_transition_tests
` [PATCH 10/12] tests/kms_atomic_transition: add out_fences tests
` [PATCH 11/12] tests/kms_atomic_transition: add in_fences tests
` [PATCH 12/12] tests/kms_atomic_transition: set out_fence for all crtcs

[PATCH 0/4] Compact userptr object backing store allocation
 2016-11-14  9:55 UTC  (16+ messages)
` [PATCH 1/4] lib/scatterlist: Fix offset type in sg_alloc_table_from_pages
` [PATCH 2/4] lib/scatterlist: Avoid potential scatterlist entry overflow
` [PATCH 3/4] lib/scatterlist: Introduce and export __sg_alloc_table_from_pages
  ` [Intel-gfx] "
    ` [PATCH v2 "
    ` [PATCH v3 "
` [PATCH 4/4] drm/i915: Use __sg_alloc_table_from_pages for userptr allocations
    ` [PATCH v4 "
` ✗ Fi.CI.BAT: failure for Compact userptr object backing store allocation (rev4)
` ✓ Fi.CI.BAT: success for Compact userptr object backing store allocation (rev5)

[PATCH] drm/i915/GuC: Combine the two kernel parameter into one
 2016-11-14  9:34 UTC  (3+ messages)

Trivial scheduler, take 2
 2016-11-14  9:05 UTC  (17+ messages)
` [PATCH v3 01/14] drm/i915: Give each sw_fence its own lockclass
  ` [PATCH v3 02/14] drm/i915: Create distinct lockclasses for execution vs user timelines
  ` [PATCH v3 03/14] drm/i915: Split request submit/execute phase into two
  ` [PATCH v3 04/14] drm/i915: Defer transfer onto execution timeline to actual hw submission
  ` [PATCH v3 05/14] drm/i915: Remove engine->execlist_lock
  ` [PATCH v3 06/14] drm/i915/scheduler: Signal the arrival of a new request
  ` [PATCH v3 07/14] drm/i915/scheduler: Record all dependencies upon request construction
  ` [PATCH v3 08/14] drm/i915/scheduler: Execute requests in order of priorities
  ` [PATCH v3 09/14] drm/i915: Store the execution priority on the context
  ` [PATCH v3 10/14] drm/i915/scheduler: Boost priorities for flips
  ` [PATCH v3 11/14] HACK drm/i915/scheduler: emulate a scheduler for guc
  ` [PATCH v3 12/14] drm/i915/scheduler: Support user-defined priorities
  ` [PATCH v3 13/14] drm/i915: Enable userspace to opt-out of implicit fencing
  ` [PATCH v3 14/14] drm/i915: Support explicit fencing for execbuf

[PATCH 0/5] Handle Link Training Failure during modeset
 2016-11-14  8:04 UTC  (16+ messages)
` [PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure
  ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH 0/5] Handle Link Training Failure during modeset

[PATCH 1/2] shmem: Support for registration of driver/file owner specific ops
 2016-11-14  7:57 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Make GPU pages movable

[PATCH] drm/i915: Assuming non-DP++ port if dvo_port is HDMI and there's no AUX ch specified in the VBT
 2016-11-14  7:15 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` [Intel-gfx] [PATCH] "

[RFC i-g-t 0/4] intel-gpu-tools: Add support for the Chamelium
 2016-11-14  7:05 UTC  (5+ messages)
` [RFC i-g-t 4/4] Add support for hotplug testing with "

[PATCH v3] drm/i915: start adding dp mst audio
 2016-11-14  6:15 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/dp: Update connector status for DP MST hotplugs
 2016-11-13 10:39 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v4 0/8] HuC Loading Patches
 2016-11-12  2:14 UTC  (8+ messages)
` [PATCH 3/8] drm/i915/huc: Add HuC fw loading support
` [PATCH 4/8] drm/i915/huc: Add BXT HuC Loading Support
` [PATCH 5/8] drm/i915/HuC: Add KBL huC loading Support

✓ Fi.CI.BAT: success for drm: move allocation out of drm_get_format_name() (rev4)
 2016-11-12  1:45 UTC 

[Intel-gfx] [PATCH v3] drm: move allocation out of drm_get_format_name()
 2016-11-12  1:12 UTC  (2+ messages)
` [PATCH v4] "

[PATCH igt v3 00/11] corresponding changes for i915-perf interface
 2016-11-11 22:36 UTC  (19+ messages)
` [PATCH igt v3 02/11] igt/gem_exec_parse: some minor cleanups
` [PATCH igt v3 03/11] igt/gem_exec_parse: move hsw_load_register_reg down
` [PATCH igt v3 04/11] igt/gem_exec_parse: update hsw_load_register_reg
` [PATCH igt v3 05/11] igt/gem_exec_parse: req. v < 9 for oacontrol tracking test
` [PATCH igt v3 07/11] igt/gem_exec_parse: update bitmasks test for v >=8
` [PATCH igt v3 08/11] igt/gem_exec_parse: update cmd-crossing-page for >= v8
` [PATCH igt v3 09/11] igt/gem_exec_parse: update hsw_load_register_reg for v >= 8
` [PATCH igt v3 10/11] igt/gem_exec_parse: update registers test "
` [PATCH igt v3 11/11] igt/gem_exec_parse: check oacontrol lri bad for >= v9

[PATCH 0/7] FBC atomic cleanups
 2016-11-11 20:49 UTC  (22+ messages)
` [PATCH 1/7] drm/i915/fbc: move the intel_fbc_can_choose() call out of the loop
` [PATCH 2/7] drm/i915/fbc: replace a loop with drm_atomic_get_existing_crtc_state()
` [PATCH 3/7] drm/i915/fbc: extract intel_fbc_can_enable()
` [PATCH 4/7] drm/i915/fbc: inline intel_fbc_can_choose()
` [PATCH 5/7] drm/i915/fbc: use drm_atomic_get_existing_crtc_state when appropriate
` [PATCH 6/7] drm/i915/fbc: move from crtc_state->enable_fbc to plane_state->enable_fbc
` [PATCH 7/7] drm/i915/fbc: convert intel_fbc.c to use INTEL_GEN()
` ✗ Fi.CI.BAT: warning for FBC atomic cleanups

[PATCH 1/2] drm/dp/i915: Fix DP link rate math
 2016-11-11 20:34 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/dp: Validate mode against max. link data rate for DP MST

[PATCH] intel: Add Geminilake PCI IDs
 2016-11-11 20:25 UTC  (2+ messages)

[PATCH 1/2] drm: Add missing mutex_destroy in drm_dev_init
 2016-11-11 17:51 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Update i915_driver_load kerneldoc

[PATCH] dim: Improve the error output when rebuild-nightly fails
 2016-11-11 16:10 UTC  (3+ messages)

[CI 1/2] drm/i915: Only wait upon the execution timeline when unlocked
 2016-11-11 16:15 UTC  (3+ messages)
` [CI 2/2] drm/i915: Stop skipping the final clflush back to system pages
` ✓ Fi.CI.BAT: success for series starting with [CI,1/2] drm/i915: Only wait upon the execution timeline when unlocked

[PATCH v2] drm/i915/glk: Reuse broxton code for geminilake
 2016-11-11 15:43 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 05/15] drm/i915/glk: Reuse broxton code for geminilake
 2016-11-11 15:26 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH v2 0/8] Add support for Legacy Hdmi audio
 2016-11-11 15:14 UTC  (6+ messages)

[PATCH 0/5] dev_priv cleanup continuation
 2016-11-11 15:01 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for dev_priv cleanup continuation (rev3)

[PATCH 00/15] Geminilake enabling
 2016-11-11 14:45 UTC  (6+ messages)
` [PATCH 02/15] drm/i915/glk: Introduce Geminilake platform definition
` ✓ Fi.CI.BAT: success for Geminilake enabling (rev2)

[PATCH i-g-t] lib: substitute cxt BAN_PERIOD with BANNABLE
 2016-11-11 14:36 UTC  (6+ messages)
` [PATCHv3 "

[PATCH 1/5] dim: Fixup remove-branch for working-trees
 2016-11-11 14:36 UTC  (5+ messages)
` [PATCH 2/5] dim: autodetect remotes, first part for dim_setup
` [PATCH 3/5] dim: support git worktree for aux checkouts
` [PATCH 4/5] dim: autodetect branches in rebuild-nightly
` [PATCH 5/5] dim: Improve the error output when rebuild-nightly fails

[PATCH i-g-t] lib: Pass I915_TILING_NONE if Yf or Ys
 2016-11-11 14:18 UTC 

[PATCH] Implement Limited Video Range
 2016-11-11 13:57 UTC  (7+ messages)

i915: LVDS display (or LVDS->DVI) via eDP as 2nd display
 2016-11-11 13:54 UTC  (2+ messages)

[PATCH] drm/i915: Only wait upon the execution timeline when unlocked
 2016-11-11 13:52 UTC  (3+ messages)

[i-g-t PATCH v1 00/14] Get a few more tests to run on !i915
 2016-11-11 13:14 UTC  (8+ messages)
` [i-g-t PATCH v1 08/14] lib: Add igt_create_bo_with_dimensions

[PATCH] drm/i915: Only poll DW3_A when init DDI PHY for ports B and C
 2016-11-11 13:09 UTC  (2+ messages)

[PATCH 1/6] drm/i915: Stop skipping the final clflush back to system pages
 2016-11-11 13:07 UTC  (2+ messages)

[RFC] drm/i915: Split out i915_vma.c
 2016-11-11 12:38 UTC  (9+ messages)
` [PATCH v3] "
` ✗ Fi.CI.BAT: failure for drm/i915: Split out i915_vma.c (rev3)
` [PATCH v4] drm/i915: Split out i915_vma.c
` ✗ Fi.CI.BAT: warning for drm/i915: Split out i915_vma.c (rev4)

[PATCH] drm/i915: Always evaluate GEM_BUG_ON expression
 2016-11-11 12:09 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

i915: LVDS display (or LVDS->DVI) via eDP as 2nd display
 2016-11-11 10:49 UTC 

[PATCH i-g-t] lib: Pass I915_TILING_Y to the kernel if Yf or Ys
 2016-11-11 10:27 UTC  (3+ messages)


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