intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-09 09:16:25 to 2016-11-10 16:40:33 UTC [more...]

[PATCH 00/15] Geminilake enabling
 2016-11-10 16:40 UTC  (18+ messages)
` [PATCH 01/15] drm/i915: Create a common GEN9_LP_FEATURE
` [PATCH 02/15] drm/i915/glk: Introduce Geminilake platform definition
` [PATCH 03/15] drm/i915/glk: Add Geminilake PCI IDs
` [PATCH 04/15] drm/i915/glk: Add a IS_GEN9_LP() macro
` [PATCH 05/15] drm/i915/glk: Reuse broxton code for geminilake
` [PATCH 06/15] drm/i915/glk: Force DDI initialization
` [PATCH 07/15] drm/i915/glk: Set DDI PHY lane lane optimization for Geminilake too
` [PATCH 08/15] drm/i915/glk: Add power wells for Geminilake
` [PATCH 09/15] drm/i915/glk: Implement Geminilake DDI init sequence
` [PATCH 10/15] drm/i915/glk: Set DCC delay range 2 in PLL enable sequence
` [PATCH 11/15] drm/i915/glk: Update Port PLL enable sequence for Geminilkae
` [PATCH 12/15] drm/i915/glk: Reuse broxton's cdclk code for GLK
` [PATCH 13/15] drm/i915/glk: Allow dotclock up to 2 * cdclk on geminilake
` [PATCH 14/15] drm/i915/glk: Implement core display init/uninit sequence for geminilake
` [PATCH 15/15] drm/i915/glk: Configure number of sprite planes properly
` ✓ Fi.CI.BAT: success for Geminilake enabling

[RFC PATCH v2 0/8] Add support for Legacy Hdmi audio
 2016-11-10 16:35 UTC  (5+ messages)

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

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

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

[PATCH i-g-t] lib: Pass tiling constant where that's expected
 2016-11-10 16:17 UTC  (2+ messages)

Trivial scheduler, take 2
 2016-11-10 15:55 UTC  (24+ messages)
` [PATCH v2 03/11] drm/i915: Defer transfer onto execution timeline to actual hw submission
    ` [PATCH v3] "
` [PATCH v2 06/11] drm/i915/scheduler: Record all dependencies upon request construction
` [PATCH v2 07/11] drm/i915/scheduler: Boost priorities for flips
` [PATCH v2 09/11] drm/i915/scheduler: Support user-defined priorities
` ✓ Fi.CI.BAT: success for series starting with [v2,01/11] drm/i915: Create distinct lockclasses for execution vs user timelines (rev2)

[PATCH 1/6] drm/i915: Stop skipping the final clflush back to system pages
 2016-11-10 15:47 UTC  (7+ messages)
` [PATCH 2/6] drm/i915: Always flush the dirty CPU cache when pinning the scanout
` [PATCH 3/6] drm/i915: Skip clflushes for all non-page backed objects
` [PATCH 4/6] drm/i915: Remove struct_mutex for destroying framebuffers
` [PATCH 5/6] drm/i915: struct_mutex is not required for allocating the framebuffer
` [PATCH 6/6] drm/i915: Drop struct_mutex around frontbuffer flushes
` ✗ Fi.CI.BAT: warning for series starting with [1/6] drm/i915: Stop skipping the final clflush back to system pages

[PULL] drm-intel-next
 2016-11-10 14:57 UTC 

[PATCH 1/2] drm: Add missing mutex_destroy in drm_dev_init
 2016-11-10 14:45 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Update i915_driver_load kerneldoc
` [PATCH v2] drm: Add missing mutex_destroy in drm_dev_init/release
` ✓ Fi.CI.BAT: success for series starting with [v2] drm: Add missing mutex_destroy in drm_dev_init/release (rev2)

[PATCH v3 00/11] Skylake watermark fixes and nonblocking modeset
 2016-11-10 14:32 UTC  (13+ messages)
` [PATCH v3 01/11] drm/i915: Add a atomic evasion step to watermark programming, v3
` [PATCH v3 03/11] drm/i915/gen9+: Preserve old allocation from crtc_state
` [PATCH v3 04/11] drm/i915/gen9+: Kill off hw_ddb from intel_crtc
` [PATCH v3 05/11] drm/i915/gen9+: Do not initialise active_crtcs for !modeset

[PATCH v9 00/11] Enable i915 perf stream for Haswell OA unit
 2016-11-10 13:57 UTC  (6+ messages)
` [PATCH v9 01/11] drm/i915: Add i915 perf infrastructure
` [PATCH v9 09/11] drm/i915: add dev.i915.oa_max_sample_rate sysctl

[bug report] drm/i915/gvt: vGPU display virtualization
 2016-11-10 12:54 UTC 

[PATCH 0/5] dev_priv cleanup continuation
 2016-11-10 12:00 UTC  (14+ messages)
` [PATCH 1/5] drm/i915: Assorted dev_priv cleanups
` [PATCH 3/5] drm/i915: Further assorted "
` [PATCH 4/5] drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen use
    ` [PATCH v2 "
` [PATCH 5/5] drm/i915: Convert i915_drv.c to INTEL_GEN
` ✓ Fi.CI.BAT: success for dev_priv cleanup continuation (rev3)

[RFC] drm/i915: Split out i915_vma.c
 2016-11-10 11:54 UTC  (4+ messages)
` [PATCH v2] "

[PATCH igt] igt/kms_frontbuffer_tracking: Drop unsynchronized pageflip test
 2016-11-10 11:23 UTC  (4+ messages)

[Intel-gfx] [PATCH v2] drm: move allocation out of drm_get_format_name()
 2016-11-10 11:03 UTC  (11+ messages)
` [PATCH v3] "
  ` [Intel-gfx] "

[PATCH v2] drm/i915/audio: fix hdmi audio noise issue
 2016-11-10 10:37 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/audio: fix hdmi audio noise issue (rev2)

[PATCH i-g-t] lib: Rename tiling variables to modifier if that's what they contain
 2016-11-10 10:25 UTC 

[PATCH] drm/i915: remove duplicated memsets in skl_allocate_pipe_ddb()
 2016-11-10 10:03 UTC  (5+ messages)

[PULL] GVT-g KVMGT framework
 2016-11-10  9:47 UTC 

[PATCH] drm/i915: Trim the object sg table
 2016-11-10  9:30 UTC  (7+ messages)
  ` [PATCH v3] "
` ✗ Fi.CI.BAT: warning for drm/i915: Trim the object sg table (rev2)

[PULL] topic/drm-misc
 2016-11-10  7:16 UTC 

[PATCH 1/2] drm/dp/i915: Fix DP link rate math
 2016-11-10  6:16 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/dp: Validate mode against max. link data rate for DP MST
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/dp/i915: Fix DP link rate math

[PATCH v4 0/8] New DDB Algo and WM fixes
 2016-11-10  5:54 UTC  (8+ messages)
` [PATCH v4 1/8] drm/i915/skl+: use linetime latency instead of ddb size
` [PATCH v4 4/8] drm/i915/gen9: WM memory bandwidth related workaround

[PATCH 0/5] Handle Link Training Failure during modeset
 2016-11-10  5:25 UTC  (7+ messages)
` [PATCH 1/5] drm: Add a new connector property for link status
` [PATCH 2/5] drm/i915: Set link status property for DP connector
` [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
` [PATCH 4/5] drm/i915: Find fallback link rate/lane count
` [PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure
` ✗ Fi.CI.BAT: failure for Handle Link Training Failure during modeset

[PATCH i-g-t 0/4 v5] Convert sh scripts to C variants
 2016-11-10  2:30 UTC  (3+ messages)
` [PATCH i-g-t 2/4 v5] lib/igt_gvt: Make use of libkmod helpers and fix reading gvt parameter

[PATCH] drm/i915/gvt: Disable access to stolen memory as a guest
 2016-11-10  2:09 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915/audio: fix hdmi audio noise issue
 2016-11-10  1:48 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/guc: Don't take struct_mutex for object unreference
 2016-11-09 22:46 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/5] drm/i915: Always flush the dirty CPU cache when pinning the scanout
 2016-11-09 22:16 UTC  (6+ messages)
` [PATCH 2/5] drm/i915: Mark all skipped clflushes as leaving the CPU cache dirty
` [PATCH 3/5] drm/i915: Remove struct_mutex for destroying framebuffers
` [PATCH 4/5] drm/i915: struct_mutex is not required for allocating the framebuffer
` [PATCH 5/5] drm/i915: Drop struct_mutex around frontbuffer flushes
` ✗ Fi.CI.BAT: failure for series starting with [1/5] drm/i915: Always flush the dirty CPU cache when pinning the scanout

[PATCH v2 4/4] drm/i915: Implement Link Rate fallback on Link training failure
 2016-11-09 22:05 UTC  (6+ messages)
` [PATCH v3 "

[PATCH 1/8] drm/i915/guc: Make the GuC fw loading helper functions general
 2016-11-09 21:30 UTC  (12+ messages)
` [PATCH 2/8] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH 3/8] drm/i915/huc: Add HuC fw loading support
` [PATCH 4/8] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH 5/8] drm/i915/huc: Support HuC authentication
` [PATCH 6/8] drm/i915/huc: Update SKL and BXT HuC Loading Support
` [PATCH 7/8] drm/i915/HuC: Add HuC Loading support on KBL
` [PATCH 8/8] drm/i915/get_params: Add HuC status to getparams
` ✓ Fi.CI.BAT: success for series starting with [1/8] drm/i915/guc: Make the GuC fw loading helper functions general

[PATCH] Implement Limited Video Range
 2016-11-09 20:25 UTC  (5+ messages)

[PATCH] drm/i915/GuC: Combine the two kernel parameter into one
 2016-11-09 19:11 UTC 

[PATCH igt v3 00/11] corresponding changes for i915-perf interface
 2016-11-09 16:33 UTC  (13+ messages)
` [PATCH igt v3 01/11] igt/perf: add i915 perf stream tests for Haswell
` [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 06/11] igt/gem_exec_parse: make basic-rejected version agnostic
` [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/9] drm/i915: Add a per-pipe plane identifier enum
 2016-11-09 16:24 UTC  (5+ messages)
` [PATCH 2/9] drm/i915: Add per-pipe plane identifier
` ✗ Fi.CI.BAT: warning for drm/i915: Add a per-pipe plane identifier enum (rev4)

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

[GIT PULL] kvm/page_track changes for i915 KVMGT
 2016-11-09 15:16 UTC  (3+ messages)

[PATCH] drm/i915: Spin until breadcrumb threads are complete
 2016-11-09 15:16 UTC  (3+ messages)

[PATCH 4/9] drm/i915: Use enum plane_id in SKL wm code
 2016-11-09 15:03 UTC  (2+ messages)
` [PATCH v3 "

[PATCH i-g-t] configure.ac: correctly manage DRM_INTEL_{CFLAGS, LIBS}
 2016-11-09 14:33 UTC  (3+ messages)
` [PATCH i-g-t v2] "

[drm-intel:topic/drm-misc 1/2] backtracetest.c:undefined reference to `save_stack_trace'
 2016-11-09 14:26 UTC  (3+ messages)

[PATCH 0/2] extend page_track for external usage
 2016-11-09 14:23 UTC  (3+ messages)

[PATCH v2 1/4] drm: Add a new connector property for link status
 2016-11-09 13:45 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] qf: Document how to bisect the patch pile history
 2016-11-09 12:34 UTC 

[PATCH] drm/i915: Demote i915_gem_open() debugging from DRIVER to USER
 2016-11-09 12:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: rename preliminary_hw_support to alpha_support
 2016-11-09 11:20 UTC  (4+ messages)

xrandr fails after resume from hibernation in kernels 4.7.4 and 4.8.0
 2016-11-09 11:14 UTC  (6+ messages)
      ` [Intel-gfx] "

[PULL] drm-intel-fixes
 2016-11-09 10:52 UTC 

[PATCH 2/5] drm/i915: More assorted dev_priv cleanups
 2016-11-09 10:38 UTC  (3+ messages)
` [PATCH v2 "

[REGRESSION] Linux 4.9-rc4: gfx glitches on Intel Sandybridge (was: Re: Linux 4.9-rc4)
 2016-11-09  9:59 UTC  (5+ messages)
  ` [Intel-gfx] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).