public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-12-16 14:48:35 to 2016-12-19 13:02:01 UTC [more...]

[PATCH] drm/i915: Prevent PPS stealing from a normal DP port on VLV/CHV
 2016-12-19 13:01 UTC  (3+ messages)
` [PATCH v2] "

drm_mm fixes, take 3, final?
 2016-12-19 12:55 UTC  (49+ 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] "
    ` [PATCH v6] "
` [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] "
` [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] "
` [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
` ✗ Fi.CI.BAT: warning for series starting with [v3,01/38] drm/i915: Use the MRU stack search after evicting
` ✓ Fi.CI.BAT: success for series starting with [v3,01/38] drm/i915: Use the MRU stack search after evicting (rev3)
` ✗ Fi.CI.BAT: warning for series starting with [v3,01/38] drm/i915: Use the MRU stack search after evicting (rev4)
` ✗ Fi.CI.BAT: failure for series starting with [v3,01/38] drm/i915: Use the MRU stack search after evicting (rev5)

[RFC 0/4] Introduce drmfs pseudo filesystem for drm subsystem
 2016-12-19 12:53 UTC  (6+ messages)
` [RFC 1/4] drm: Introduce drmfs pseudo filesystem interfaces
` [RFC 2/4] drm: Register drmfs filesystem from drm init
` [RFC 3/4] drm: Create driver specific root directory inside drmfs
` [RFC 4/4] drm/i915: Creating guc log file in drmfs instead of debugfs
` ✗ Fi.CI.BAT: warning for Introduce drmfs pseudo filesystem for drm subsystem (rev4)

[PATCH 1/2] drm/i915: Fallback to single PAGE_SIZE segments for DMA remapping
 2016-12-19 12:43 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Add a test that we terminate the trimmed sgtable as expected

[PATCH 00/14] drm/i915: Introduce intel_cdclk_state
 2016-12-19 12:35 UTC  (15+ messages)
` [PATCH 01/14] drm/i915: Store the pipe pixel rate in the crtc state
` [PATCH 02/14] drm/i915: Nuke intel_mode_max_pixclk()
` [PATCH 03/14] drm/i915: s/get_display_clock_speed/get_cdclk/
` [PATCH 04/14] drm/i915: Clean up the .get_cdclk() assignment if ladder
` [PATCH 05/14] drm/i915: Move most cdclk/rawclk related code to intel_cdclk.c
` [PATCH 06/14] drm/i915: Pass computed vco to bxt_set_cdclk()
` [PATCH 07/14] drm/i915: Start moving the cdclk stuff into a distinct state structure
` [PATCH 08/14] drm/i915: Track full cdclk state for the logical and actual cdclk frequencies
` [PATCH 09/14] drm/i915: Pass dev_priv to remainder of the cdclk functions
` [PATCH 10/14] drm/i915: Pass the cdclk state to the set_cdclk() functions
` [PATCH 11/14] drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk()
` [PATCH 12/14] drm/i915: Nuke the VLV/CHV PFI programming power domain workaround
` [PATCH 13/14] drm/i915: Replace the .modeset_commit_cdclk() hook with a more direct .set_cdclk() hook
` [PATCH 14/14] drm/i915: Move ilk_pipe_pixel_rate() to intel_display.c

i915 regression in kernel 4.10
 2016-12-19 12:29 UTC  (2+ messages)

[PATCH 0/6] drm/atomic: Remove drm_atomic_helper_framebuffer_changed
 2016-12-19 12:07 UTC  (9+ messages)
` [PATCH 2/6] drm/atomic: Unconditionally call prepare_fb
    ` [Intel-gfx] "
            ` [PATCH v2 "

[PATCH] drm/i915: Drop mutex after successful kref_put_mutex()
 2016-12-19 11:50 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

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

[PATCH] drm/i915: More reasonable memcpy unroll in i915_gem_swizzle_page
 2016-12-19 10:32 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH v2] dma-buf: Wait on the reservation object when sync'ing before CPU access
 2016-12-19 10:23 UTC  (4+ messages)

[CI 1/7] drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutex
 2016-12-19 10:08 UTC  (10+ messages)
` [CI 2/7] drm/i915: Move intel_lrc_context_pin() to avoid the forward declaration
` [CI 3/7] drm/i915: Unify active context tracking between legacy/execlists/guc
` [CI 4/7] drm/i915: Simplify releasing context reference
` [CI 5/7] drm/i915: Mark the shadow gvt context as closed
` [CI 6/7] drm/i915/execlists: Request the kernel context be pinned high
` [CI 7/7] drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfunc
` ✓ Fi.CI.BAT: success for series starting with [CI,1/7] drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutex

[PATCH 0/9] Execlist based engine-reset
 2016-12-19  9:51 UTC  (19+ 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
` [PATCH 8/9] drm/i915/tdr: Enable Engine reset and recovery support
` [RFC 9/9] drm/i915: Add engine reset count in get-reset-stats ioctl
` ✗ Fi.CI.BAT: warning for Execlist based engine-reset

[PATCH 1/2] drm/i915: Check num_pipes before initializing audio component
 2016-12-19  9:48 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for series starting with [1/2] "

[PATCH 1/6] drm/i915: Use drm_connector_list_iter in debugfs
 2016-12-19  9:47 UTC  (11+ messages)
` [PATCH 2/6] drm/i915: use drm_connector_list_iter in intel_hotplug.c
` [PATCH 3/6] drm/i915: use drm_connector_list_iter in intel_opregion.c
` [PATCH 4/6] drm/i915: Make intel_get_pipe_from_connector atomic
` [PATCH 5/6] drm/i915: use for_each_intel_connector_iter in intel_display.c
  ` [PATCH] "
` [PATCH 6/6] drm/i915: Update comment that sets I915_MODE_FLAG_INHERITED
` ✓ Fi.CI.BAT: success for series starting with [1/6] drm/i915: Use drm_connector_list_iter in debugfs
` ✗ Fi.CI.BAT: warning for series starting with [1/6] drm/i915: Use drm_connector_list_iter in debugfs (rev2)

[PATCH 1/3] drm/i915: Expand is_lp backwards to gen8_lp and gen7_lp
 2016-12-19  9:16 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: Rename get stolen functions for LP platforms chv+
` [PATCH 3/3] drm/i915: Simplify gem stolen initialization
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Expand is_lp backwards to gen8_lp and gen7_lp

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

[PATCH 00/14] drm/i915: VLV/CHV two-stage watermarks
 2016-12-19  7:07 UTC  (10+ messages)
` [PATCH i-g-t] tests: Add kms_plane_blinker

Regression report] Weekly regression report WW45
 2016-12-18 22:27 UTC  (18+ messages)
` [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
                    ` [Regression report] Weekly regression report WW43
                      ` [Regression report] Weekly regression report WW44
                        ` [Regression report] Weekly regression report WW45
                          ` [Regression report] Weekly regression report WW47
                            ` [Regression report] Weekly regression report WW48
                              ` [Regression report] Weekly regression report WW49
                                ` [Regression report] Weekly regression report WW51

[PATCH] drm/i915: Repeat flush of idle work during suspend
 2016-12-18 18:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 06/13] drm: Convert all helpers to drm_connector_list_iter
 2016-12-18 18:04 UTC  (7+ messages)
` [PATCH] "
      ` [kbuild-all] "

[PATCH 0/2] drm: link status property and DP link training failure handling
 2016-12-18 13:43 UTC  (5+ messages)
      ` [Intel-gfx] "

[PATCH 00/13] some stuff, and then connector_list locking
 2016-12-18 13:40 UTC  (16+ 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] drm: prevent double-(un)registration for connectors
 2016-12-18 13:37 UTC  (2+ messages)

[RFC] Smattering of selftests
 2016-12-17 13:55 UTC  (4+ messages)
` [PATCH 16/16] drm/i915: Add selftests for object allocation, phys

[PATCH i-g-t] igt_kms: Use const parameters for igt_assert_crc_equal
 2016-12-17 11:25 UTC  (2+ messages)

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

[PATCH 1/4] drm/i915: introduce GEM_WARN_ON
 2016-12-16 21:28 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/4] "

[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

[PATCH v3] lib: Add a simple prime number generator
 2016-12-16 18:47 UTC  (2+ messages)

[PATCH 0/5] GuC Scrub vol. 1
 2016-12-16 18:26 UTC  (8+ messages)
` [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 "

drm_mm range manager fixes, take 2
 2016-12-16 16:31 UTC  (8+ messages)
` [PATCH v2 12/40] drm: kselftest for drm_mm_insert_node()
` [PATCH v2 20/40] drm: kselftest for drm_mm and color eviction
` ✗ Fi.CI.BAT: failure for series starting with [v2,01/40] drm/i915: Use the MRU stack search after evicting (rev3)

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 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


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