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

[RFCv2 01/19] drm/i915: Provide a hook for selftests
 2016-12-20 13:08 UTC  (13+ messages)
` [RFCv2 02/19] kselftests: Exercise hw-independent mock tests for i915.ko
` [RFCv2 03/19] drm/i915: Add some selftests for sg_table manipulation
` [RFCv2 04/19] drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
` [RFCv2 05/19] drm/i915: Add unit tests for the breadcrumb rbtree, completion
` [RFCv2 06/19] drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
` [RFCv2 07/19] drm/i915: Mock the GEM device for self-testing
` [RFCv2 08/19] drm/i915: Mock a GGTT "
` [RFCv2 09/19] drm/i915: Mock infrastructure for request emission
` [RFCv2 10/19] drm/i915: Add selftests for i915_gem_request
` [RFCv2 11/19] drm/i915: Add a simple request selftest for waiting
` [RFCv2 12/19] drm/i915: Add a simple fence selftest to i915_gem_request
` [RFCv2 13/19] drm/i915: Add selftests for object allocation, phys

[PATCH 1/2] drm/i915: skip the first 4k of stolen memory on everything >= gen8
 2016-12-20 12:57 UTC  (2+ messages)

[PATCH 1/3] drm/i915/DMC/GLK: Load DMC on GLK
 2016-12-20 12:53 UTC  (4+ messages)
` [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 1/6] drm/i915: Use drm_connector_list_iter in debugfs
 2016-12-20 12:38 UTC  (12+ 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/2] drm/i915: Fallback to single PAGE_SIZE segments for DMA remapping
 2016-12-20 12:36 UTC  (9+ messages)
` [PATCH 2/2] drm/i915: Add a test that we terminate the trimmed sgtable as expected
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Fallback to single PAGE_SIZE segments for DMA remapping

[PATCH i-g-t 1/2] lib/i915_pciids.h: Update to latest version wich includes GLK ids
 2016-12-20 12:33 UTC  (2+ messages)
` [PATCH i-g-t 2/2] lib/intel_chipset: Add geminilake platform definition

[PATCH] drm/i915/guc: Make intel_guc_recv static
 2016-12-20 11:55 UTC 

[PATCH] drm/i915/breadcrumbs: s/container_of/rb_entry/
 2016-12-20 11:45 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH i-g-t v2] tests/perf: Fix pointer length compilation errors on 32-bit systems
 2016-12-20 11:01 UTC  (2+ messages)

[PATCH i-g-t v1] tests/perf: Fix pointer length compilation errors on 32-bit systems
 2016-12-20 10:51 UTC  (3+ messages)

[PATCH] drm/i915: Remove useless VLV_FEATURE Macro
 2016-12-20 10:48 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 00/14] drm/i915: Introduce intel_cdclk_state
 2016-12-20 10:20 UTC  (20+ 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
` ✗ Fi.CI.BAT: failure for drm/i915: Introduce intel_cdclk_state

[PATCH] drm/i915/debugfs: use rb_entry()
 2016-12-20 10:01 UTC  (2+ messages)

[PATCH] drm/i915: More reasonable memcpy unroll in i915_gem_swizzle_page
 2016-12-20  9:48 UTC  (5+ messages)
` ✗ Fi.CI.BAT: warning for "

[RFC 0/4] Introduce drmfs pseudo filesystem for drm subsystem
 2016-12-20  9:44 UTC  (8+ 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 0/2] drm: link status property and DP link training failure handling
 2016-12-20  9:30 UTC  (7+ messages)
      ` [Intel-gfx] "

[PATCH 0/6] drm/atomic: Remove drm_atomic_helper_framebuffer_changed
 2016-12-20  9:26 UTC  (13+ messages)
` [PATCH 2/6] drm/atomic: Unconditionally call prepare_fb
    ` [Intel-gfx] "
            ` [PATCH v2 "
` [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: Do not reset detect_done flag in intel_dp_detect
 2016-12-20  8:08 UTC  (3+ messages)
` [PATCH v2] drm/i915/dp: "

[PATCH v2 1/2] drm/i915: Check num_pipes before initializing audio component
 2016-12-20  3:04 UTC  (4+ 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 1/3] drm/i915: Expand is_lp backwards to gen8_lp and gen7_lp
 2016-12-19 19:05 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: Rename get stolen functions for LP platforms chv+
` [PATCH 3/3] drm/i915: Simplify gem stolen initialization
    ` [PATCH] "
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Expand is_lp backwards to gen8_lp and gen7_lp

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

[PATCH v2 00/14] drm/i915: Introduce intel_cdclk_state (v2)
 2016-12-19 18:15 UTC  (16+ 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 v2 07/14] drm/i915: Start moving the cdclk stuff into a distinct state structure
` [PATCH v2 08/14] drm/i915: Track full cdclk state for the logical and actual cdclk frequencies
` [PATCH v2 09/14] drm/i915: Pass dev_priv to remainder of the cdclk functions
` [PATCH v2 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 v2 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
` ✓ Fi.CI.BAT: success for drm/i915: Introduce intel_cdclk_state (rev2)

[PATCH 0/9] Execlist based engine-reset
 2016-12-19 18:09 UTC  (21+ 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
` ✗ Fi.CI.BAT: warning for Execlist based engine-reset

[PATCH] drm/i915: Silence allocation failure during sg_trim()
 2016-12-19 16:45 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Add some selftests for sg_table manipulation
 2016-12-19 16:12 UTC 

[PATCH] drm/i915: Prevent timeline updates whilst performing reset
 2016-12-19 15:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm: parse hf-vsdb
 2016-12-19 14:19 UTC  (3+ messages)

i915 regression in kernel 4.10
 2016-12-19 14:16 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for i915 regression in kernel 4.10 (rev2)

[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  (7+ messages)
` [PATCH v3 01/38] drm/i915: Use the MRU stack search after evicting
` ✗ Fi.CI.BAT: warning for series starting with [v3,01/38] "
` ✓ 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)

[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] 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 v3 04/38] lib: Add a simple prime number generator
 2016-12-19 10:05 UTC  (3+ messages)
` [PATCH] "
  ` [PATCH v6] "

[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] 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] drm: Convert all helpers to drm_connector_list_iter
 2016-12-18 18:04 UTC  (5+ messages)
    ` [kbuild-all] "

[PATCH 00/13] some stuff, and then connector_list locking
 2016-12-18 13:40 UTC  (4+ messages)
` [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 v3 16/38] drm: kselftest for drm_mm and top-down allocation
 2016-12-17 10:17 UTC  (2+ messages)
` [PATCH] "

[PATCH v3 12/38] drm: kselftest for drm_mm_insert_node_in_range()
 2016-12-17 10:16 UTC  (2+ messages)
` [PATCH] "

[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] "


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