public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-10-14 09:13:50 to 2016-10-17 06:46:22 UTC [more...]

[RFC PATCH v2 0/8] Add support for Legacy Hdmi audio
 2016-10-17  6:46 UTC  (7+ messages)
` [RFC PATCH v2 1/8] drm/i915: setup bridge for HDMI LPE audio driver

[PATCH v2 0/4] Picture aspect ratio support in DRM layer
 2016-10-17  6:33 UTC  (6+ messages)
` [PATCH v2 3/4] video: Add new aspect ratios for HDMI 2.0
` [PATCH v2 4/4] drm: Add and handle new aspect ratios in DRM layer
    ` [Intel-gfx] "

Fencing, fencing, fencing
 2016-10-17  6:20 UTC  (55+ messages)
` [PATCH 01/41] drm/i915: Move user fault tracking to a separate list
` [PATCH 02/41] drm/i915: Use RPM as the barrier for controlling user mmap access
` [PATCH 03/41] drm/i915: Remove superfluous locking around userfault_list
` [PATCH 04/41] drm/i915: Remove RPM sequence checking
` [PATCH 05/41] drm/i915: Move fence cancellation to runtime suspend
` [PATCH 06/41] drm/i915: Support asynchronous waits on struct fence from i915_gem_request
` [PATCH 07/41] drm/i915: Allow i915_sw_fence_await_sw_fence() to allocate
` [PATCH 08/41] drm/i915: Rearrange i915_wait_request() accounting with callers
` [PATCH 09/41] drm/i915: Remove unused i915_gem_active_wait() in favour of _unlocked()
` [PATCH 10/41] drm/i915: Defer active reference until required
` [PATCH 11/41] drm/i915: Introduce an internal allocator for disposable private objects
` [PATCH 12/41] drm/i915: Reuse the active golden render state batch
` [PATCH 13/41] drm/i915: Markup GEM API with lockdep asserts
` [PATCH 14/41] drm/i915: Use a radixtree for random access to the object's backing storage
` [PATCH 15/41] drm/i915: Use radixtree to jump start intel_partial_pages()
` [PATCH 16/41] drm/i915: Refactor object page API
` [PATCH 17/41] drm/i915: Pass around sg_table to get_pages/put_pages backend
` [PATCH 18/41] drm/i915: Move object backing storage manipulation to its own locking
` [PATCH 19/41] drm/i915/dmabuf: Acquire the backing storage outside of struct_mutex
` [PATCH 20/41] drm/i915: Implement pread without struct-mutex
` [PATCH 21/41] drm/i915: Implement pwrite "
` [PATCH 22/41] drm/i915: Acquire the backing storage outside of struct_mutex in set-domain
` [PATCH 23/41] drm/i915: Move object release to a freelist + worker
` [PATCH 24/41] drm/i915: Use lockless object free
` [PATCH 25/41] drm/i915: Move GEM activity tracking into a common struct reservation_object
` [PATCH 26/41] drm: Add reference counting to drm_atomic_state
` [PATCH 27/41] drm/i915: Restore nonblocking awaits for modesetting
` [PATCH 28/41] drm/i915: Combine seqno + tracking into a global timeline struct
` [PATCH 29/41] drm/i915: Queue the idling context switch after all other timelines
` [PATCH 30/41] drm/i915: Wait first for submission, before waiting for request completion
` [PATCH 31/41] drm/i915: Introduce a global_seqno for each request
` [PATCH 32/41] drm/i915: Rename ->emit_request to ->emit_breadcrumb
` [PATCH 33/41] drm/i915: Record space required for breadcrumb emission
` [PATCH 34/41] drm/i915: Defer "
` [PATCH 35/41] drm/i915: Move the global sync optimisation to the timeline
` [PATCH 36/41] drm/i915: Create a unique name for the context
` [PATCH 37/41] drm/i915: Reserve space in the global seqno during request allocation
` [PATCH 38/41] drm/i915: Defer setting of global seqno on request to submission
` [PATCH 39/41] drm/i915: Enable multiple timelines
` [PATCH 40/41] drm/i915: Enable userspace to opt-out of implicit fencing
` [PATCH 41/41] drm/i915: Support explicit fencing for execbuf
` ✗ Fi.CI.BAT: failure for series starting with [01/41] drm/i915: Move user fault tracking to a separate list

[PATCH] drm/edid: Only print the bad edid when aborting
 2016-10-17  6:19 UTC  (4+ messages)

[PATCH v2 00/10] Start of skl watermark cleanup
 2016-10-17  6:05 UTC  (5+ messages)
` [PATCH v2 05/10] drm/i915/gen9: Get rid of redundant watermark values
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915/dmc: Make no_stepping_info an array
 2016-10-17  6:04 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/DMC/KBL: Load DMC on KBL using he no_stepping_info array
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915/dmc: Make no_stepping_info an array

[PATCH 1/1] drm/i915/guc: Sanitory checks for platform that dont have GuC
 2016-10-17  6:03 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/1] "

[PATCH v3 00/10] Start of skl watermark cleanup
 2016-10-17  6:00 UTC  (14+ messages)
` [PATCH v3 01/10] drm/i915/skl: Move per-pipe ddb allocations into crtc states
` [PATCH v3 02/10] drm/i915/skl: Remove linetime from skl_wm_values
` [PATCH v3 03/10] drm/i915/gen9: Make skl_wm_level per-plane
` [PATCH v2 04/10] drm/i915/gen9: Cleanup skl_pipe_wm_active_state
` [PATCH v3 05/10] drm/i915/gen9: Get rid of redundant watermark values
` [PATCH v3 06/10] drm/i915/gen9: Add ddb changes to atomic debug output
` [PATCH v2 07/10] drm/i915/gen9: Make skl_pipe_wm_get_hw_state() reusable
` [PATCH v2 08/10] drm/i915/gen9: Add skl_wm_level_equals()
` [PATCH v2 09/10] drm/i915/gen9: Actually verify WM levels in verify_wm_state()
` [PATCH v2 10/10] drm/i915/gen9: Don't wrap strings "
` ✗ Fi.CI.BAT: warning for Start of skl watermark cleanup (rev3)

Uevent for retraining in case of link training failure in atomic commit phase
 2016-10-17  5:51 UTC 

Regression report] Weekly regression report WW45
 2016-10-17  4:13 UTC  (18+ messages)
` [Regression report] Weekly regression report WW26
  ` [Regression report] Weekly regression report WW27
    ` [Regression report] Weekly regression report WW28
      ` [Regression report] Weekly regression report WW29
        ` [Regression report] Weekly regression report WW30
          ` [Regression report] Weekly regression report WW31
            ` [Regression report] Weekly regression report WW32
              ` [Regression report] Weekly regression report WW33
                ` [Regression report] Weekly regression report WW34
                  ` [Regression report] Weekly regression report WW35
                    ` [Regression report] Weekly regression report WW36
                      ` [Regression report] Weekly regression report WW37
                        ` [Regression report] Weekly regression report WW38
                          ` [Regression report] Weekly regression report WW39
                            ` [Regression report] Weekly regression report WW40
                              ` [Regression report] Weekly regression report WW41
                                ` [Regression report] Weekly regression report WW42

[PATCH] drm/i915/dp: Increase cdclk when DP audio is enabled with 4 lanes and HBR2
 2016-10-17  1:55 UTC  (12+ messages)

4.9-r1: gpu hangs after hibernation
 2016-10-16 19:43 UTC 

[PATCH 0/8] dim: move -nigthly into drm-nighly.git
 2016-10-16 18:48 UTC  (9+ messages)
` [PATCH 1/8] dim: Extract TODO
` [PATCH 2/8] dim: Autocheck for up-to-dateness
` [PATCH 3/8] dim: autodetect remotes, first part for dim_setup
` [PATCH 4/8] dim: support git worktree for aux checkouts
` [PATCH 5/8] dim: Nuke nightly-forget
` [PATCH 6/8] dim: autodetect branches in rebuild-nightly
` [PATCH 7/8] dim: remove integration-tree remotes
` [PATCH 8/8] dim: Split out drm-nightly.git

[mm/vmalloc] 95bc4368c7: kernel BUG at mm/memory.c:1881!
 2016-10-15 14:18 UTC 

[PATCH] mm/vmalloc: Replace opencoded 4-level page walkers
 2016-10-15 10:09 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 1/2] drm/i915/gen9: unconditionally apply the memory bandwidth WA
 2016-10-14 21:45 UTC  (3+ messages)

[PATCH] drm/i915/guc: WA to address the Ringbuffer coherency issue
 2016-10-14 19:21 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 0/2] drm/i915: Suppress underrun reporting around DP link retraining
 2016-10-14 18:51 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: Extract intel_crtc_pch_transcoder()
` [PATCH 2/2] drm/i915: Suppress underruns during DP link retraining
` ✗ Fi.CI.BAT: warning for drm/i915: Suppress underrun reporting around "

[PATCH] drm/i915: Simplify DP port limited color range bit platform checks
 2016-10-14 18:21 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 1/2] drm/i915: Document our internal limit on object size
 2016-10-14 17:50 UTC  (11+ messages)
` [PATCH 2/2] drm/i915: Limit the scattergather coalescing to 32bits
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915: Document our internal limit on object size

[PATCH] RFC drm/i915: Add a sunset clause to GPU hang logging
 2016-10-14 17:30 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915: Emit telltales for extra levels of debug upon initialisation
 2016-10-14 17:22 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915: Fix cxsr_latency_table reorg
 2016-10-14 17:12 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915: Parse VBT data for lspcon
 2016-10-14 17:04 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v6 0/5] Enable lspcon support for GEN9 devices
 2016-10-14 16:53 UTC  (9+ messages)
` [PATCH v6 1/5] drm: Helper for lspcon in drm_dp_dual_mode
` [PATCH v6 2/5] drm/i915: Add lspcon support for I915 driver
` [PATCH v6 3/5] drm/i915: Parse VBT data for lspcon
` [PATCH v6 4/5] drm/i915: Enable lspcon initialization
` [PATCH v6 5/5] drm/i915: Add lspcon resume function
` ✗ Fi.CI.BAT: warning for Enable lspcon support for GEN9 devices (rev6)

[PATCH igt] lib/igt_aux: Improve documentation for igt_system_suspend_autoresume()
 2016-10-14 14:51 UTC 

[CI 1/4] drm/i915: Shrink cxsr_latency_table
 2016-10-14 14:20 UTC  (5+ messages)

[PATCH v5 0/5] Enable lspcon support for GEN9 devices
 2016-10-14 13:41 UTC  (10+ messages)
` [PATCH v5 2/5] drm/i915: Add lspcon support for I915 driver
` [PATCH v5 3/5] drm/i915: Parse VBT data for lspcon
` [PATCH v5 4/5] drm/i915: Enable lspcon initialization
` [PATCH v5 5/5] drm/i915: Add lspcon resume function
` ✗ Fi.CI.BAT: failure for Enable lspcon support for GEN9 devices (rev5)

[PATCH v2 1/5] drm/i915: Move user fault tracking to a separate list
 2016-10-14 13:20 UTC  (6+ messages)
` [PATCH v2 2/5] drm/i915: Use RPM as the barrier for controlling user mmap access
` [PATCH v2 3/5] drm/i915: Remove superfluous locking around userfault_list
` [PATCH v2 4/5] drm/i915: Remove RPM sequence checking
` [PATCH v2 5/5] drm/i915: Move fence cancellation to runtime suspend
` ✓ Fi.CI.BAT: success for series starting with [v2,1/5] drm/i915: Move user fault tracking to a separate list

[i-g-t PATCH 1/3] tests: add more checks for finding the debugfs in script based tests
 2016-10-14 13:07 UTC  (10+ messages)

[PATCH 1/4] drm/i915: Adding intel_panel_scale_none() helper function
 2016-10-14 13:03 UTC  (6+ messages)

[CI 1/3] drm/i915: Remove unused "valid" parameter from pte_encode
 2016-10-14 11:43 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [CI,1/3] "

[PATCH] drm/i915: Fix mismatched INIT power domain disabling during suspend
 2016-10-14 11:41 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[CI 1/3] drm/i915: Remove unused "valid" parameter from pte_encode
 2016-10-14 11:30 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [CI,1/3] "

[CI 01/19] drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv
 2016-10-14 11:26 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [CI,01/19] drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv (rev4)

[PATCH v9] drm/i915: Allocate intel_engine_cs structure only for the enabled engines
 2016-10-14 11:01 UTC  (8+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: Allocate intel_engine_cs structure only for the enabled engines (rev3)

[PULL] GVT-g device model core
 2016-10-14 10:30 UTC 

[i-g-t PATCH] tests: prefix IGT kernel log messages with [IGT]
 2016-10-14 10:20 UTC  (3+ messages)

[RFC i-g-t] Extract autotuned dummy load into lib
 2016-10-14 10:17 UTC  (7+ messages)
` [RFC i-g-t PATCH 2/3] igt/gem_wait: Use new igt_dummyload api

[PATCH] drm: Print device information again in debugfs
 2016-10-14 10:12 UTC  (2+ messages)
` [Intel-gfx] "

Explicit fencing on multiple timelines, again
 2016-10-14  9:43 UTC  (6+ messages)
` [PATCH 17/42] drm/i915: Pass around sg_table to get_pages/put_pages backend

[CI 16/19] drm/i915: Make IS_CHERRYVIEW only take dev_priv
 2016-10-14  9:13 UTC  (2+ messages)
` [PATCH v3 "


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