public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-10-18 08:23:00 to 2016-10-19 13:07:24 UTC [more...]

IGT contributions and reviews
 2016-10-19 13:06 UTC  (5+ messages)

[PATCH] drm/i915/gvt: Hold a reference on the request
 2016-10-19 12:57 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] drm/i915: Stop reporting error details in dmesg as well as the error-state
 2016-10-19 12:52 UTC 

Intel DRM Driver - Weathered Colours Patch
 2016-10-19 12:36 UTC 

[PATCH] drm: Fix LSPCON kernel-doc
 2016-10-19 12:08 UTC  (3+ messages)

[PATCH 0/7] Shared DPLL kernel doc and improvements
 2016-10-19 12:03 UTC  (4+ messages)
` [PATCH 5/7] drm/i915: Update kerneldoc for intel_dpll_mgr.c

[PATCH] drm/i915: Handle early failure during intel_get_load_detect_pipe
 2016-10-19 11:37 UTC 

[PATCH 1/2] drm: make is_lspcon_adaptor static
 2016-10-19 11:15 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: make lspcon_get_current_mode static
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm: make is_lspcon_adaptor static

[PATCH] drm: fix sparse warnings on undeclared symbols in crc debugfs
 2016-10-19 11:14 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-19 11:10 UTC  (30+ messages)
` [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()
` [PATCH 02/10] mm: remove write/force parameters from __get_user_pages_unlocked()
` [PATCH 03/10] mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
` [PATCH 04/10] mm: replace get_user_pages_locked() "
` [PATCH 05/10] mm: replace get_vaddr_frames() "
` [PATCH 06/10] mm: replace get_user_pages() "
` [PATCH 07/10] mm: replace get_user_pages_remote() "
` [PATCH 08/10] mm: replace __access_remote_vm() write parameter "
` [PATCH 10/10] mm: replace access_process_vm() "

gvt gem fixes
 2016-10-19 11:02 UTC  (19+ messages)
` [PATCH 01/12] drm/i915/gvt: s/drm_gem_object_unreference/i915_gem_object_put/
` [PATCH 02/12] drm/i915/gvt: Add runtime pm around fences
` [PATCH 03/12] drm/i915/gvt: i915_gem_object_create() returns an error pointer
` [PATCH 04/12] drm/i915: Catch premature unpinning of pages
` [PATCH 05/12] drm/i915/gvt: Use the returned VMA to provide the virtual address
` [PATCH 06/12] drm/i915/gvt: Remove dangerous unpin of backing storage of bound GPU object
` [PATCH 07/12] drm/i915/gvt: Hold a reference on the request
` [PATCH 08/12] drm/i915/gvt: Stop checking for impossible interrupts from a kthread
` [PATCH 09/12] drm/i915/gvt: Stop waiting whilst holding struct_mutex
` [PATCH 10/12] drm/i915/gvt: Use common mapping routines for indirect_ctx object
` [PATCH 11/12] drm/i915/gvt: Use common mapping routines for shadow_bb object
` [PATCH 12/12] drm/i915/gvt: Remove defunct vmap_batch()

[PATCH 1/2] drm/i915/gvt: Stop checking for impossible interrupts from a kthread
 2016-10-19 11:01 UTC  (10+ messages)
` [PATCH 2/2] drm/i915/gvt: Stop waiting whilst holding struct_mutex
    ` [PATCH v2] "
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915/gvt: Stop checking for impossible interrupts from a kthread (rev2)

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

Fencing, fencing, fencing
 2016-10-19 10:39 UTC  (10+ messages)
` [PATCH 08/41] drm/i915: Rearrange i915_wait_request() accounting with callers
` [PATCH 23/41] drm/i915: Move object release to a freelist + worker
` [PATCH 24/41] drm/i915: Use lockless object free

[CI 1/4] drm/i915: Bump object bookkeeping to u64 from size_t
 2016-10-19 10:38 UTC  (8+ messages)
` [CI 2/4] drm/i915: Document our internal limit on object size
` [CI 3/4] drm/i915: Limit the scattergather coalescing to 32bits
` [CI 4/4] drm/i915: Restrict pagefault disabling to just around copy_from_user()
` ✗ Fi.CI.BAT: failure for series starting with [CI,1/4] drm/i915: Bump object bookkeeping to u64 from size_t

[PATCH] drm/i915/gvt: Add runtime pm around fences
 2016-10-19 10:05 UTC 

[PATCH 1/2] drm/i915: Catch premature unpinning of pages
 2016-10-19  9:58 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/gvt: Use the returned VMA to provide the virtual address
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Catch premature unpinning of pages

[PATCH v2 0/9] Broxton ddi phy refactoring
 2016-10-19  9:57 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for Broxton ddi phy refactoring (rev5)

[PATCH] drm/i915/gvt: Remove dangerous unpin of backing storage of bound GPU object
 2016-10-19  9:50 UTC 

[PATCH i-g-t] tests/kms_plane_multiple: CRC based atomic correctness test
 2016-10-19  9:10 UTC  (3+ messages)

[PATCH 1/2] drm/i915/gvt: s/drm_gem_object_unreference/i915_gem_object_put/
 2016-10-19  8:57 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/gvt: i915_gem_object_create() returns an error pointer
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915/gvt: s/drm_gem_object_unreference/i915_gem_object_put/

[PATCH 1/3] drm/i915/gvt: Use common mapping routines for indirect_ctx object
 2016-10-19  8:33 UTC  (3+ messages)
` [PATCH 2/3] drm/i915/gvt: Use common mapping routines for shadow_bb object
` [PATCH 3/3] drm/i915/gvt: Remove defunct vmap_batch()

[PULL] GVT-g device model core
 2016-10-19  7:58 UTC  (8+ messages)

[PATCH v3 9/9] drm/i915: Address broxton phy registers based on phy and channel number
 2016-10-19  7:59 UTC  (3+ messages)
` [PATCH v4 "
` [PATCH v5 "

[PATCH] drm/i915/dp: Debug log MST active links explicitly
 2016-10-19  7:47 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/dp: Debug log MST active links explicitly (rev2)

[PATCH i-g-t] tests/vgem_basic: Retry the initial module unload in unload test
 2016-10-19  7:38 UTC  (6+ messages)

[PATCH] i915: don't call drm_atomic_state_put on invalid pointer
 2016-10-19  7:25 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH 01/10] dim: Extract TODO
 2016-10-19  7:10 UTC  (26+ messages)
` [PATCH 02/10] dim: Autocheck for up-to-dateness
` [PATCH 03/10] dim: echoerr helper for printing to stderr
` [PATCH 04/10] dim: autodetect remotes, first part for dim_setup
  ` [Intel-gfx] "
  ` [PATCH] dim: autodetect branches in rebuild-nightly
` [PATCH 05/10] dim: support git worktree for aux checkouts
  ` [Intel-gfx] "
` [PATCH 06/10] dim: Nuke nightly-forget
` [PATCH 07/10] dim: autodetect branches in rebuild-nightly
` [PATCH 08/10] dim: remove integration-tree remotes
` [PATCH 09/10] dim: Split out drm-nightly.git
` [PATCH 10/10] dim: s/drm-nightly/drm-tip
` [Intel-gfx] [PATCH 01/10] dim: Extract TODO

[PATCH] mm/vmalloc: Replace opencoded 4-level page walkers
 2016-10-19  7:07 UTC  (4+ messages)
` [PATCH v2] "
` ✗ Fi.CI.BAT: warning for mm/vmalloc: Replace opencoded 4-level page walkers (rev2)

linux-next: build warnings after merge of the drm-intel tree
 2016-10-19  1:57 UTC  (2+ messages)

[i-g-t PATCH] igt/tools: Update intel_watermark with SKL support
 2016-10-19  0:05 UTC  (3+ messages)
  ` [i-g-t PATCH v2] "

[PATCH] drm/i915: Emit telltales for extra levels of debug upon initialisation
 2016-10-18 21:47 UTC  (2+ messages)

[PATCH] drm/i915: KBL - Recommended buffer translation programming for DisplayPort
 2016-10-18 21:42 UTC  (3+ messages)

[PATCH v3 00/10] Start of skl watermark cleanup
 2016-10-18 18:12 UTC  (3+ messages)
` [PATCH v2 07/10] drm/i915/gen9: Make skl_pipe_wm_get_hw_state() reusable

[PATCH v3 05/10] drm/i915/gen9: Get rid of redundant watermark values
 2016-10-18 18:09 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v2 0/4] Picture aspect ratio support in DRM layer
 2016-10-18 17:12 UTC  (5+ messages)
` [PATCH v2 4/4] drm: Add and handle new aspect ratios "
    ` [Intel-gfx] "

[Regression report] Weekly regression report WW40
 2016-10-18 15:45 UTC  (7+ messages)
` [Regression report] Weekly regression report WW41
  ` [Regression report] Weekly regression report WW42

[PATCH] drm/i915/gen9: Remove WaEnableYV12BugFixInHalfSliceChicken7
 2016-10-18 15:09 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Mark GVT as BROKEN
 2016-10-18 14:59 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

4.8-rc1: it is now common that machine needs re-run of xrandr after resume
 2016-10-18 14:13 UTC  (7+ messages)

[PATCH 1/1] drm/i915/guc: Sanitory checks for platform that dont have GuC
 2016-10-18 14:09 UTC  (2+ messages)

[PATCH v2 1/3] drm/i915: Bump object bookkeeping to u64 from size_t
 2016-10-18 10:00 UTC  (8+ messages)
` [PATCH v2 2/3] drm/i915: Document our internal limit on object size
` [PATCH v2 3/3] drm/i915: Limit the scattergather coalescing to 32bits

[PATCH] drm/i915: Restrict pagefault disabling to just around copy_from_user()
 2016-10-18  9:54 UTC  (11+ messages)
            ` [PATCH v2] "
` ✗ Fi.CI.BAT: failure for drm/i915: Restrict pagefault disabling to just around copy_from_user() (rev2)

[PATCH] intel-ci: Add gem_exec_suspend/basic-S3/S4-devices to BAT
 2016-10-18  9:23 UTC  (6+ messages)

[PATCH 00/15] drm: Per-plane rotation etc
 2016-10-18  9:16 UTC  (5+ messages)
` [PATCH 12/15] drm: RIP mode_config->rotation_property
      ` [Intel-gfx] "

[PATCH xf86-video-intel] sna: Reprobe if kernel updates the connector mode list
 2016-10-18  8:46 UTC  (2+ messages)

[PATCH] drm/i915/gvt: Fix build failure after intel_engine_cs change
 2016-10-18  8:39 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "


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