public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-07-05 10:07:44 to 2016-07-07 11:56:02 UTC [more...]

[PATCH 01/15] drm/i915: handle DP_MST correctly in bxt_get_dpll
 2016-07-07 11:55 UTC  (4+ messages)
` [PATCH 02/15] drm/i915: Pass atomic state to crtc enable/disable functions
` [PATCH 03/15] drm/i915: Remove unused mode_set hook from encoder
` [PATCH 04/15] drm/i915: Walk over encoders in crtc enable/disable using atomic state

[PATCH 1/4] drm/i915: Preserve current RPS frequency across init
 2016-07-07 10:40 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: Remove superfluous powersave work flushing

[PATCH v2 00/15] drm/i915: Eliminate DDI encoder->type frobbery (v2)
 2016-07-07 10:22 UTC  (2+ messages)

[PATCH 01/64] drm/i915/breadcrumbs: Queue hangcheck before sleeping
 2016-07-07 10:10 UTC  (70+ messages)
` [PATCH 02/64] drm/i915: Preserve current RPS frequency across init
` [PATCH 03/64] drm/i915: Remove superfluous powersave work flushing
` [PATCH 04/64] drm/i915: Defer enabling rc6 til after we submit the first batch/context
` [PATCH 05/64] drm/i915: Remove temporary RPM wakeref assert disables
` [PATCH 06/64] drm: Restore double clflush on the last partial cacheline
` [PATCH 07/64] drm/i915: Move GEM request routines to i915_gem_request.c
` [PATCH 08/64] drm/i915: Retire oldest completed request before allocating next
` [PATCH 09/64] drm/i915: Mark all current requests as complete before resetting them
` [PATCH 10/64] drm/i915: Derive GEM requests from dma-fence
` [PATCH 11/64] drm/i915: Disable waitboosting for fence_wait()
` [PATCH 12/64] drm/i915: Disable waitboosting for mmioflips/semaphores
` [PATCH 13/64] drm/i915: Export our request as a dma-buf fence on the reservation object
` [PATCH 14/64] drm/i915: Wait on external rendering for GEM objects
` [PATCH 15/64] drm/i915: Mark imported dma-buf objects as being coherent
` [PATCH 16/64] drm/i915: Rename request reference/unreference to get/put
` [PATCH 17/64] drm/i915: Rename i915_gem_context_reference/unreference()
` [PATCH 18/64] drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
` [PATCH 19/64] drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
` [PATCH 20/64] drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
` [PATCH 21/64] drm/i915: Rename drm_gem_object_unreference_unlocked "
` [PATCH 22/64] drm/i915: Treat ringbuffer writes as write to normal memory
` [PATCH 23/64] drm/i915: Rename ring->virtual_start as ring->vaddr
` [PATCH 24/64] drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
` [PATCH 25/64] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 26/64] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 27/64] drm/i915: Rename backpointer from intel_ringbuffer to intel_engine_cs
` [PATCH 28/64] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH 29/64] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [PATCH 30/64] drm/i915: Rename residual ringbuf parameters
` [PATCH 31/64] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH 32/64] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH 33/64] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 34/64] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 35/64] drm/i915: Convert engine->write_tail to operate on a request
` [PATCH 36/64] drm/i915: Unify request submission
` [PATCH 37/64] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [PATCH 38/64] drm/i915: Reuse legacy breadcrumbs + tail emission
` [PATCH 39/64] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [PATCH 40/64] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH 41/64] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH 42/64] drm/i915: Simplify calling engine->sync_to
` [PATCH 43/64] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
` [PATCH 44/64] drm/i915: Split early global GTT initialisation
` [PATCH 45/64] drm/i915: Store owning file on the i915_address_space
` [PATCH 46/64] drm/i915: Count how many VMA are bound for an object
` [PATCH 47/64] drm/i915: Be more careful when unbinding vma
` [PATCH 48/64] drm/i915: Kill drop_pages()
` [PATCH 49/64] drm/i915: Introduce i915_gem_active for request tracking
` [PATCH 50/64] drm/i915: Prepare i915_gem_active for annotations
` [PATCH 51/64] drm/i915: Mark up i915_gem_active for locking annotation
` [PATCH 52/64] drm/i915: Refactor blocking waits
` [PATCH 53/64] drm/i915: Rename request->list to link for consistency
` [PATCH 54/64] drm/i915: Remove obsolete i915_gem_object_flush_active()
` [PATCH 55/64] drm/i915: Refactor activity tracking for requests
` [PATCH 56/64] drm/i915: Convert intel_overlay to request tracking
` [PATCH 57/64] drm/i915: Move the special case wait-request handling to its one caller
` [PATCH 58/64] drm/i915: Double check activity before relocations
` [PATCH 59/64] drm/i915: Move request list retirement to i915_gem_request.c
` [PATCH 60/64] drm/i915: i915_vma_move_to_active prep patch
` [PATCH 61/64] drm/i915: Track active vma requests
` [PATCH 62/64] drm/i915: Release vma when the handle is closed
` [PATCH 63/64] drm/i915: Mark the context and address space as closed
` [PATCH 64/64] Revert "drm/i915: Clean up associated VMAs on context destruction"
` ✗ Ro.CI.BAT: warning for series starting with [01/64] drm/i915/breadcrumbs: Queue hangcheck before sleeping

[PATCH v3 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
 2016-07-07 10:09 UTC  (10+ messages)
` [PATCH v3 2/6] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH v3 3/6] drm/i915/huc: Add HuC fw loading support
` [PATCH v3 4/6] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH v3 5/6] drm/i915/huc: Support HuC authentication
` [PATCH v3 6/6] drm/i915/huc: Add BXT HuC Loading Support
` ✗ Ro.CI.BAT: warning for series starting with [v3,1/6] drm/i915/guc: Make the GuC fw loading helper functions general

[PATCH v2] drm/i915:gen9: implement WaMediaPoolStateCmdInWABB
 2016-07-07  9:48 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915:gen9: implement WaMediaPoolStateCmdInWABB (rev2)

[PATCH] backlight: Avoid double fbcon backlight handling
 2016-07-07  9:08 UTC  (3+ messages)

[PATCH] drm/i915: Introduce Kabypoint PCH for Kabylake H/DT
 2016-07-07  8:36 UTC  (2+ messages)

linux-firmware-i915 pull request (bxt dmc, kbl dmc)
 2016-07-06 23:36 UTC  (3+ messages)

[PATCH v3 0/4] Enable lspcon support for GEN9 devices
 2016-07-06 17:40 UTC  (9+ messages)
` [PATCH v3 1/4] drm: Helper for lspcon in drm_dp_dual_mode
` [PATCH v3 2/4] drm/i915: Add lspcon support for I915 driver
` [PATCH v3 3/4] drm/i915: Parse VBT data for lspcon
` [PATCH v3 4/4] drm/i915: Enable lspcon initialization
` ✗ Ro.CI.BAT: warning for Enable lspcon support for GEN9 devices (rev3)

[PATCH] drm/i915/dmc: Accept symbolic link in firmware name
 2016-07-06 17:31 UTC  (2+ messages)

[PATCH] drm/i915: avoid wait_for_atomic() in non-atomic host2guc_action()
 2016-07-06 15:25 UTC  (4+ messages)
` ✓ Ro.CI.BAT: success for "

[RFC 6/6] drm/i915/vlv: Add intermediate field in intel_crtc_wm_state and handlers for two-level watermark
 2016-07-06 14:05 UTC  (3+ messages)

Pageflipping bugs in drm-next on at least Ironlake and Ivybridge
 2016-07-06 13:43 UTC  (3+ messages)

[PATCH 1/5] drm/i915: unify first-stage engine struct setup
 2016-07-06 12:47 UTC  (11+ messages)
` [PATCH 2/5] drm/i915: Prepare for engine init unification
` [PATCH 3/5] drm/i915: Unify engine init loop
` [PATCH 4/5] drm/i915: Make more use of the shared engine irq setup
` [PATCH 5/5] drm/i915: Simplify intel_init_ring_buffer prototype
` ✗ Ro.CI.BAT: failure for series starting with [1/5] drm/i915: unify first-stage engine struct setup

[CI 1/3] drm/i915: Always double check for a missed interrupt for new bottom halves
 2016-07-06 12:11 UTC  (4+ messages)
` [CI 2/3] drm/i915: Wake up the bottom-half if we steal their interrupt
` [CI 3/3] drm/i915: Group the irq breadcrumb variables into the same cacheline
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/3] drm/i915: Always double check for a missed interrupt for new bottom halves

[PATCH v6 00/10] drm/i915: DP branch devices
 2016-07-06 11:50 UTC  (12+ messages)
` [PATCH v6 01/10] drm: Add missing DP downstream port types
` [PATCH v6 02/10] drm: Drop VGA from bpc definitions
` [PATCH v6 03/10] drm: Helper to read max clock rate
` [PATCH v6 04/10] drm: Helper to read max bits per component
` [PATCH v6 05/10] drm: Read DP branch device id
` [PATCH v6 06/10] drm: Read DP branch device HW revision
` [PATCH v6 07/10] drm: Read DP branch device SW revision
` [PATCH v6 08/10] drm/i915: Check pixel rate for DP to VGA dongle
` [PATCH v6 09/10] drm/i915: Update bits per component for display info
` [PATCH v6 10/10] drm/i915: Add DP branch device info on debugfs
` ✗ Ro.CI.BAT: failure for drm/i915: DP branch devices (rev6)

Legacy gamma table updates broken in 4.7-rc4
 2016-07-06 10:26 UTC 

[PATCH 1/2] drm/i915: compile-time consistency check on __EXEC_OBJECT flags
 2016-07-06 10:23 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: refactor eb_get_batch()
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: compile-time consistency check on __EXEC_OBJECT flags

[PATCH i-g-t v2 00/15] Add support for atomic modeset to IGT
 2016-07-06  9:55 UTC  (16+ messages)
` [PATCH i-g-t v2 01/15] igt_kms: Remove kmstest_connector_config.crtc_idx
` [PATCH i-g-t v2 02/15] igt_kms: Find optimal encoder only after selecting pipe
` [PATCH i-g-t v2 03/15] kms_psr_sink_crc: Use for_each_pipe_with_valid_output to find a valid config
` [PATCH i-g-t v2 04/15] igt_kms: Make PIPE_ANY a alias for PIPE_NONE
` [PATCH i-g-t v2 05/15] tests/kms: Clean up more users of unassigned pipes
` [PATCH i-g-t v2 06/15] igt_kms: Change PIPE_ANY behavior to mean unassigned
` [PATCH i-g-t v2 07/15] igt_kms: Handle atomic pipe properties better
` [PATCH i-g-t v2 08/15] igt_kms: Remove pan members from igt_plane, v2
` [PATCH i-g-t v2 09/15] igt_kms: Clear all _changed members centrally
` [PATCH i-g-t v2 10/15] igt_kms: Add modeset support to atomic commits
` [PATCH i-g-t v2 11/15] tests: Add kms_rmfb test
` [PATCH i-g-t v2 12/15] tests: Add kms_atomic_transition
` [PATCH i-g-t v2 13/15] igt_kms: Add more apis for panel fitting test
` [PATCH i-g-t v2 14/15] igt_kms: Allow disabling previous override mode
` [PATCH i-g-t v2 15/15] kms_panel_fitting: Add tests for fastboot

[PATCH 1/3] drm/i915: Always double check for a missed interrupt for new bottom halves
 2016-07-06  9:47 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: Wake up the bottom-half if we steal their interrupt
` [PATCH 3/3] drm/i915: Group the irq breadcrumb variables into the same cacheline
` ✗ Ro.CI.BAT: failure for series starting with [1/3] drm/i915: Always double check for a missed interrupt for new bottom halves

[PATCH] Runtime: set the sub slice according to kernel pooled EU configure
 2016-07-06  3:00 UTC  (4+ messages)
` [PATCH] intel: Export pooled EU and min no. of eus in a pool

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-06  1:51 UTC  (3+ messages)

linux-next: build failure after merge of the tip tree (from the drm-intel tree)
 2016-07-05 17:59 UTC  (3+ messages)

[PATCH] drm/i915: Separate out reset flags from the reset counter
 2016-07-05 16:02 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Always double check for a missed interrupt for new bottom halves
 2016-07-05 15:04 UTC  (5+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH v2 0/6] HuC Loading Patches
 2016-07-05 14:44 UTC  (3+ messages)
` [PATCH v2 1/6] drm/i915/guc: Make the GuC fw loading helper functions general

[PATCH 0/6] HuC Loading Patches
 2016-07-05 14:41 UTC  (8+ messages)
` [PATCH 3/6] drm/i915/huc: Add HuC fw loading support

[PATCH] drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
 2016-07-05 13:53 UTC  (2+ messages)

[PATCH] drm/i915: remove superfluous i915_gem_object_free_mmap_offset call
 2016-07-05 13:21 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915: Wake up the bottom-half if we steal their interrupt
 2016-07-05 13:18 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915/guc: Protect against HAS_GUC_* returning true values other than one
 2016-07-05 12:54 UTC  (6+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915/guc: Protect against HAS_GUC_* returning true values other than one (rev3)

[PATCH 1/4] drm/i915: Split out runtime configuration of device info to its own file
 2016-07-05 11:37 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/4] "

[PATCH 1/3] drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()
 2016-07-05 10:28 UTC  (5+ messages)
` [PATCH 3/3] drm/i915: Skip capturing an error state if we already have one

[PATCH] drm/i915: remove redundant fbc warnings
 2016-07-05 10:21 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "


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