Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-02 18:08:51 to 2018-03-06 09:33:31 UTC [more...]

[RFC][PATCH 00/11] drm: Try to make display info less nuts
 2018-03-06  9:33 UTC  (5+ messages)
` [RFC][PATCH 05/11] drm/edid: Clear display info fully
` [RFC][PATCH 11/11] drm: Sprinkle lockdep asserts for edid/display_info

[PATCH] drm/i915/cnp: Document WaSouthDisplayDisablePWMCGEGating
 2018-03-06  9:33 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH 01/15] drm/i915/guc: Tidy guc_log_control
 2018-03-06  9:30 UTC  (30+ messages)
` [PATCH 02/15] drm/i915/guc: Create common entry points for log register/unregister
` [PATCH 03/15] drm/i915/guc: Move GuC notification handling to separate function
` [PATCH 04/15] drm/i915/guc: Keep GuC interrupts enabled when using GuC
` [PATCH 05/15] drm/i915/guc: Log runtime should consist of both mapping and relay
` [PATCH 06/15] drm/i915/guc: Merge log relay file and channel creation
` [PATCH 07/15] drm/i915/guc: Flush directly in log unregister
` [PATCH 08/15] drm/i915/guc: Split relay control and GuC log level
` [PATCH 09/15] drm/i915/guc: Move check for fast memcpy_wc to relay creation
` [PATCH 10/15] drm/i915/guc: Get rid of GuC log runtime
` [PATCH 11/15] drm/i915/guc: Always print log stats in i915_guc_info when using GuC

[PATCH v2 1/3] drm/i915/error: remove unused gen8_engine_sync_index
 2018-03-06  9:23 UTC  (8+ messages)
` [PATCH v2 2/3] drm/i915/error: standardize function style in error capture
` [PATCH v2 3/3] drm/i915/error: capture uc_state after gen_state
` ✓ Fi.CI.BAT: success for series starting with [v2,1/3] drm/i915/error: remove unused gen8_engine_sync_index
` ✗ Fi.CI.IGT: failure "

[RFC v3 00/12] drm: Add generic fbdev emulation
 2018-03-06  9:12 UTC  (15+ messages)
` [RFC v3 02/12] drm/file: Don't set master on in-kernel clients
` [RFC v3 04/12] drm: Make ioctls available for in-kernel clients part 2
` [RFC v3 07/12] drm/modes: Add drm_umode_equal()
` [RFC v3 08/12] drm/framebuffer: Add drm_mode_can_dirtyfb()
` [RFC v3 09/12] drm: Add API for in-kernel clients
` [RFC v3 10/12] drm/client: Add fbdev emulation client
` [RFC v3 11/12] drm/client: Add bootsplash client

[PATCH 1/6] Revert "drm: Use a flexible array member for blob property data"
 2018-03-06  7:56 UTC  (5+ messages)
` [PATCH 3/6] drm: Verify gamma/degamma LUT size
  ` [Intel-gfx] "
` [PATCH 4/6] drm: Introduce drm_color_lut_size()

[PATCH 1/4] drm/uapi: The ctm matrix uses sign-magnitude representation
 2018-03-06  7:51 UTC  (3+ messages)

[PATCH 00/11] drm/i915: Some plane init cleanups
 2018-03-06  7:49 UTC  (14+ messages)
` [PATCH 01/11] drm/i915: Constify intel_plane_funcs
` [PATCH 02/11] drm/i915: Fix tabs vs. spaces
` [PATCH 03/11] drm/i915: Populate possible_crtcs for primary/cursor planes
` [PATCH 04/11] drm/i915: Don't populate plane->i9xx_plane for sprites
` [PATCH 05/11] drm/i915: Allow horizontal mirroring for cnl+ "sprite" planes
` [PATCH 06/11] drm/i915: Disallow plane scaling with specific pixel formats
` [PATCH 07/11] drm/i915: Add missing pixel formats for skl+ "sprites"
` [PATCH 08/11] drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_state()
` [PATCH 09/11] drm/i915: Introduce intel_plane_alloc()
` [PATCH 10/11] drm/i915: Extract skl_universal_plane_init()
` [PATCH 11/11] drm/i915: s/intel_plane/plane/ in sprite init
` ✗ Fi.CI.BAT: failure for drm/i915: Some plane init cleanups

[PATCH] drm/i915/cnl: document WaVFUnitClockGatingDisable
 2018-03-06  7:46 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/cnl: Add Wa_2201832410
 2018-03-06  7:26 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

[PATCH 1/3] drm: Make sure at least one plane supports the fb format
 2018-03-06  6:46 UTC  (14+ messages)
` [PATCH 2/3] drm/i915: Eliminate the horrendous format check code
  ` [PATCH v2 "
` [PATCH 3/3] drm: Fix some coding style issues
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm: Make sure at least one plane supports the fb format
` ✗ Fi.CI.IGT: failure "
` [Intel-gfx] [PATCH 1/3] "
` [PATCH v2 "
` ✓ Fi.CI.BAT: success for series starting with [v2,1/3] drm: Make sure at least one plane supports the fb format (rev3)
` ✗ Fi.CI.IGT: failure "

[PULL] drm-misc-next
 2018-03-06  6:42 UTC  (5+ messages)

[PATCH] drm/i915/guc: Removed unused GuC parameters
 2018-03-06  4:37 UTC  (12+ messages)
` [PATCH v2] drm/i915/guc: Remove GUC_CTL_DEVICE_INFO parameter
` ✗ Fi.CI.BAT: failure for drm/i915/guc: Removed unused GuC parameters. (rev2)

[PATCH v3] drm/i915: add schedule out notification of preempted but completed request
 2018-03-06  3:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: add schedule out notification of preempted but completed request (rev2)

linux-next: manual merge of the mali-dp tree with the drm-misc tree
 2018-03-05 23:52 UTC 

[PATCH 1/5] drm/i915: Convert intel_hpd_irq_event() into an encoder hotplug hook
 2018-03-05 23:41 UTC  (11+ messages)
` [PATCH v2 3/5] drm/i915: Move SST DP link retraining into the ->post_hotplug() hook

[PATCH] drm/i915: Don't initialize plane_to_crtc_mapping[] on SKL+
 2018-03-05 23:38 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: warning "

Question about latest skl_dmc_ver1_27.bin and kernel version
 2018-03-05 22:59 UTC  (2+ messages)

[PATCH 1/3] drm/i915/error: remove unused gen8_engine_sync_index
 2018-03-05 22:16 UTC  (11+ messages)
` [PATCH 2/3] drm/i915/error: standardize function style in error capture
` [PATCH 3/3] drm/i915/error: capture uc_state after gen_state
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/error: remove unused gen8_engine_sync_index
` ✗ Fi.CI.IGT: warning "

[RFC PATCH i-g-t 0/3] Test the plane formats on the Chamelium
 2018-03-05 21:51 UTC  (6+ messages)
` [RFC PATCH i-g-t 1/3] tests/chamelium: Move some functions and structures to a common place
` [RFC PATCH i-g-t 2/3] tests/chamelium: Add test case for plane formats
` [RFC PATCH i-g-t 3/3] tests: Add vc4 test suite
` ✓ Fi.CI.BAT: success for Test the plane formats on the Chamelium
` ✗ Fi.CI.IGT: warning "

[PATCH v12 1/6] drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offset
 2018-03-05 21:49 UTC  (6+ messages)
` [PATCH v12 2/6] drm/i915: Implement dynamic GuC WOPCM offset and size calculation

[PATCH igt] igt/drv_hangman: Check that the error state does hold the expected state
 2018-03-05 19:10 UTC  (2+ messages)

[PATCH 00/16] Adding NV12 support
 2018-03-05 18:59 UTC  (9+ messages)
` [PATCH 13/16] drm/i915: Add NV12 as supported format for primary plane

[PATCH] drm/i915: Handle changing enable_fbc parameter at runtime better
 2018-03-05 18:50 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm: i915: Fix audio issue on BXT
 2018-03-05 18:21 UTC  (14+ messages)

[PATCH i-g-t] tests/kms_chamelium: Make tests run without pipe color management support
 2018-03-05 18:14 UTC 

[PATCH igt v5] igt/gen7_forcewake_mt: Make the mmio register as volatile
 2018-03-05 17:30 UTC  (2+ messages)
` [PATCH igt v3] "

[PATCH igt] Bump measure_ring_size() timer interval
 2018-03-05 16:55 UTC  (2+ messages)

[PATCH] drm/i915: Tell vga_switcheroo whether runtime PM is used
 2018-03-05 15:58 UTC  (5+ messages)

[PATCH v14 0/6] drm/i915: expose RCS topology to userspace
 2018-03-05 15:48 UTC  (6+ messages)
` [PATCH v14 5/6] drm/i915: add query uAPI
` [PATCH v14 6/6] drm/i915: expose rcs topology through "

[PATCH] drm/i915: Assert that the request is indeed complete when signaled from irq
 2018-03-05 15:18 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915: Unwind vma pinning for intel_pin_and_fence_fb_obj error path
 2018-03-05 15:13 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH v3 1/2] drm/i915/uc: Start preparing GuC/HuC for reset
 2018-03-05 14:51 UTC  (4+ messages)
` [PATCH v3 2/2] HAX: Enable GuC for CI
` ✗ Fi.CI.BAT: failure for series starting with [v3,1/2] drm/i915/uc: Start preparing GuC/HuC for reset

[PATCH igt 01/16] igt/gem_sync: Exercise and measure idle requests
 2018-03-05 14:39 UTC  (3+ messages)

[PATCH i-g-t v2 00/14] lib/igt_kms: Rewrite property handling to better match atomic
 2018-03-05 14:37 UTC  (3+ messages)
` [PATCH i-g-t v2 03/14] lib/igt_kms: Rework pipe properties to be more atomic, v7

[PATCH] drm/i915: Wrap engine->schedule in RCU locks for set-wedge protection
 2018-03-05 14:35 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ Fi.CI.IGT: "

[PATCH] drm/i915/selftests: Extend partial vma coverage to check parallel creation
 2018-03-05 14:28 UTC  (3+ messages)

[PATCH 1/2] drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted list
 2018-03-05 14:26 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/breadcrumbs: Assert all missed breadcrumbs were signaled

i915 vs checkpatch
 2018-03-05 12:55 UTC  (6+ messages)

[PATCH i-g-t] intel-gpu-overlay: Update for renamed tracepoints
 2018-03-05 12:41 UTC 

[PATCH v2] drm/i915: add schedule out notification of preempted but completed request
 2018-03-05 12:19 UTC  (5+ messages)

[PATCH v3] drm/i915/icl: remove port A/E lane sharing limitation
 2018-03-05 10:58 UTC  (3+ messages)

[PATCH igt 1/5] lib/dummyload: Avoid assertions in lowlevel spin constructor
 2018-03-05  9:52 UTC  (4+ messages)
` [PATCH igt 2/5] igt/gem_spin_batch: Avoid waiting when running concurrently
  ` [igt-dev] "

[PATCH] drm/atomic: Call ww_acquire_done after drm_modeset_lock_all
 2018-03-05  9:51 UTC  (4+ messages)

[PATCH 02/10] drm: i915: Get DSC capability from DP sink
 2018-03-05  7:59 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Register definitions for DP Phy compiance
 2018-03-04 22:39 UTC  (4+ messages)

[PATCH] drm/i915/dp: clean up leftover references to CHV HBR2 support
 2018-03-04 22:22 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/i915: Stop engines around GPU reset preparations
 2018-03-03 11:41 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Stop engines around GPU reset preparations (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH v2 1/2] drm/i915/uc: Introduce intel_uc_suspend|resume
 2018-03-03 10:04 UTC  (2+ messages)

[PATCH v2 1/2] drm/i915/huc: Mark firmware as failed on auth failure
 2018-03-03 10:03 UTC  (2+ messages)

[PATCH 1/1] intel: align reuse buffer's size on page size instead
 2018-03-03  9:45 UTC  (2+ messages)

[PATCH 1/5] drm/i915: Stop engines around GPU reset preparations
 2018-03-03  8:46 UTC  (3+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [1/5] "

[CI 1/3] drm/i915: Suspend submission tasklets around wedging
 2018-03-03  1:55 UTC  (5+ messages)
` [CI 2/3] drm/i915/execlists: Move irq state manipulation inside irq disabled region
` [CI 3/3] drm/i915/execlists: Split spinlock from its irq disabling side-effect
` ✓ Fi.CI.BAT: success for series starting with [CI,1/3] drm/i915: Suspend submission tasklets around wedging
` ✗ Fi.CI.IGT: warning "

[PATCH] drm/i915/skl+: Add and enable DP AUX CH mutex
 2018-03-03  0:16 UTC  (9+ messages)

[PATCH] drm/i915: Check for I915_MODE_FLAG_INHERITED before drm_atomic_helper_check_modeset
 2018-03-02 19:59 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 1/6] drm/i915/icl: Ringbuffer interrupt handling
 2018-03-02 19:57 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/6] "

[PATCH igt] lib: Fix MI_BATCH_BUFFER_START for hang injection
 2018-03-02 19:06 UTC  (3+ messages)

[PATCH 00/14] drm/i915: Clean up the port pipe select bits
 2018-03-02 18:40 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Clean up the port pipe select bits (rev2)

[PATCH 12/14] drm/i915: Clean up DP pipe select bits
 2018-03-02 18:08 UTC  (2+ messages)
` [PATCH v2 "


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