public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-12-15 17:15:27 to 2016-12-16 19:06:48 UTC [more...]

[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  (27+ 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 4/8] drm/i915/huc: Add BXT HuC Loading Support
` [PATCH 5/8] drm/i915/HuC: Add KBL huC loading Support
` [PATCH 6/8] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH 7/8] drm/i915/huc: Support HuC authentication
` [PATCH 8/8] drm/i915/get_params: Add HuC status to getparams
` ✓ Fi.CI.BAT: success for HuC Loading Patches

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  (17+ 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
` ✗ Fi.CI.BAT: failure for GuC Scrub vol. 1

[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  (3+ 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  (7+ messages)
` [PATCH] "
      ` [kbuild-all] "

[PATCH v2 0/9] drm/i915: Add a per-pipe plane identifier enum (v2)
 2016-12-16 14:56 UTC  (10+ messages)
` [PATCH 7/9] drm/i915: s/plane/plane_id/ in skl+ plane register defines
` [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  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[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  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915: Check num_pipes before initializing audio component
 2016-12-16  7:15 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Check num_pipes before initializing or calling display hooks
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915: Check num_pipes before initializing audio component

[PATCH v3] drm/i915: Check HAS_PCH_NOP when install or reset dispaly IRQ
 2016-12-16  1:40 UTC  (4+ messages)

[PATCH 0/7] Add support for Legacy HDMI audio drivers
 2016-12-15 21:01 UTC  (18+ messages)
` [PATCH 1/7] drm/i915: setup bridge for HDMI LPE audio driver
    ` [alsa-devel] "
` [PATCH 2/7] drm/i915: Add support for audio driver notifications
` [PATCH 3/7] ALSA: add shell for Intel HDMI LPE audio driver
        ` [alsa-devel] "
` [PATCH 7/7] ALSA: x86: hdmi: continue playback even when display resolution changes
      ` [alsa-devel] "

[PATCH] drm/i915: Workaround VLV/CHV DSI scanline counter hardware fail
 2016-12-15 19:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915/huc: Introduce enable_huc parameter
 2016-12-15 18:35 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/guc: Remove enable_guc_loading parameter

[PATCH 00/14] drm/i915: VLV/CHV two-stage watermarks
 2016-12-15 17:26 UTC  (21+ messages)
` [PATCH 01/14] drm/i915: Track visible planes in a bitmask
` [PATCH 07/14] drm/i915: Compute vlv/chv wms the atomic way
` [PATCH i-g-t] tests: Add kms_plane_blinker

[PATCH] drm/i915: use udelay for very small delays
 2016-12-15 17:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "


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