public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2017-02-02 09:37:08 to 2017-02-03 14:22:27 UTC [more...]

[PATCH v2 1/4] drm/i915: Remove WA for swapped HPD pins in broxton A stepping
 2017-02-03 14:22 UTC  (6+ messages)
` [PATCH v2 2/4] drm/i915/dp: Move initialization of hpd_pin to a new function
` [PATCH v2 3/4] drm/i915: Store aux power domain in intel_dp
` [PATCH v2 4/4] drm/i915: Store encoder power domain in struct intel_encoder

[PATCH v2 00/13] drm/i915/dp: link rate and lane count refactoring
 2017-02-03 14:19 UTC  (14+ messages)
` [PATCH v2 01/13] drm/i915/dp: use known correct array size in rate_to_index
` [PATCH v2 02/13] drm/i915/dp: return errors from rate_to_index()
` [PATCH v2 03/13] drm/i915/dp: rename rate_to_index() to intel_dp_rate_index() and reuse
` [PATCH v2 04/13] drm/i915/dp: cache source rates at init
` [PATCH v2 05/13] drm/i915/dp: generate and cache sink rate array for all DP, not just eDP 1.4
` [PATCH v2 06/13] drm/i915/dp: use the sink rates array for max sink rates
` [PATCH v2 07/13] drm/i915/dp: cache common rates with "
` [PATCH v2 08/13] drm/i915/dp: do not limit rate seek when not needed
` [PATCH v2 09/13] drm/i915/dp: don't call the link parameters sink parameters
` [PATCH v2 10/13] drm/i915/dp: add functions for max common link rate and lane count
` [PATCH v2 11/13] drm/i915/mst: use max link not sink "
` [PATCH v2 12/13] drm/i915/dp: localize link rate index variable more
` [PATCH v2 13/13] drm/i915/dp: use readb and writeb calls for single byte DPCD access

[PATCH v1½ 00/13] drm/i915/dp: link rate and lane count refactoring
 2017-02-03 14:16 UTC  (9+ messages)
` [PATCH v1½ 12/13] drm/i915/dp: localize link rate index variable more

[PATCH igt] intel-ci: Minimal exercise of explicit fencing
 2017-02-03 14:12 UTC  (2+ messages)

[PATCH i-g-t] tests: Clean up shell scripts
 2017-02-03 14:08 UTC  (2+ messages)

[PATCH 1/3] drm/i915/dp: Move initialization of hpd_pin to a new function
 2017-02-03 13:47 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Store aux power domain in intel_dp
` [PATCH 3/3] drm/i915: Store encoder power domain in struct intel_encoder

[PATCH] drm/i915: Enable VLV audio chicken bit for LPE audio
 2017-02-03 13:32 UTC 

[PATCH v4 0/3] Geminilake pipe CSC
 2017-02-03 13:11 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Merge BDW pipe gamma and degamma table code
` [PATCH 2/3] drm/i915/glk: Load the degamma LUT even in legacy gamma mode
` [PATCH 3/3] drm/i915/glk: Enable pipe CSC

[PATCH 01/19] drm/i915: Micro-optimise i915_get_ggtt_vma_pages()
 2017-02-03 13:04 UTC  (29+ 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()
` ✓ Fi.CI.BAT: success for series starting with [01/19] drm/i915: Micro-optimise i915_get_ggtt_vma_pages()

[PATCH 1/2] drm/i915: Tidy the tail of i915_tiling_ok()
 2017-02-03 13:03 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Allow large objects to be tiled on gen2/3

[PATCH] drm/i915: Remove overzealous fence warn on runtime suspend
 2017-02-03 12:57 UTC 

[PATCH] drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling mode
 2017-02-03 12:57 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915/bxt: Add MST support when do DPLL calculation
 2017-02-03 12:45 UTC  (4+ messages)
` [PATCH v3] "
` ✗ Fi.CI.BAT: failure for drm/i915/bxt: Add MST support when do DPLL calculation (rev3)

[PATCH] drm/i915: Remove i915_execbuffer_params
 2017-02-03 12:45 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] drm/i915/guc: Make intel_guc_send a function pointer
 2017-02-03 11:48 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH i-g-t] lib/igt_kmod: Compare module names with strcmp
 2017-02-03 10:44 UTC  (3+ messages)

[PATCH v4 1/2] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
 2017-02-03 10:37 UTC  (12+ 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 v5] "
    ` [Intel-gfx] "
` ✓ Fi.CI.BAT: success for series starting with [v5] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees (rev2)

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

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

[PATCH v2 1/1] drm/i915: Do RPM Wake during GuC/HuC status read
 2017-02-03  8:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v2,1/1] "

[PATCH] drm/i915: Enable atomic support by default on supported platforms
 2017-02-03  8:32 UTC  (4+ messages)

[PATCH 1/1] drm/i915: Do RPM Wake during GuC/HuC status read
 2017-02-03  8:22 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/1] "

[PATCH] drm/i915/guc: Dynamically alloc GuC descriptor
 2017-02-03  7:33 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/6] HDMI 2.0: Scrambling support in DRM layer
 2017-02-03  4:03 UTC  (25+ 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
` [PATCH 5/6] drm/i915: enable scrambling

[PATCH] drm/i915: Drain the freed state from the tail of the next commit
 2017-02-02 21:26 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[drm-intel:drm-intel-nightly 1076/1086] drivers/gpu/drm/gma500/framebuffer.c:566:8: error: too few arguments to function 'drm_fb_helper_init'
 2017-02-02 20:47 UTC 

[v4.6-10530-g28165ec7a99b] i915: *ERROR* "CPU pipe/PCH transcoder" A FIFO underrun
 2017-02-02 19:16 UTC 

[drm-tip:drm-tip 1066/1073] drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:376:8: error: too few arguments to function 'drm_fb_helper_init'
 2017-02-02 19:12 UTC 

[PATCH i-g-t v2] tests/kms_plane_multiple: Test only with maximum number of planes
 2017-02-02 18:06 UTC  (2+ messages)

[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 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  (17+ messages)
` [PATCH 09/46] drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
` [PATCH 21/46] drm/i915: Add selftests for object allocation, phys
` [PATCH 38/46] drm/i915: Verify page layout for rotated VMA
` [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 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] 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  (4+ 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  (5+ messages)

[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] 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  (3+ messages)

[PATCH 01/46] drm: Provide a driver hook for drm_dev_release()
 2017-02-02  9:44 UTC  (3+ messages)
` [PATCH v6] "


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