Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-28 19:11:45 to 2016-08-01 10:09:34 UTC [more...]

[PATCH 0/5] HDMI optimization series
 2016-08-01 10:09 UTC  (5+ messages)
` [PATCH 4/5] drm/i915: Check live status before reading edid

A few bug fixes leading to exporting prime fences [mostly reviewed]
 2016-08-01 10:07 UTC  (75+ messages)
` [PATCH 01/73] drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
` [PATCH 02/73] drm/i915: Rename request->ringbuf to request->ring
` [PATCH 03/73] drm/i915: Rename intel_context[engine].ringbuf
` [PATCH 04/73] drm/i915: Rename struct intel_ringbuffer to struct intel_ring
` [PATCH 05/73] drm/i915: Rename residual ringbuf parameters
` [PATCH 06/73] drm/i915: Rename intel_pin_and_map_ring()
` [PATCH 07/73] drm/i915: Remove obsolete engine->gpu_caches_dirty
` [PATCH 08/73] drm/i915: Reduce engine->emit_flush() to a single mode parameter
` [PATCH 09/73] drm/i915: Simplify request_alloc by returning the allocated request
` [PATCH 10/73] drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_START
` [PATCH 11/73] drm/i915: Remove intel_ring_get_tail()
` [PATCH 12/73] drm/i915: Convert engine->write_tail to operate on a request
` [PATCH 13/73] drm/i915: Move the modulus for ring emission to the register write
` [PATCH 14/73] drm/i915: Unify request submission
` [PATCH 15/73] drm/i915/lrc: Update function names to match request flow
` [PATCH 16/73] drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()
` [PATCH 17/73] drm/i915: Reuse legacy breadcrumbs + tail emission
` [PATCH 18/73] drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores
` [PATCH 19/73] drm/i915: Remove duplicate golden render state init from execlists
` [PATCH 20/73] drm/i915: Refactor golden render state emission to unconfuse gcc
` [PATCH 21/73] drm/i915: Unify legacy/execlists submit_execbuf callbacks
` [PATCH 22/73] drm/i915: Simplify calling engine->sync_to
` [PATCH 23/73] drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal locals
` [PATCH 24/73] drm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
` [PATCH 25/73] drm/i915: Split early global GTT initialisation
` [PATCH 26/73] drm/i915: Store owning file on the i915_address_space
` [PATCH 27/73] drm/i915: Count how many VMA are bound for an object
` [PATCH 28/73] drm/i915: Be more careful when unbinding vma
` [PATCH 29/73] drm/i915: Kill drop_pages()
` [PATCH 30/73] drm/i915: Introduce i915_gem_active for request tracking
` [PATCH 31/73] drm/i915: Prepare i915_gem_active for annotations
` [PATCH 32/73] drm/i915: Mark up i915_gem_active for locking annotation
` [PATCH 33/73] drm/i915: Refactor blocking waits
` [PATCH 34/73] drm/i915: Rename request->list to link for consistency
` [PATCH 35/73] drm/i915: Remove obsolete i915_gem_object_flush_active()
` [PATCH 36/73] drm/i915: Refactor activity tracking for requests
` [PATCH 37/73] drm/i915: Track requests inside each intel_ring
` [PATCH 38/73] drm/i915: Convert intel_overlay to request tracking
` [PATCH 39/73] drm/i915: Move the special case wait-request handling to its one caller
` [PATCH 40/73] drm/i915: Disable waitboosting for a saturated engine
` [PATCH 41/73] drm/i915: s/__i915_wait_request/i915_wait_request/
` [PATCH 42/73] drm/i915: Double check activity before relocations
` [PATCH 43/73] drm/i915: Move request list retirement to i915_gem_request.c
` [PATCH 44/73] drm/i915: i915_vma_move_to_active prep patch
` [PATCH 45/73] drm/i915: Track active vma requests
` [PATCH 46/73] drm/i915: Release vma when the handle is closed
` [PATCH 47/73] drm/i915: Mark the context and address space as closed
` [PATCH 48/73] Revert "drm/i915: Clean up associated VMAs on context destruction"
` [PATCH 49/73] drm/i915: Combine loops within i915_gem_evict_something
` [PATCH 50/73] drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()
` [PATCH 51/73] drm/i915: Double check the active status on the batch pool
` [PATCH 52/73] drm/i915: Remove request retirement before each batch
` [PATCH 53/73] drm/i915: Remove i915_gem_execbuffer_retire_commands()
` [PATCH 54/73] drm/i915: Fix up vma alignment to be u64
` [PATCH 55/73] drm/i915: Pad GTT views of exec objects up to user specified size
` [PATCH 56/73] drm/i915: Reduce WARN(i915_gem_valid_gtt_space) to a debug-only check
` [PATCH 57/73] drm/i915: Split insertion/binding of an object into the VM
` [PATCH 58/73] drm/i915: Convert 4096 alignment request to 0 for drm_mm allocations
` [PATCH 59/73] drm/i915: Update the GGTT size/alignment query functions
` [PATCH 60/73] drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_private
` [PATCH 61/73] drm/i915: Record allocated vma size
` [PATCH 62/73] drm/i915: Wrap vma->pin_count accessors with small inline helpers
` [PATCH 63/73] drm/i915: Start passing around i915_vma from execbuffer
` [PATCH 64/73] drm/i915: Combine all i915_vma bitfields into a single set of flags
` [PATCH 65/73] drm/i915: Make i915_vma_pin() small and inline
` [PATCH 66/73] drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
` [PATCH 67/73] drm/i915: Make fb_tracking.lock a spinlock
` [PATCH 68/73] drm/i915: Use atomics to manipulate obj->frontbuffer_bits
` [PATCH 69/73] drm/i915: Use dev_priv consistently through the intel_frontbuffer interface
` [PATCH 70/73] drm/i915: Move obj->active:5 to obj->flags
` [PATCH 71/73] drm/i915: Move i915_gem_object_wait_rendering()
` [PATCH 72/73] drm/i915: Enable lockless lookup of request tracking via RCU
` [PATCH 73/73] drm/i915: Export our request as a dma-buf fence on the reservation object

[PATCH 00/12] drm/i915: Move DP link retraining to hotplug work etc
 2016-08-01 10:03 UTC  (36+ messages)
` [PATCH 03/12] drm/i915: Avoid mixing up SST and MST in DDI setup
` [PATCH 04/12] drm/i915: Reject mixing MST and SST/HDMI on the same digital port
` [PATCH 05/12] drm/i915: Track active streams also for DP SST
` [PATCH 06/12] drm/i915: Allow MST sinks to work even if drm_probe_ddc() fails
  ` [PATCH v2 "
` [PATCH 07/12] drm/i915: Move DP link retraining into intel_dp_detect()
` [PATCH 09/12] drm/i915: Remove useless rate_to_index() usage
` [PATCH 10/12] drm/i915: Allow rate_to_index() to return non-exact matches
` [PATCH 11/12] drm/i915: Don't try to ack sink irqs when there are none
` [RFC][PATCH 12/12] drm/i915: Add encoder .sync_state() hook
` ✗ Ro.CI.BAT: failure for drm/i915: Move DP link retraining to hotplug work etc. (rev3)

[I-G-T 0/3] igt/gem_mocs_settings: Update MOCS tests
 2016-08-01 10:03 UTC  (11+ messages)
` [I-G-T 1/3] igt/gem_mocs_settings: Remove direct register tests
` [I-G-T 2/3] igt/gem_mocs_settings: adding RC6 testings
` [I-G-T 2/3] igt/gem_mocs_settings: adding RC6 tests
` [I-G-T 3/3] igt/gem_mocs_settings: Reduce the amount of cascading failures

[PATCH v4 0/6] Finally fix watermarks
 2016-08-01  8:48 UTC  (9+ messages)
  ` [Intel-gfx] "

Getting to RCU and exporting fences
 2016-08-01  7:34 UTC  (54+ messages)
` [PATCH 01/22] drm/i915: Combine loops within i915_gem_evict_something
` [PATCH 07/22] drm/i915: Pad GTT views of exec objects up to user specified size
` [PATCH 10/22] drm/i915: Record allocated vma size
    ` [PATCH] drm/i915: Convert 4096 alignment request to 0 for drm_mm allocations
` [PATCH 11/22] drm/i915: Wrap vma->pin_count accessors with small inline helpers
` [PATCH 12/22] drm/i915: Start passing around i915_vma from execbuffer
` [PATCH 13/22] drm/i915: Combine all i915_vma bitfields into a single set of flags
` [PATCH 15/22] drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
` [PATCH 16/22] drm/i915: Make fb_tracking.lock a spinlock
` [PATCH 19/22] drm/i915: Move obj->active:5 to obj->flags
` [PATCH 21/22] drm/i915: Enable lockless lookup of request tracking via RCU
` [PATCH 22/22] drm/i915: Export our request as a dma-buf fence on the reservation object
` ✗ Ro.CI.BAT: failure for series starting with [01/22] drm/i915: Combine loops within i915_gem_evict_something (rev2)

Regression report] Weekly regression report WW45
 2016-08-01  2:30 UTC  (16+ messages)
` [Regression report] Weekly regression report WW46
  ` [Regression report] Weekly regression report WW48
    ` [Regression report] Weekly regression report WW50
      ` [Regression report] Weekly regression report WW51
          ` [Regression report] Weekly regression report WW14
            ` [Regression report] Weekly regression report WW20
              ` [Regression report] Weekly regression report WW23
                ` [Regression report] Weekly regression report WW24
                  ` [Regression report] Weekly regression report WW25
                    ` [Regression report] Weekly regression report WW26
                      ` [Regression report] Weekly regression report WW27
                        ` [Regression report] Weekly regression report WW28
                          ` [Regression report] Weekly regression report WW29
                            ` [Regression report] Weekly regression report WW30
                              ` [Regression report] Weekly regression report WW31

[PATCH] drm/i915: set proper N/M in modeset
 2016-08-01  1:31 UTC  (5+ messages)

[PATCH] drm/i915: cleanup_plane_fb: also drop reference to current state wait_req
 2016-07-31  7:54 UTC 

[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state
 2016-07-29 20:41 UTC  (5+ messages)
` [PATCH 1/9] drm: Warn about negative sizes when calculating scale factor
      ` [Intel-gfx] "

Still trying to isolate video freezes
 2016-07-29 19:56 UTC  (3+ messages)
` Still trying to isolate video freezes (RESOLVED)

[PATCH] drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
 2016-07-29 19:33 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Add missing ring_mask to Pineview
 2016-07-29 18:54 UTC  (7+ messages)
` ✗ Ro.CI.BAT: failure for "

[CI 1/4] drm/i915: Don't pass crtc_state to intel_dp_set_link_params()
 2016-07-29 17:46 UTC  (4+ messages)
` [CI 4/4] drm/i915: Split bxt_ddi_pll_select()
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/4] drm/i915: Don't pass crtc_state to intel_dp_set_link_params()

[PATCH 1/2] drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GM
 2016-07-29 16:40 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Program FW_BLC_SELF on 915G as well
` ✗ Ro.CI.BAT: failure for series starting with [1/2] drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GM

[PATCH v2 00/21] drm/i915: Organize most GPU features by platform
 2016-07-29 15:39 UTC  (21+ messages)
` [PATCH v2 01/21] drm/i915: Move HAS_PSR definition to platform struct definition
` [PATCH v2 02/21] drm/i915: Introduce GEN6_FEATURES for device info
` [PATCH v2 03/21] drm/i915: Move HAS_RUNTIME_PM definition to platform
` [PATCH v2 04/21] drm/i915: Move HAS_CORE_RING_FREQ definition to platform definition
` [PATCH v2 12/21] drm/i915: Move HAS_AUX_IRQ "
` [PATCH v2 16/21] drm/i915: Introduce GEN2_FEATURES for device info
` [PATCH v2 17/21] drm/i915: Move HAS_FW_BLC definition to platform
` [PATCH v2 18/21] drm/i915: Move HAS_HW_CONTEXTS "
` [PATCH v2 19/21] drm/i915: Move HAS_LOGICAL_RING_CONTEXTS "
` [PATCH v2 20/21] drm/i915: Move HAS_L3_DPF definition to platform definition
` ✗ Ro.CI.BAT: failure for drm/i915: Organize most GPU features by platform (rev2)

[PATCH 02/12] drm/i915: Read PSR caps/intermediate freqs/etc. only once on eDP
 2016-07-29 13:52 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v3 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
 2016-07-29 12:39 UTC  (9+ messages)
` [PATCH v3 3/6] drm/i915/huc: Add HuC fw loading support
` [PATCH v3 5/6] drm/i915/huc: Support HuC authentication
` ✗ Ro.CI.BAT: failure for series starting with [v3,1/6] drm/i915/guc: Make the GuC fw loading helper functions general (rev2)

[PATCH] drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
 2016-07-29  6:16 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? (rev3)

[PATCH] drm/i915: Warn about aux msg buffer vs. size mismatch
 2016-07-28 20:15 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 read-only IMAP folder(s) and NNTP newsgroup(s).