public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-07-01 10:07:28 to 2016-07-04 07:49:36 UTC [more...]

[PATCH 01/13] drm/i915: Move GEM request routines to i915_gem_request.c
 2016-07-04  7:49 UTC  (9+ messages)
` [PATCH 02/13] drm/i915: Retire oldest completed request before allocating next
` [PATCH 03/13] drm/i915: Derive GEM requests from dma-fence
` [PATCH 04/13] drm/i915: Disable waitboosting for fence_wait()
` [PATCH 05/13] drm/i915: Disable waitboosting for mmioflips/semaphores
` [PATCH 06/13] drm/i915: Export our request as a dma-buf fence on the reservation object
` [PATCH 07/13] drm/i915: Mark imported dma-buf objects as being coherent
` [PATCH 08/13] drm/i915: Rename request reference/unreference to get/put
` [PATCH 09/13] drm/i915: Rename i915_gem_context_reference/unreference()

[PATCH 1/3] drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()
 2016-07-04  7:48 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Clean up GPU hang message
` [PATCH 3/3] drm/i915: Skip capturing an error state if we already have one

[PATCH 1/4] drm/i915: Preserve current RPS frequency across init
 2016-07-04  7:46 UTC  (4+ messages)
` [PATCH 2/4] drm/i915: Remove superfluous powersave work flushing
` [PATCH 3/4] drm/i915: Defer enabling rc6 til after we submit the first batch/context
` [PATCH 4/4] drm/i915: Remove temporary RPM wakeref assert disables

[CI 1/9] drm/i915: Only start retire worker when idle
 2016-07-04  7:32 UTC  (10+ messages)
` [CI 2/9] drm/i915: Do not keep postponing the idle-work
` [CI 3/9] drm/i915: Remove redundant queue_delayed_work() from throttle ioctl
` [CI 4/9] drm/i915: Restore waitboost credit to the synchronous waiter
` [CI 5/9] drm/i915: Add background commentary to "waitboosting"
` [CI 6/9] drm/i915: Flush the RPS bottom-half when the GPU idles
` [CI 7/9] drm/i915: Remove stop-rings debugfs interface
` [CI 8/9] drm/i915: Record the ringbuffer associated with the request
` [CI 9/9] drm/i915: Allow userspace to request no-error-capture upon GPU hangs
` ✗ Ro.CI.BAT: warning for series starting with [CI,1/9] drm/i915: Only start retire worker when idle

[PATCH] drm/i915: Hold irq uncore.lock when initialising fw_domains
 2016-07-04  5:26 UTC  (2+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH v4 0/2] drm/i915/opregion: proper handling of DIDL and CADL
 2016-07-04  5:13 UTC  (6+ messages)
` [PATCH v4 2/2] drm/i915/opregion: update cadl based on actually active outputs

[PATCH] drm/i915: tidy up request alloc
 2016-07-04  4:08 UTC  (7+ messages)

Regression report] Weekly regression report WW45
 2016-07-03 21:46 UTC  (12+ 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

[PATCH v3 00/14] Support for sustained capturing of GuC firmware logs
 2016-07-03 13:07 UTC  (26+ messages)
` [PATCH 01/14] drm/i915: Add GuC ukernel logging related fields to fw interface file
` [PATCH 02/14] drm/i915: New structure to contain GuC logging related fields
` [PATCH 03/14] drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register set
` [PATCH 04/14] drm/i915: Support for GuC interrupts
` [PATCH 05/14] drm/i915: Handle log buffer flush interrupt event from GuC
` [PATCH 06/14] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
` [PATCH 07/14] drm/i915: Forcefully flush GuC log buffer on reset
` [PATCH 08/14] drm/i915: Debugfs support for GuC logging control
` [PATCH 09/14] drm/i915: New module param to control the size of buffer used for storing GuC firmware logs
` [PATCH 10/14] drm/i915: Support to create write combined type vmaps
` [PATCH 11/14] drm/i915: Use uncached(WC) mapping for acessing the GuC log buffer
` [PATCH 12/14] drm/i915: New lock to serialize the Host2GuC actions
` [PATCH 13/14] drm/i915: Add stats for GuC log buffer flush interrupts
` [PATCH 14/14] drm/i915: Optimization to reduce the sampling time of GuC log buffer
` ✗ Ro.CI.BAT: failure for Support for sustained capturing of GuC firmware logs (rev4)

[PATCH 1/9] drm/i915: Fix random indent in i915_drm_resume()
 2016-07-02 18:32 UTC  (20+ messages)
` [PATCH 2/9] drm/915: Fix long lines and random indent in gen6_set_rps_thresholds()
` [PATCH 3/9] drm/i915: Fix indentation in i915_gem_framebuffer_info()
` [PATCH 4/9] drm/i915: Fix inconsistent indenting in i915_error_state_to_str()
` [PATCH 5/9] drm/i915: Match bitmask size to types in intel_fb_initial_config()
` [PATCH 6/9] drm/i915: Fix inconsistent indenting in vbt_panel_init()
` [PATCH 7/9] drm/i915: Fix buffer overflow in dsi_calc_mnp()
` [PATCH 8/9] drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds()
` [PATCH 9/9] drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes()
` ✗ Ro.CI.BAT: failure for series starting with [1/9] drm/i915: Fix random indent in i915_drm_resume()

[PATCH] drm/i915: intel_dp_check_link_status should only return status of link
 2016-07-02  9:29 UTC  (6+ messages)
` ✗ Ro.CI.BAT: failure for "

Bad flicker on skylake HQD due to code in the 4.7 merge window
 2016-07-02  6:24 UTC  (14+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: Introduce Kabypoint PCH for Kabylake H/DT
 2016-07-02  6:07 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH v2 0/4] Enable lspcon support for GEN9 devices
 2016-07-02  0:14 UTC  (13+ messages)
` [PATCH v2 1/4] drm: Helper for lspcon in drm_dp_dual_mode
` [PATCH v2 2/4] drm/i915: Add lspcon support for I915 driver
` [PATCH v2 4/4] drm/i915: Enable lspcon initialization

linux-firmware-i915 pull request (bxt dmc, kbl dmc)
 2016-07-01 23:20 UTC 

[PATCH v3 0/3] drm/i915/bxt: Fix performance due to bogus MOCS entry
 2016-07-01 21:47 UTC  (11+ messages)
` [PATCH v3 1/3] drm/i915/gen9: Clean up MOCS table definitions
` [PATCH v3 2/3] drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config
` [PATCH v3 3/3] drm/i915: Give proper names to MOCS entries
  ` [PATCH v4 "
` ✗ Ro.CI.BAT: warning for drm/i915/bxt: Fix performance due to bogus MOCS entry
` ✗ Ro.CI.BAT: warning for drm/i915/bxt: Fix performance due to bogus MOCS entry (rev2)

[PATCH 1/3] drm/vgem: Fix mmaping
 2016-07-01 20:13 UTC  (6+ messages)
` [PATCH 2/3] drm/vgem: Enable dmabuf interface for export
    ` [Intel-gfx] "

[PATCH] drm/i915/bxt: Remove the preliminary_hw_support flag
 2016-07-01 18:29 UTC  (4+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH] drm/i915/guc: Consolidate firmware major-minor to one place
 2016-07-01 17:57 UTC  (2+ messages)

[PATCH 1/5] drm/i915: unify first-stage engine struct setup
 2016-07-01 17:08 UTC  (6+ 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: warning for series starting with [1/5] drm/i915: unify first-stage engine struct setup

[CI 01/20] drm/i915/shrinker: Flush active on objects before counting
 2016-07-01 16:51 UTC  (21+ messages)
` [CI 02/20] drm/i915: Delay queuing hangcheck to wait-request
` [CI 03/20] drm/i915: Remove the dedicated hangcheck workqueue
` [CI 04/20] drm/i915: Make queueing the hangcheck work inline
` [CI 05/20] drm/i915: Separate GPU hang waitqueue from advance
` [CI 06/20] drm/i915: Slaughter the thundering i915_wait_request herd
` [CI 07/20] drm/i915: Spin after waking up for an interrupt
` [CI 08/20] drm/i915: Use HWS for seqno tracking everywhere
` [CI 09/20] drm/i915: Stop mapping the scratch page into CPU space
` [CI 10/20] drm/i915: Allocate scratch page from stolen
` [CI 11/20] drm/i915: Refactor scratch object allocation for gen2 w/a buffer
` [CI 12/20] drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)
` [CI 13/20] drm/i915: Check the CPU cached value in HWS of seqno after waking the waiter
` [CI 14/20] drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
` [CI 15/20] drm/i915: Stop setting wraparound seqno on initialisation
` [CI 16/20] drm/i915: Convert trace-irq to the breadcrumb waiter
` [CI 17/20] drm/i915: Embed signaling node into the GEM request
` [CI 18/20] drm/i915: Move the get/put irq locking into the caller
` [CI 19/20] drm/i915: Simplify enabling user-interrupts with L3-remapping
` [CI 20/20] drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
` ✗ Ro.CI.BAT: failure for series starting with [CI,01/20] drm/i915/shrinker: Flush active on objects before counting

[PATCH ddx 1/2] pciids: Add more Kabylake PCI IDs
 2016-07-01 16:27 UTC  (3+ messages)
` [PATCH ddx 2/2] pciids: : Removing PCI IDs that are no longer listed as Kabylake

[PATCH] drm/i915: Mass convert dev->dev_private to to_i915(dev)
 2016-07-01 15:49 UTC  (2+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH 1/1] drm/i915: gracefully reject mmap of huge tiled objects
 2016-07-01 15:36 UTC  (3+ messages)

To the gingerbread house!
 2016-07-01 15:32 UTC  (29+ messages)
` [PATCH 01/20] drm/i915/shrinker: Flush active on objects before counting
` [PATCH 02/20] drm/i915: Delay queuing hangcheck to wait-request
` [PATCH 03/20] drm/i915: Remove the dedicated hangcheck workqueue
` [PATCH 04/20] drm/i915: Make queueing the hangcheck work inline
` [PATCH 05/20] drm/i915: Separate GPU hang waitqueue from advance
` [PATCH 06/20] drm/i915: Slaughter the thundering i915_wait_request herd
` [PATCH 07/20] drm/i915: Spin after waking up for an interrupt
` [PATCH 08/20] drm/i915: Use HWS for seqno tracking everywhere
` [PATCH 09/20] drm/i915: Stop mapping the scratch page into CPU space
` [PATCH 10/20] drm/i915: Allocate scratch page from stolen
` [PATCH 11/20] drm/i915: Refactor scratch object allocation for gen2 w/a buffer
` [PATCH 12/20] drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)
` [PATCH 13/20] drm/i915: Check the CPU cached value in HWS of seqno after waking the waiter
` [PATCH 14/20] drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
` [PATCH 15/20] drm/i915: Stop setting wraparound seqno on initialisation
` [PATCH 16/20] drm/i915: Convert trace-irq to the breadcrumb waiter
` [PATCH 17/20] drm/i915: Embed signaling node into the GEM request
` [PATCH 18/20] drm/i915: Move the get/put irq locking into the caller
` [PATCH 19/20] drm/i915: Simplify enabling user-interrupts with L3-remapping
` [PATCH 20/20] drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
` ✗ Ro.CI.BAT: failure for series starting with [01/20] drm/i915/shrinker: Flush active on objects before counting

[PATCH v2 0/6] HuC Loading Patches
 2016-07-01 14:04 UTC  (8+ messages)
` [PATCH v2 1/6] drm/i915/guc: Make the GuC fw loading helper functions general
` [PATCH v2 2/6] drm/i915/huc: Unified css_header struct for GuC and HuC
` [PATCH v2 3/6] drm/i915/huc: Add HuC fw loading support
` [PATCH v2 4/6] drm/i915/huc: Add debugfs for HuC loading status check
` [PATCH v2 5/6] drm/i915/huc: Support HuC authentication
` [PATCH v2 6/6] drm/i915/huc: Add BXT HuC Loading Support
` ✗ Ro.CI.BAT: warning for HuC Loading Patches (rev2)

[PATCH] drm/i915/bxt: Export pooled eu info to userspace
 2016-07-01 13:56 UTC  (7+ messages)
` ✗ Ro.CI.BAT: failure for "
` ✓ Ro.CI.BAT: success for drm/i915/bxt: Export pooled eu info to userspace (rev2)

[PATCH] Runtime: set the sub slice according to kernel pooled EU configure
 2016-07-01 13:44 UTC  (3+ messages)

[PATCH i-g-t 1/2] tests/gvt_basic: Test w/o sub-test requires simple_main
 2016-07-01 13:24 UTC  (8+ messages)
` [PATCH i-g-t 2/2] overlay/Makefile.am: Use lib path for i915_pciids.h

[PATCH 1/2] Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."
 2016-07-01 13:06 UTC  (3+ messages)
` [PATCH 2/2] i915/guc: Add Kabylake GuC Loading

[PATCH 1/2] drm/i915: Fix log type for RC6 debug messages
 2016-07-01 12:03 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/bxt: Fix sanity check for BIOS RC6 setup
` ✓ Ro.CI.BAT: success for series starting with [1/2] drm/i915: Fix log type for RC6 debug messages

[PATCH] drm/i915/guc: Demote some firmware loading messages to debug
 2016-07-01 10:30 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915/guc: Demote some firmware loading messages to debug (rev2)


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