public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-12-09 10:00:10 to 2016-12-12 11:53:28 UTC [more...]

struct drm_mm fixes
 2016-12-12 11:53 UTC  (13+ messages)
` [PATCH 01/34] drm/i915: Use the MRU stack search after evicting
` [PATCH 02/34] drm/i915: Simplify i915_gtt_color_adjust()
` [PATCH 03/34] drm: Add drm_mm_for_each_node_safe()
` [PATCH 04/34] drm: Add some kselftests for the DRM range manager (struct drm_mm)
` [PATCH 05/34] drm: kselftest for drm_mm_init()
` [PATCH 06/34] drm: Add a simple linear congruent generator PRNG
` [PATCH 07/34] drm: Add a simple prime number generator
` [PATCH 08/34] drm: kselftest for drm_mm_reserve_node()
` [PATCH 09/34] drm: kselftest for drm_mm_insert_node()
` [PATCH 10/34] drm: kselftest for drm_mm_replace_node()
` [PATCH 11/34] drm: kselftest for drm_mm_insert_node_in_range()
` [PATCH 12/34] drm: kselftest for drm_mm and alignment

[PATCH 0/8]HuC Loading Patches
 2016-12-12 11:50 UTC  (24+ messages)
` [PATCH 1/8] drm/i915/guc: Make the GuC fw loading helper functions general
` [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 7/8] drm/i915/huc: Support HuC authentication
` [PATCH 8/8] drm/i915/get_params: Add HuC status to getparams

[PATCH 0/8] GTT bitmaps purge
 2016-12-12 11:48 UTC  (9+ messages)
` [PATCH 1/8] drm/i915/gtt: Don't pass ppgtt to ppgtt_cleanup_4lvl
` [PATCH 2/8] drm/i915/gtt: Rename orig_start/orig_length
` [PATCH 3/8] drm/i915/gtt: Extract unwind to separate function for gen6_alloc_va_range
` [PATCH 4/8] drm/i915/gtt: Don't use temp bitmaps to unwind gen8_alloc_va_range
` [PATCH 5/8] drm/i915/gtt: Purge temp bitmaps
  ` [PATCH 6/8] drm/i915: Prepare i915_page_table_entry_map tracepoint for bitmap purge
` [PATCH 7/8] drm/i915/gtt: Purge page tracking bitmaps
` [PATCH 8/8] drm/i915: Clear range when unbinding closed vma

[PATCH] dim: Update docs for update-branches
 2016-12-12 10:43 UTC  (6+ messages)

[PATCH 0/6] drm/atomic: Remove drm_atomic_helper_framebuffer_changed
 2016-12-12 10:34 UTC  (7+ messages)
` [PATCH 4/6] drm/atomic: Wait for vblank whenever a plane is added to state
` [PATCH 6/6] drm/i915: Add a cursor hack to allow converting legacy page flip to atomic
    ` [PATCH v2 6/6] drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3

[PATCH] drm/i915/perf: More documentation hooked to i915.rst
 2016-12-12 10:00 UTC  (6+ messages)

[PATCH 1/4] drm: Protect master->unique with dev->master_mutex
 2016-12-12  9:50 UTC  (17+ messages)
` [PATCH 2/4] drm: setclientcap doesn't need the drm BKL
  ` [Intel-gfx] "
` [PATCH 3/4] drm: Enforce BKL-less ioctls for modern drivers
  ` [Intel-gfx] "
` [PATCH 4/4] drm: Simplify GETRESOURCES ioctl
  ` [PATCH] "
` ✗ Fi.CI.BAT: failure for series starting with [1/4] drm: Protect master->unique with dev->master_mutex
` ✗ Fi.CI.BAT: failure for series starting with [1/4] drm: Protect master->unique with dev->master_mutex (rev2)
` ✓ Fi.CI.BAT: success for series starting with [1/4] drm: Protect master->unique with dev->master_mutex (rev3)

[PATCH 1/7] drm/hisilicon: Don't set drm_device->platformdev
 2016-12-12  9:23 UTC  (19+ messages)
` [PATCH 2/7] drm: Protect master->unique with dev->master_mutex
` [PATCH 3/7] drm: setclientcap doesn't need the drm BKL
` [PATCH 4/7] drm: Enforce BKL-less ioctls for modern drivers
` [PATCH 5/7] drm: Don't compute obj counts expensively in get_resources
` [PATCH 6/7] drm: Don't walk fb list twice in getresources
    ` [Intel-gfx] "
` [PATCH 7/7] drm: Resurrect atomic rmfb code
` ✗ Fi.CI.BAT: failure for series starting with [1/7] drm/hisilicon: Don't set drm_device->platformdev

[PATCH v3] drm/i915: Check HAS_PCH_NOP when install or reset dispaly IRQ
 2016-12-12  7:52 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] dma-buf: Provide wrappers for reservation's lock
 2016-12-12  6:55 UTC  (5+ messages)

[PATCH 0/7] Add support for Legacy HDMI audio drivers
 2016-12-12 18:10 UTC  (9+ messages)
` ✓ Fi.CI.BAT: success for Add support for Legacy HDMI audio drivers (rev2)
` [PATCH 1/7] drm/i915: setup bridge for HDMI LPE audio driver
` [PATCH 2/7] drm/i915: Add support for audio driver notifications
` [PATCH 3/7] ALSA: add shell for Intel HDMI LPE audio driver
` [PATCH 4/7] ALSA: x86: hdmi: Add audio support for BYT and CHT
` [PATCH 5/7] ALSA: x86: hdmi: Improve position reporting
` [PATCH 6/7] ALSA: x86: hdmi: Fixup some monitor
` [PATCH 7/7] ALSA: x86: hdmi: continue playback even when display resolution changes

[PATCH v2] drm/i915: Respect num_pipes when install or reset dispaly IRQ
 2016-12-12  6:39 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "

[RFC 0/4] Introduce drmfs pseudo filesystem for drm subsystem
 2016-12-12  6:14 UTC  (2+ messages)

[PATCH 0/5] sphinxification for dma-buf docs
 2016-12-11 20:41 UTC  (16+ messages)
` [PATCH 1/5] dma-buf: Extract dma-buf.rst
` [PATCH 2/5] dma-buf: Update kerneldoc for sync_file_create
` [PATCH 3/5] dma-buf: Reorganize device dma access docs
` [PATCH 4/5] dma-buf: Update cpu access documentation
` [PATCH 5/5] dma-buf: Final bits of doc polish
  ` [PATCH] "
` ✓ Fi.CI.BAT: success for sphinxification for dma-buf docs
` ✓ Fi.CI.BAT: success for sphinxification for dma-buf docs (rev2)

[PATCH 1/2] lockdep: Markup callers of might_lock() as potential sleepers
 2016-12-11 18:21 UTC  (3+ messages)
` [PATCH 2/2] kref: Annotate kref_put_mutex() with might_lock()
` ✗ Fi.CI.BAT: failure for series starting with [1/2] lockdep: Markup callers of might_lock() as potential sleepers

[PATCH] drm: Make each driver's struct_mutex its own subclass
 2016-12-10 22:35 UTC  (8+ messages)
` ✗ Fi.CI.BAT: failure for "
  ` [Intel-gfx] [PATCH] "

[PULL] drm-misc-next-fixes
 2016-12-10 21:52 UTC 

unreadable external HDMI display in recent kernels, work around
 2016-12-09 18:28 UTC 

[PATCH v3 0/5] Add Automation Support for DP Compliance Testing (Rev 3)
 2016-12-10  2:15 UTC  (11+ messages)
` [PATCH v3 1/5] drm/i915: Move all the DP compliance data to a separate struct
` [PATCH v3 2/5] drm/i915: Add support for DP link training compliance
` [PATCH v3 3/5] drm/i915: Fixes to support DP Compliance EDID tests
` [PATCH v3 4/5] drm: Add definitions for DP compliance Video pattern tests
` [PATCH v3 5/5] drm/i915: Add support for DP Video pattern compliance tests
` ✗ Fi.CI.BAT: warning for Add Automation Support for DP Compliance Testing (Rev 3)

[PATCH] drm/i915/psr: report psr2 hw enabled from psr2_ctl
 2016-12-10  0:41 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH 0/5] Add Automation Support for DP Compliance Testing (Rev 2)
 2016-12-10  0:22 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: Move all the DP compliance data to a separate struct
  ` [PATCH v2 "
    ` [PATCH 3/5] drm/i915: Fixes to support DP Compliance EDID tests
      ` [PATCH v2 "

garbled external hdmi display on laptop, work around described
 2016-12-09 21:29 UTC 

[PATCH 1/9] drm: kselftest for drm_mm_init()
 2016-12-09 16:14 UTC  (14+ messages)
` [PATCH 2/9] drm: kselftest for drm_mm_reserve_node()
` [PATCH 3/9] drm: kselftest for drm_mm_insert_node()
` [PATCH 4/9] drm: kselftest for drm_mm_insert_node_in_range()
` [PATCH 5/9] drm: kselftest for drm_mm and alignment
` [PATCH 6/9] drm: kselftest for drm_mm and eviction
` [PATCH 7/9] drm: kselftest for drm_mm and top-down allocation
` [PATCH 8/9] drm: kselftest for drm_mm and top-down alignment
` [PATCH 9/9] drm: kselftest for drm_mm and color adjustment

[RFC] Smattering of selftests
 2016-12-09 16:02 UTC  (28+ messages)
` [PATCH 08/16] drm/i915: Unify active context tracking between legacy/execlists/guc
` [PATCH 09/16] drm/i915: Simplify releasing context reference
` [PATCH 10/16] drm/i915: Mark the shadow gvt context as closed
` [PATCH 11/16] drm/i915/execlists: Request the kernel context be pinned high
` [PATCH 12/16] drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
` [PATCH 13/16] drm/i915: Add selftests for i915_gem_request
` [PATCH 14/16] drm/i915: Add a simple request selftest for waiting
` [PATCH 15/16] drm/i915: Add a simple fence selftest to i915_gem_request
` [PATCH 1/2] drm/i915: Move uncore selfchecks to late selftest infrastructure
  ` [PATCH 2/2] drm/i915: Test all fw tables during mock selftests

[PATCH] drm/i915: Retire before attempting to evict from the active lists
 2016-12-09 15:05 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm: Add fake controlD* symlinks for backwards compat
 2016-12-09 14:45 UTC  (12+ messages)
` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.BAT: success for drm: Add fake controlD* symlinks for backwards compat (rev2)

[PATCH] drm/i915: Use the MRU stack search after evicting
 2016-12-09 13:52 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[drm-intel:drm-intel-next-queued 1/1] htmldocs: drivers/gpu/drm/i915/i915_drv.h:1106: warning: No description found for parameter 'i915'
 2016-12-09 13:31 UTC 

[PATCH igt] intel-ci: Do module loads first + last
 2016-12-09 11:08 UTC  (5+ messages)


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