public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-12-16 07:29:45 to 2016-12-16 20:20:11 UTC [more...]

[PATCH 0/9] Execlist based engine-reset
 2016-12-16 20:20 UTC  (9+ messages)
` [PATCH 1/9] drm/i915: Keep i915_handle_error kerneldoc parameters together
` [PATCH 2/9] drm/i915: Update i915.reset to handle engine resets
` [PATCH 3/9] drm/i915/tdr: Modify error handler for per engine hang recovery
` [PATCH 4/9] drm/i915/tdr: Add support for per engine reset recovery
` [PATCH 5/9] drm/i915: Skip reset request if there is one already
` [PATCH 6/9] drm/i915/tdr: Add engine reset count to error state
` [PATCH 7/9] drm/i915/tdr: Export per-engine reset count info to debugfs
` [RFC 9/9] drm/i915: Add engine reset count in get-reset-stats ioctl

drm_mm fixes, take 3, final?
 2016-12-16 19:38 UTC  (40+ messages)
` [PATCH v3 01/38] drm/i915: Use the MRU stack search after evicting
` [PATCH v3 02/38] drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
` [PATCH v3 03/38] drm: Compile time enabling for asserts in drm_mm
` [PATCH v3 04/38] lib: Add a simple prime number generator
` [PATCH v3 05/38] drm: Add a simple generator of random permutations
` [PATCH v3 06/38] drm: Add some kselftests for the DRM range manager (struct drm_mm)
` [PATCH v3 07/38] drm: kselftest for drm_mm_init()
` [PATCH v3 08/38] drm: kselftest for drm_mm_debug()
` [PATCH v3 09/38] drm: kselftest for drm_mm_reserve_node()
` [PATCH v3 10/38] drm: kselftest for drm_mm_insert_node()
` [PATCH v3 11/38] drm: kselftest for drm_mm_replace_node()
` [PATCH v3 12/38] drm: kselftest for drm_mm_insert_node_in_range()
` [PATCH v3 13/38] drm: kselftest for drm_mm and alignment
` [PATCH v3 14/38] drm: kselftest for drm_mm and eviction
` [PATCH v3 15/38] drm: kselftest for drm_mm and range restricted eviction
` [PATCH v3 16/38] drm: kselftest for drm_mm and top-down allocation
` [PATCH v3 17/38] drm: kselftest for drm_mm and color adjustment
` [PATCH v3 18/38] drm: kselftest for drm_mm and color eviction
` [PATCH v3 19/38] drm: kselftest for drm_mm and restricted "
` [PATCH v3 20/38] drm/i915: Build DRM range manager selftests for CI
` [PATCH v3 21/38] drm: Promote drm_mm alignment to u64
` [PATCH v3 22/38] drm: Fix kerneldoc for drm_mm_scan_remove_block()
` [PATCH v3 23/38] drm: Detect overflow in drm_mm_reserve_node()
` [PATCH v3 24/38] drm: Simplify drm_mm_clean()
` [PATCH v3 25/38] drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
` [PATCH v3 26/38] drm: Extract struct drm_mm_scan from struct drm_mm
` [PATCH v3 27/38] drm: Rename prev_node to hole in drm_mm_scan_add_block()
` [PATCH v3 28/38] drm: Unconditionally do the range check "
` [PATCH v3 29/38] drm: Fix application of color vs range restriction when scanning drm_mm
` [PATCH v3 30/38] drm: Compute tight evictions for drm_mm_scan
` [PATCH v3 31/38] drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
` [PATCH v3 32/38] drm: Simplify drm_mm scan-list manipulation
` [PATCH v3 33/38] drm: Apply tight eviction scanning to color_adjust
` [PATCH v3 34/38] drm: Wrap drm_mm_node.hole_follows
` [PATCH v3 35/38] drm: Apply range restriction after color adjustment when allocation
` [PATCH v3 36/38] drm: Use drm_mm_insert_node_in_range_generic() for everyone
` [PATCH v3 37/38] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
` [PATCH v3 38/38] drm: kselftest for drm_mm and bottom-up allocation

[PATCH i-g-t v2 00/12] tests/kms_atomic_transition add fence testing
 2016-12-16 19:06 UTC  (13+ messages)
` [PATCH i-g-t v2 07/12] lib/igt_kms: Add support for the OUT_FENCE_PTR property
` [PATCH i-g-t v2 08/12] tests/kms_atomic: stress possible fence settings
` [PATCH i-g-t v2 10/12] tests/kms_atomic_transition: add out_fences tests

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

drm_mm range manager fixes, take 2
 2016-12-16 18:47 UTC  (79+ messages)
` [PATCH v2 01/40] drm/i915: Use the MRU stack search after evicting
` [PATCH v2 02/40] drm/i915: Simplify i915_gtt_color_adjust()
` [PATCH v2 03/40] drm: Add drm_mm_for_each_node_safe()
` [PATCH v2 04/40] drm: Constify the drm_mm API
` [PATCH v2 05/40] drm: Compile time enabling for asserts in drm_mm
` [PATCH v2 06/40] drm: Add some kselftests for the DRM range manager (struct drm_mm)
` [PATCH v2 07/40] drm: Add a simple generator of random permutations
` [PATCH v2 08/40] drm: Add a simple prime number generator
  ` [PATCH] lib: "
    ` [PATCH v3] "
` [PATCH v2 09/40] drm: kselftest for drm_mm_init()
` [PATCH v2 10/40] drm: kselftest for drm_mm_debug()
` [PATCH v2 11/40] drm: kselftest for drm_mm_reserve_node()
` [PATCH v2 12/40] drm: kselftest for drm_mm_insert_node()
` [PATCH v2 13/40] drm: kselftest for drm_mm_replace_node()
` [PATCH v2 14/40] drm: kselftest for drm_mm_insert_node_in_range()
` [PATCH v2 15/40] drm: kselftest for drm_mm and alignment
` [PATCH v2 16/40] drm: kselftest for drm_mm and eviction
` [PATCH v2 17/40] drm: kselftest for drm_mm and range restricted eviction
` [PATCH v2 18/40] drm: kselftest for drm_mm and top-down allocation
` [PATCH v2 19/40] drm: kselftest for drm_mm and color adjustment
` [PATCH v2 20/40] drm: kselftest for drm_mm and color eviction
` [PATCH v2 21/40] drm: kselftest for drm_mm and restricted "
` [PATCH v2 22/40] drm/i915: Build DRM range manager selftests for CI
` [PATCH v2 23/40] drm: Promote drm_mm alignment to u64
` [PATCH v2 24/40] drm: Fix kerneldoc for drm_mm_scan_remove_block()
` [PATCH v2 25/40] drm: Detect overflow in drm_mm_reserve_node()
` [PATCH v2 26/40] drm: Simplify drm_mm_clean()
` [PATCH v2 27/40] drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
` [PATCH v2 28/40] drm: Extract struct drm_mm_scan from struct drm_mm
` [PATCH v2 29/40] drm: Rename prev_node to hole in drm_mm_scan_add_block()
` [PATCH v2 30/40] drm: Unconditionally do the range check "
` [PATCH v2 31/40] drm: Fix application of color vs range restriction when scanning drm_mm
` [PATCH v2 32/40] drm: Compute tight evictions for drm_mm_scan
` [PATCH v2 33/40] drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
` [PATCH v2 34/40] drm: Simplify drm_mm scan-list manipulation
` [PATCH v2 35/40] drm: Apply tight eviction scanning to color_adjust
` [PATCH v2 36/40] drm: Wrap drm_mm_node.hole_follows
` [PATCH v2 37/40] drm: Apply range restriction after color adjustment when allocation
` [PATCH v2 38/40] drm: Use drm_mm_insert_node_in_range_generic() for everyone
` [PATCH v2 39/40] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
` [PATCH v2 40/40] drm: kselftest for drm_mm and bottom-up allocation
` ✓ Fi.CI.BAT: success for series starting with [v2,01/40] drm/i915: Use the MRU stack search after evicting
` ✗ Fi.CI.BAT: failure for series starting with [v2,01/40] drm/i915: Use the MRU stack search after evicting (rev3)

[PATCH 0/5] GuC Scrub vol. 1
 2016-12-16 18:26 UTC  (16+ messages)
` [PATCH 1/5] drm/i915/guc: Rename _setup() to _load()
` [PATCH 3/5] drm/i915/guc: Simplify intel_guc_load()
` [PATCH 5/5] drm/i915/guc: Simplify guc_fw_path

[PATCH 1/3] drm/i915/DMC/GLK: Load DMC on GLK
 2016-12-16 17:52 UTC  (4+ messages)
` [PATCH 2/3] drm/i915/glk: Add missing bits to allow runtime pm suspend "
` [PATCH 3/3] drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()
` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915/DMC/GLK: Load DMC on GLK

[PATCH 2/2] drm/i915: Dump the pclk and burst_mode_ratio for DSI
 2016-12-16 17:37 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Dump more configuration information "

[PATCH] drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
 2016-12-16 17:23 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

Guc parameter Handling
 2016-12-16 16:12 UTC  (2+ messages)

[drm-intel:drm-intel-nightly 922/930] include/linux/list.h:385:29: error: initialization discards 'const' qualifier from pointer target type
 2016-12-16 15:48 UTC 

[drm-intel:drm-intel-nightly 922/930] drivers/gpu/drm/i915/i915_gem_gtt.c:2732:9: note: in expansion of macro 'list_first_entry_or_null'
 2016-12-16 15:21 UTC 

[PATCH 00/13] some stuff, and then connector_list locking
 2016-12-16 15:03 UTC  (15+ messages)
` [PATCH 01/13] drm/irq: drm_legacy_ prefix for legacy ioctls
` [PATCH 02/13] drm: Move atomic debugfs functions into drm_crtc_internal.h
` [PATCH 04/13] drm: Drop locking cargo-cult from drm_mode_config_init
  ` [Intel-gfx] "
` [PATCH 05/13] drm: locking&new iterators for connector_list
  ` [Intel-gfx] "
` [PATCH 07/13] drm: Clean up connectors by unreferencing them
` [PATCH 08/13] drm: prevent double-(un)registration for connectors
` [PATCH 09/13] drm: Tighten locking in drm_mode_getconnector

[PATCH 06/13] drm: Convert all helpers to drm_connector_list_iter
 2016-12-16 15:03 UTC  (6+ messages)
` [PATCH] "
      ` [kbuild-all] "

[PATCH v2 0/9] drm/i915: Add a per-pipe plane identifier enum (v2)
 2016-12-16 14:56 UTC  (8+ messages)
` [PATCH 8/9] drm/i915: Don't populate plane->plane for cursors and sprites

[PATCH 0/2] drm: link status property and DP link training failure handling
 2016-12-16 14:47 UTC  (6+ messages)
` [PATCH 1/2] drm: Add a new connector atomic property for link status
` [PATCH 2/2] drm/i915: Implement Link Rate fallback on Link training failure
` ✗ Fi.CI.BAT: failure for drm: link status property and DP link training failure handling

[PATCH] drm/i915: Fix use after free in logical_render_ring_init
 2016-12-16 14:32 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[RESEND][GIT PULL] i915/gvt KVMGT tree for 4.10
 2016-12-16 13:26 UTC 

[PATCH i-g-t] tools: Add intel_dp_compliance for DisplayPort 1.2 compliance automation
 2016-12-16 12:27 UTC  (3+ messages)
` [PATCH v2 "

[PATCH V2] drm/i915: relax uncritical udelay_range() settings
 2016-12-16  9:27 UTC  (5+ messages)
` ✗ Fi.CI.BAT: failure for "
    ` ??? "

[PATCH V2] drm/i915: relax uncritical udelay_range()
 2016-12-16  9:25 UTC  (2+ messages)

[PATCH i-g-t v3] tests/kms_plane_lowres: Plane visibility after atomic modesets
 2016-12-16  8:40 UTC 

[bug report] drm/i915: Small compaction of the engine init code
 2016-12-16  8:38 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: Fix inconsistent naming of i915_guc_client parameter
 2016-12-16  8:02 UTC  (2+ messages)


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