Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-01 18:12:47 to 2017-02-02 17:24:25 UTC [more...]

[PATCH] drm/i915: remove 512GB allocation warning
 2017-02-02 17:24 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 01/19] drm/i915: Micro-optimise i915_get_ggtt_vma_pages()
 2017-02-02 17:17 UTC  (26+ messages)
` [PATCH 02/19] drm/i915: Micro-optimise gen6_ppgtt_insert_entries()
` [PATCH 03/19] drm/i915: Micro-optimise gen8_ppgtt_insert_entries()
` [PATCH 04/19] drm/i915: Don't special case teardown of aliasing_ppgtt
` [PATCH 05/19] drm/i915: Split ggtt/alasing_gtt unbind_vma
` [PATCH 06/19] drm/i915: Convert clflushed pagetables over to WC maps
` [PATCH 07/19] drm/i915: Remove kmap/kunmap wrappers
` [PATCH 08/19] drm/i915: Remove user-triggerable WARN for large objects
` [PATCH 09/19] drm/i915: Move allocate_va_range to GTT
` [PATCH 10/19] drm/i915: Remove redundant clear of appgtt
` [PATCH 11/19] drm/i915: Tidy gen6_write_pde()
` [PATCH 12/19] drm/i915: Remove bitmap tracking for used-ptes
` [PATCH 13/19] drm/i915: Remove bitmap tracking for used-pdes
` [PATCH 14/19] drm/i915: Remove bitmap tracking for used-pdpes
` [PATCH 15/19] drm/i915: Remove bitmap tracking for used-pml4
` [PATCH 16/19] drm/i915: Remove superfluous posting reads after clear GGTT
` [PATCH 17/19] drm/i915: Always mark the PDP as dirty when altered
` [PATCH 18/19] drm/i915: Remove defunct GTT tracepoints
` [PATCH 19/19] drm/i915: Remove unused ppgtt->enable()

[Linux v4.10.0-rc1+] Still call-traces after suspend-resume (pm? i915? cpu/hotplug?)
 2017-02-02 16:54 UTC  (7+ messages)
` ✓ Fi.CI.BAT: success for Still call-traces after suspend-resume (pm? i915? cpu/hotplug?) (rev2)

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

[PATCH 0/9] drm/i915: SKL+ render decompression support
 2017-02-02 16:19 UTC  (13+ messages)
` [PATCH 2/9] drm/i915: Plumb drm_framebuffer into more places
  ` [Intel-gfx] "
` [PATCH 3/9] drm/i915: Move nv12 chroma plane handling into intel_surf_alignment()
` [PATCH 4/9] drm/i915: Avoid div-by-zero when computing aux_stride w/o an aux plane
` [PATCH 5/9] drm/i915: Fix Yf tile width
` [PATCH 6/9] drm/i915: Pass the correct plane index to _intel_compute_tile_offset()
` [PATCH 7/9] drm/i915: Use DRM_DEBUG_KMS() for framebuffer failure debug messages

Moah selftests
 2017-02-02 15:42 UTC  (63+ 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
` ✗ Fi.CI.BAT: failure for series starting with [v6] drm: Provide a driver hook for drm_dev_release() (rev2)

[PULL] topic/vma-fix-for-4.10
 2017-02-02 15:36 UTC 

[PATCH] drm/i915: Recreate internal objects with single page segments if dmar fails
 2017-02-02 15:24 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 01/14] drm/i915: Keep a global seqno per-engine
 2017-02-02 15:13 UTC  (14+ messages)
` [PATCH 02/14] drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue
` [PATCH 03/14] drm/i915: Add ourselves to the gpu error waitqueue for the entire wait
` [PATCH 04/14] drm/i915: Inline __i915_gem_request_wait_for_execute()
` [PATCH 05/14] drm/i915: Deconstruct execute fence
` [PATCH 06/14] drm/i915: Protect the request->global_seqno with the engine->timeline lock
` [PATCH 07/14] drm/i915: Take a reference whilst processing the signaler request
` [PATCH 08/14] drm/i915: Allow an request to be cancelled
` [PATCH 09/14] drm/i915: Remove the preempted request from the execution queue
` [PATCH 10/14] drm/i915: Exercise request cancellation using a mock selftest
` [PATCH 11/14] drm/i915: Replace reset_wait_queue with default_wake_function
` [PATCH 12/14] drm/i915: Refactor direct GPU reset from request waiters
` [PATCH 13/14] drm/i915: Immediately process a reset before starting waiting
` [PATCH 14/14] drm/i915: Remove one level of indention from wait-for-execute

[PATCH v4 1/2] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
 2017-02-02 15:06 UTC  (6+ messages)
` [PATCH v4 2/2] drm: kselftest for drm_mm and bottom-up allocation
` ✗ Fi.CI.BAT: failure for series starting with [v4,1/2] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees

[PATCH] drm/i915: don't warn about Skylake CPU - KabyPoint PCH combo
 2017-02-02 14:27 UTC  (3+ messages)

[PATCH v5] drm/i915/scheduler: emulate a scheduler for guc
 2017-02-02 13:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/scheduler: emulate a scheduler for guc (rev4)

More selftests
 2017-02-02 13:38 UTC  (6+ messages)
` [PATCH v2 03/38] drm/i915: Add some selftests for sg_table manipulation

[PATCH] drm/i915/skl: Add missing SKL ID
 2017-02-02 13:38 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Generate i915_params {} using a macro
 2017-02-02 13:14 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Capture module parameters for the GPU error state

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

[PATCH 0/6] HDMI 2.0: Scrambling support in DRM layer
 2017-02-02 12:27 UTC  (26+ messages)
` [PATCH 1/6] drm: Add SCDC helpers
` [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] drm/i915: fix i915 running as dom0 under Xen
 2017-02-02 12:27 UTC  (6+ messages)
` [Intel-gfx] "
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t v2] tests/kms_plane_multiple: Test only with maximum number of planes
 2017-02-02 11:12 UTC 

[PATCH] drm/i915/dp: Read link status more times when EQ not done
 2017-02-02 11:05 UTC  (2+ messages)

[PATCH 0/4] drm/i915/lspcon: Fix resume time init due to low HPD
 2017-02-02 10:54 UTC  (11+ messages)
` [PATCH 2/4] drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
` [PATCH 3/4] drm/i915/lspcon: Remove DPCD compare based resume time workaround

[PATCH v7] drm/i915/scheduler: emulate a scheduler for guc
 2017-02-02 10:35 UTC  (2+ messages)
` [PATCH v8] "

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

[PATCH v2 1/5] drm/i915: Generate i915_params {} using a macro
 2017-02-02 10:04 UTC  (8+ 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

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  (9+ messages)
` [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  (2+ messages)


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