intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-01 08:03:09 to 2017-02-02 10:00:45 UTC [more...]

[PATCH] drm/i915/dp: Read link status more times when EQ not done
 2017-02-02 10:27 UTC 

[PATCH 0/7] DisplayPort audio support on Cherrytrail
 2017-02-02  9:57 UTC  (7+ messages)
` [PATCH 2/7] drm/i915: add DisplayPort amp unmute for LPE audio mode

[PATCH 0/6] HDMI 2.0: Scrambling support in DRM layer
 2017-02-02  9:51 UTC  (22+ messages)
` [PATCH 1/6] drm: Add SCDC helpers
` [PATCH 2/6] drm/edid: check for HF-VSDB block
` [PATCH 3/6] drm/edid: detect SCDC support in HF-VSDB
` [PATCH 4/6] drm: scrambling support in drm layer
    ` [Intel-gfx] "
` [PATCH 5/6] drm/i915: enable scrambling
` [PATCH 6/6] drm/i915: allow HDMI 2.0 clock rates
` ✗ Fi.CI.BAT: failure for HDMI 2.0: Scrambling support in DRM layer

[PATCH] drm/i915: fix i915 running as dom0 under Xen
 2017-02-02  9:47 UTC 

Moah selftests
 2017-02-02  9:44 UTC  (52+ messages)
` [PATCH 01/46] drm: Provide a driver hook for drm_dev_release()
  ` [PATCH v6] "
` [PATCH 02/46] drm/i915: Split device release from unload
` [PATCH 03/46] drm/i915: Unbind any residual objects/vma from the Global GTT on shutdown
` [PATCH 04/46] drm/i915: Flush the freed object queue on device release
` [PATCH 05/46] drm/i915: Provide a hook for selftests
` [PATCH 06/46] drm/i915: Add some selftests for sg_table manipulation
` [PATCH 07/46] drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
` [PATCH 08/46] drm/i915: Add unit tests for the breadcrumb rbtree, completion
` [PATCH 09/46] drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
` [PATCH 10/46] drm/i915: Mock the GEM device for self-testing
` [PATCH 11/46] drm/i915: Mock a GGTT "
` [PATCH 12/46] drm/i915: Mock infrastructure for request emission
` [PATCH 13/46] drm/i915: Create a fake object for testing huge allocations
` [PATCH 14/46] drm/i915: Add selftests for i915_gem_request
` [PATCH 15/46] drm/i915: Add a simple request selftest for waiting
` [PATCH 16/46] drm/i915: Add a simple fence selftest to i915_gem_request
` [PATCH 17/46] drm/i915: Simple selftest to exercise live requests
` [PATCH 18/46] drm/i915: Test simultaneously submitting requests to all engines
` [PATCH 19/46] drm/i915: Test request ordering between engines
` [PATCH 20/46] drm/i915: Live testing of empty requests
` [PATCH 21/46] drm/i915: Add selftests for object allocation, phys
` [PATCH 22/46] drm/i915: Add a live seftest for GEM objects
` [PATCH 23/46] drm/i915: Test partial mappings
` [PATCH 24/46] drm/i915: Test exhaustion of the mmap space
` [PATCH 25/46] drm/i915: Test coherency of and barriers between cache domains
` [PATCH 26/46] drm/i915: Move uncore selfchecks to live selftest infrastructure
` [PATCH 27/46] drm/i915: Test all fw tables during mock selftests
` [PATCH 28/46] drm/i915: Sanity check all registers for matching fw domains
` [PATCH 29/46] drm/i915: Add some mock tests for dmabuf interop
` [PATCH 30/46] drm/i915: Add a live dmabuf selftest
` [PATCH 31/46] drm/i915: Add initial selftests for i915_gem_gtt
` [PATCH 32/46] drm/i915: Exercise filling the top/bottom portions of the ppgtt
` [PATCH 33/46] drm/i915: Exercise filling the top/bottom portions of the global GTT
` [PATCH 34/46] drm/i915: Fill different pages of the GTT
` [PATCH 35/46] drm/i915: Exercise filling and removing random ranges from the live GTT
` [PATCH 36/46] drm/i915: Test creation of VMA
` [PATCH 37/46] drm/i915: Exercise i915_vma_pin/i915_vma_insert
` [PATCH 38/46] drm/i915: Verify page layout for rotated VMA
` [PATCH 39/46] drm/i915: Test creation of partial VMA
` [PATCH 40/46] drm/i915: Live testing for context execution
` [PATCH 41/46] drm/i915: Initial selftests for exercising eviction
` [PATCH 42/46] drm/i915: Add mock exercise for i915_gem_gtt_reserve
` [PATCH 43/46] drm/i915: Add mock exercise for i915_gem_gtt_insert
` [PATCH 44/46] drm/i915: Add mock tests for GTT/VMA handling
` [PATCH 45/46] drm/i915: Exercise manipulate of single pages in the GGTT
` [PATCH 46/46] drm/i915: Add initial selftests for hang detection and resets
` [PATCH igt] intel-ci: Add all driver selftests to BAT

[PATCH v2 1/5] drm/i915: Generate i915_params {} using a macro
 2017-02-02  9:37 UTC  (7+ messages)
` [PATCH v2 2/5] drm/i915: Convert i915_params to use shortnames for its types
` [PATCH v2 3/5] drm/i915: Use bool i915_param.alpha_support
` [PATCH v2 4/5] drm/i915: Capture module parameters for the GPU error state
` [PATCH v2 5/5] drm/i915: Show the current i915_params in debugfs/i915_capabilites
` ✓ Fi.CI.BAT: success for series starting with [v2,1/5] drm/i915: Generate i915_params {} using a macro

[PATCH v1½ 00/13] drm/i915/dp: link rate and lane count refactoring
 2017-02-02  8:44 UTC  (12+ messages)
` [PATCH v1½ 03/13] drm/i915/dp: rename rate_to_index() to intel_dp_find_rate() and reuse
` [PATCH v1½ 07/13] drm/i915/dp: cache common rates with sink rates
` [PATCH v1½ 12/13] drm/i915/dp: localize link rate index variable more

[PATCH] drm/i915: Enable atomic support by default on supported platforms
 2017-02-02  8:25 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Release the forgotten connector reference
 2017-02-02  8:20 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915: Generate i915_params {} using a macro
 2017-02-02  7:37 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Capture module parameters for the GPU error state
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915: Generate i915_params {} using a macro

usb-C -> HDMI causes weird colors
 2017-02-02  0:05 UTC 

[PATCH] drm: Don't race connector registration
 2017-02-01 20:55 UTC  (11+ messages)

[PATCH i-g-t v5 00/10] tests/kms_atomic_transition add fence testing
 2017-02-01 18:12 UTC  (11+ messages)
` [PATCH i-g-t v5 01/10] tests/kms_atomic_transition: use igt timeout instead of blocking
` [PATCH i-g-t v5 02/10] lib/igt_kms: move igt_kms_get_alt_edid() to the right place
` [PATCH i-g-t v5 03/10] lib/igt_kms: export properties names
` [PATCH i-g-t v5 04/10] tests/kms_atomic: use global atomic properties definitions
` [PATCH i-g-t v5 05/10] lib/igt_kms: Add support for the IN_FENCE_FD property
` [PATCH i-g-t v5 06/10] lib/igt_kms: Add support for the OUT_FENCE_PTR property
` [PATCH i-g-t v5 07/10] tests/kms_atomic: stress possible fence settings
` [PATCH i-g-t v5 08/10] tests/kms_atomic_transition: add fencing parameter to run_transition_tests
` [PATCH i-g-t v5 09/10] tests/kms_atomic_transition: add out_fences tests
` [PATCH i-g-t v5 10/10] tests/kms_atomic_transition: add in_fences tests

[PATCH i-g-t] tests/chamelium: Adapt to dynamic number of planes changes
 2017-02-01 18:12 UTC  (3+ messages)

[PATCH i-g-t v4 00/11] tests/kms_atomic_transition add fence testing
 2017-02-01 18:11 UTC  (17+ messages)
` [PATCH i-g-t v4 05/11] lib/igt_kms: Add support for the IN_FENCE_FD property
` [PATCH i-g-t v4 06/11] lib/igt_kms: Add support for the OUT_FENCE_PTR property
` [PATCH i-g-t v4 09/11] tests/kms_atomic_transition: add out_fences tests
` [PATCH i-g-t v4 10/11] tests/kms_atomic_transition: add in_fences tests
` [PATCH i-g-t v4 11/11] lib/igt_kms: Added igt_pipe_get_last_out_fence()

[PATCH igt] igt/perf: improve robustness of polling/blocking tests
 2017-02-01 17:28 UTC  (2+ messages)

More selftests
 2017-02-01 17:08 UTC  (30+ messages)
` [PATCH v2 02/38] drm/i915: Provide a hook for selftests
` [PATCH v2 03/38] drm/i915: Add some selftests for sg_table manipulation
` [PATCH v2 06/38] drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
    ` [PATCH v3] "
` [PATCH v2 14/38] drm/i915: Simple selftest to exercise live requests
` [PATCH v2 15/38] drm/i915: Test simultaneously submitting requests to all engines
` [PATCH v2 30/38] drm/i915: Test creation of VMA
` [PATCH v2 32/38] drm/i915: Verify page layout for rotated VMA
` [PATCH v2 38/38] drm/i915: Add initial selftests for hang detection and resets

[PATCH v5] drm/i915/scheduler: emulate a scheduler for guc
 2017-02-01 16:54 UTC  (10+ messages)
` ✓ Fi.CI.BAT: success for "
` [PATCH v6] "
  ` [PATCH v7] "
` ✓ Fi.CI.BAT: success for drm/i915/scheduler: emulate a scheduler for guc (rev3)

[PATCH] drm/i915: don't warn about Skylake CPU - KabyPoint PCH combo
 2017-02-01 16:24 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 00/10] do_execbuffer tidy
 2017-02-01 16:08 UTC  (4+ messages)
` [PATCH 02/10] drm/i915: Drop some unused fields from i915_execbuffer_params

[PATCH] tests/kms_plane_multiple: Test only with maximum number of planes
 2017-02-01 14:57 UTC  (2+ messages)

[PATCH] drm/i915: Add MIPI_IO WA and program DSI regulators
 2017-02-01 14:49 UTC  (4+ messages)

[PATCH RFC] drm/i915: reduce cursor size for GEN5 hardware
 2017-02-01 14:37 UTC  (5+ messages)

[PATCH] drm/i915/execlists: Add interrupt-pending check to intel_execlists_idle()
 2017-02-01 14:24 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

Problem with i915 driver when mixing Skylake CPU with Kabylake chipset
 2017-02-01 14:10 UTC  (3+ messages)

[PATCH] drm/i915/execlists: Skip resetting RING_CONTEXT_STATUS_PTR
 2017-02-01 13:54 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH i-g-t v3 0/7] Validate TEST_ONLY correctness against full atomic commit
 2017-02-01 13:18 UTC  (8+ messages)
` [PATCH i-g-t v3 1/7] lib/igt_kms: Add forcing TEST_ONLY for atomic commits
` [PATCH i-g-t v3 2/7] tests/kms_plane_multiple: Add TEST_ONLY flag
` [PATCH i-g-t v3 3/7] tests/kms_atomic_transition: "
` [PATCH i-g-t v3 4/7] tests/kms_plane_scaling: "
` [PATCH i-g-t v3 5/7] tests/kms_rotation_crc: "
` [PATCH i-g-t v3 6/7] tests/kms_plane_lowres: "
` [PATCH i-g-t v3 7/7] tests/kms_cursor_legacy: "

[REGRESSION] Black screen after switching desktop session (was: Re: Linux 4.10-rc5)
 2017-02-01 13:11 UTC  (2+ messages)

[PATCH v2] drm/i915: Flush untouched framebuffers before display on !llc
 2017-02-01 10:48 UTC  (3+ messages)

[PATCH 0/3] Enable IPC & WM related WA's
 2017-02-01  9:55 UTC  (4+ messages)
` [PATCH 3/3] drm/i915/gen9: WM memory bandwidth related workaround
` ✗ Fi.CI.BAT: failure for Enable IPC & WM related WA's (rev2)

[PATCH igt] intel-ci: Move start of gvt tests last
 2017-02-01  9:51 UTC  (2+ messages)

[PATCH 3/3] drm/i915/gen9: WM memory bandwidth related workaround
 2017-02-01  9:24 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;
as well as URLs for NNTP newsgroup(s).