public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-06-15 11:51:14 to 2016-06-17 07:44:40 UTC [more...]

BAT bug 95634, take 4
 2016-06-17  7:44 UTC  (58+ messages)
` [PATCH 01/44] drm: Export drm_dev_init() for subclassing
` [PATCH 02/44] drm: Add a callback from connector registering
` [PATCH 03/44] drm: Make drm_connector_register() safe against multiple calls
` [PATCH 04/44] drm: Automatically unregister the connector during cleanup
` [PATCH 05/44] drm: Automatically register/unregister all connectors
` [PATCH 06/44] drm/arc: Remove redundant calls to drm_connector_register_all()
` [PATCH 07/44] drm/atmel-hlcdc: "
` [PATCH 08/44] drm/hisilicon: "
` [PATCH 09/44] drm/mediatek: "
` [PATCH 10/44] drm/msm: "
` [PATCH 11/44] drm/rcar-du: "
` [PATCH 12/44] drm: Pass the drm_dp_aux->hw_mutex to i2c for its locking
` [PATCH 13/44] drm: Minimally initialise drm_dp_aux
` [PATCH 14/44] drm/i915: Perform async fbdev initialisation much later
` [PATCH 15/44] drm/i915: Make panel/backlight safe to setup/cleanup multiple times
` [PATCH 16/44] drm/i915: Move panel's backlight setup next to panel init
` [PATCH 17/44] drm/i915: Move intel_connector->unregister to connector->early_unregister
` [PATCH 18/44] drm/i915: Move backlight unregistration to connector unregistration
` [PATCH 19/44] drm/i915: Move registration actions to connector->late_register
` [PATCH 20/44] drm/i915/dp: Free the drm_dp_aux along with the encoder
` [PATCH 21/44] drm/i915: Move backlight registration to connector registration
` [PATCH 22/44] drm/i915: Move connector registration to driver registration
` [PATCH 23/44] drm/i915: Register debugfs interface last
` [PATCH 24/44] drm/i915: Demidlayer driver loading
` [PATCH 25/44] drm/i915: Demidlayer driver unloading
` [PATCH 26/44] drm/i915: Remove redundant drm_connector_register_all()
` [PATCH 27/44] drm/i915: Start exploiting drm_device subclassing
` [PATCH 28/44] drm/i915: Merge i915_dma.c into i915_drv.c
` [PATCH 29/44] drm/i915: Remove user controllable DRM_ERROR for i915_getparam()
` [PATCH 30/44] drm/i915: Remove user controllable DRM_ERROR for intel_get_pipe_from_crtc_id()
` [PATCH 31/44] drm/i915: Split out the PCI driver interface to i915_pci.c
` [PATCH 32/44] drm/i915: Move module init/exit "
` [PATCH 33/44] drm/i915: Skip idling an idle engine
` [PATCH 34/44] drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c
` [PATCH 35/44] drm/i915: Treat kernel context as initialised
` [PATCH 36/44] drm/i915: Mark all default contexts as uninitialised after context loss
` [PATCH 37/44] drm/i915: No need to wait for idle on L3 remap
` [PATCH 38/44] drm/i915: Split idling from forcing context switch
` [PATCH 39/44] drm/i915: Only switch to default context when evicting from GGTT
` [PATCH 40/44] drm/i915: Preserve current RPS frequency
` [PATCH 41/44] drm/i915: Remove superfluous powersave work flushing
` [PATCH 42/44] drm/i915: Defer enabling rc6 til after we submit the first batch/context
` [PATCH 43/44] drm/i915/fbdev: Limit the global async-domain synchronization
` [PATCH 44/44] drm/i915/fbdev: Flush mode configuration before lastclose
` ✗ Ro.CI.BAT: warning for series starting with [01/44] drm: Export drm_dev_init() for subclassing

[PATCH v2 00/15] Execlist based Engine reset and recovery
 2016-06-17  7:42 UTC  (23+ messages)
` [PATCH v2 01/15] drm/i915: Update i915.reset to handle engine resets
` [PATCH v2 02/15] drm/i915/tdr: Extend the idea of reset_counter to engine reset
` [PATCH v2 03/15] drm/i915: Reinstate hang recovery work queue
` [PATCH v2 04/15] drm/i915/tdr: Modify error handler for per engine hang recovery
` [PATCH v2 05/15] drm/i915/tdr: Prepare execlist submission to handle tdr resubmission after reset
` [PATCH v2 06/15] drm/i915/tdr: Capture engine state before reset
` [PATCH v2 07/15] drm/i915/tdr: Restore engine state and start after reset
` [PATCH v2 08/15] drm/i915/tdr: Add support for per engine reset recovery
` [PATCH v2 09/15] drm/i915: Skip reset request if there is one already
` [PATCH v2 10/15] drm/i915: Extending i915_gem_check_wedge to check engine reset in progress
` [PATCH v2 11/15] drm/i915: Port of Added scheduler support to __wait_request() calls
` [PATCH v2 12/15] drm/i915/tdr: Add engine reset count to error state
` [PATCH v2 13/15] drm/i915/tdr: Export reset count info to debugfs
` [PATCH v2 14/15] drm/i915/tdr: Enable Engine reset and recovery support
` [ONLY FOR BAT v2 15/15] drm/i915: Disable GuC submission for testing Engine reset patches
` ✗ Ro.CI.BAT: failure for Execlist based Engine reset and recovery

[PATCH 00/16] More drm master and SET_UNIQUE cleanups
 2016-06-17  7:33 UTC  (17+ messages)
` [PATCH 01/16] drm: Only do the hw.lock cleanup in master_relase for !MODESET
` [PATCH 02/16] drm: Move authmagic cleanup into drm_master_release
` [PATCH 03/16] drm: Protect authmagic with master_mutex
` [PATCH 04/16] drm: Mark authmagic ioctls as unlocked
` [PATCH 05/16] drm: Mark set/drop master ioctl "
` [PATCH 06/16] drm: Move master pointer from drm_minor to drm_device
` [PATCH 07/16] drm: Clean up drm_crtc.h
` [PATCH 08/16] drm: Use dev->name as fallback for dev->unique
` [PATCH 09/16] drm/vgem: Stop calling drm_drv_set_unique
` [PATCH 10/16] drm: Don't call drm_dev_set_unique from platform drivers
` [PATCH 11/16] drm: Nuke SET_UNIQUE ioctl
` [PATCH 12/16] drm: Lobotomize set_busid nonsense for !pci drivers
` [PATCH 13/16] drm: Refactor drop/set master code a bit
` [PATCH 14/16] drm: Extract drm_is_current_master
` [PATCH 15/16] drm: Clear up master tracking booleans
` [PATCH 16/16] drm: document drm_auth.c

[CI] drm/i915: Serialise presentation with imported dmabufs
 2016-06-17  7:28 UTC 

Bad flicker on skylake HQD due to code in the 4.7 merge window
 2016-06-17  7:28 UTC  (9+ messages)
          ` [Intel-gfx] "

[PATCH 00/38] nonblocking atomic commits for everyone!
 2016-06-17  7:23 UTC  (4+ messages)
` [PATCH 19/38] drm/hisilicon: Implement some semblance of vblank event handling

[PATCH 0/4] drm/i915/bxt: Fix eDP link training after suspend
 2016-06-17  5:21 UTC  (14+ messages)
` [PATCH 1/4] drm/i915/bxt: Fix PPS lost state after suspend breaking eDP link training
` [PATCH 2/4] drm/i915: Deduplicate PPS register retrieval
` [PATCH 3/4] drm/i915: Factor out helper to read out PPS HW state
` [PATCH 4/4] drm/i915: Sanity check "
  ` [PATCH v2 "
` ✗ Ro.CI.BAT: warning for drm/i915/bxt: Fix eDP link training after suspend
` ✗ Ro.CI.BAT: failure for drm/i915/bxt: Fix eDP link training after suspend (rev2)

[PATCH] drm/i915/skl: Increase cursor ddb blocks in multi-pipe config
 2016-06-16 23:39 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH] drm/i915/vlv: Enable polling when we shut off all power domains
 2016-06-16 22:05 UTC  (2+ messages)
` [Intel-gfx] "

i915 driver not getting initialized properly with U-boot VESA disabled
 2016-06-16 21:42 UTC  (2+ messages)

[PATCH] drm/i915: Serialise presentation with imported dmabufs
 2016-06-16 21:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH i-g-t] tests/drv_missed_irq_hang: Fix gem_blt path
 2016-06-16 21:36 UTC  (5+ messages)

[PATCH v2] drm/i915: Set softmin frequency on idle->busy transition
 2016-06-16 21:04 UTC  (5+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH 00/12] drm/i915: Eliminate DDI encoder->type frobbery
 2016-06-16 20:35 UTC  (8+ messages)
` [PATCH 01/12] drm/i915: Don't mark eDP encoders as MST capable
` [PATCH 02/12] drm/i915: Remove encoder type checks from MST suspend/resume

[PATCH 00/14] Cruft removal around drm_master
 2016-06-16 20:04 UTC  (32+ messages)
` [PATCH 01/14] drm: Nuke legacy maps debugfs files
` [PATCH 02/14] drm: Hide hw.lock cleanup in filp->release better
` [PATCH 03/14] drm: Link directly from drm_master to drm_device
  ` [Intel-gfx] "
` [PATCH 04/14] drm: Move master functions into drm_auth.c
` [PATCH 06/14] drm: Extract drm_master_relase
  ` [Intel-gfx] "
` [PATCH 07/14] drm: Only do the hw.lock cleanup in master_relase for !MODESET
    ` [Intel-gfx] "
` [PATCH 08/14] drm: Move authmagic cleanup into drm_master_release
` [PATCH 09/14] drm: Protect authmagic with master_mutex
  ` [Intel-gfx] "
` [PATCH 10/14] drm: Mark authmagic ioctls as unlocked
  ` [Intel-gfx] "
` [PATCH 11/14] drm: Mark set/drop master ioctl "
  ` [Intel-gfx] "
` [PATCH 12/14] drm: Move master pointer from drm_minor to drm_device
  ` [Intel-gfx] "

[PATCH] drm/i915:gen9: implement WaMtpRenderPowerGatingBug
 2016-06-16 16:36 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH RESEND 1/7] drm/i915/dsi: don't debug log "missing" sequences
 2016-06-16 15:54 UTC  (5+ messages)
` [PATCH RESEND 3/7] drm/i915/dsi: add skip functions for spi and pmic elements
` [PATCH RESEND 4/7] drm/i915/dsi: run power on/off sequences in panel prepare/unprepare hooks

[PATCH] drm/i915/gen9: Add WaDisableGatherAtSetShaderCommonSlice
 2016-06-16 15:06 UTC  (2+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH v10 0/6] Convert requests to use struct fence
 2016-06-16 13:15 UTC  (8+ messages)
` [PATCH v10 1/6] drm/i915: Add per context timelines for fence objects
` [PATCH v10 2/6] drm/i915: Convert requests to use struct fence
` [PATCH v10 3/6] drm/i915: Removed now redundant parameter to i915_gem_request_completed()
` [PATCH v10 4/6] drm/i915: Interrupt driven fences
` [PATCH v10 5/6] drm/i915: Updated request structure tracing
` [PATCH v10 6/6] drm/i915: Cache last IRQ seqno to reduce IRQ overhead
` ✗ Ro.CI.BAT: failure for Convert requests to use struct fence (rev7)

[PATCH v12 0/9] Introduce the implementation of GVT context
 2016-06-16 12:37 UTC  (12+ messages)
` [PATCH v12 1/9] drm/i915: Factor out i915_pvinfo.h
` [PATCH v12 2/9] drm/i915: Use offsetof() to calculate the offset of members in PVINFO page
` [PATCH v12 3/9] drm/i915: Fold vGPU active check into inner functions
` [PATCH v12 4/9] drm/i915: gvt: Introduce the basic architecture of GVT-g
` [PATCH v12 5/9] drm/i915: Make ring buffer size of a LRC context configurable
` [PATCH v12 6/9] drm/i915: Make addressing mode bits in context descriptor configurable
` [PATCH v12 7/9] drm/i915: Introduce execlist context status change notification
` [PATCH v12 8/9] drm/i915: Support LRC context single submission
` [PATCH v12 9/9] drm/i915: Introduce GVT context creation API
` ✗ Ro.CI.BAT: failure for Introduce the implementation of GVT context (rev10)

[PATCH v9 0/6] Convert requests to use struct fence
 2016-06-16 12:10 UTC  (4+ messages)
` [PATCH v9 6/6] drm/i915: Cache last IRQ seqno to reduce IRQ overhead

The vma leak fix from yonder
 2016-06-16 11:09 UTC  (4+ messages)
` [PATCH 06/62] drm/i915: Flush the RPS bottom-half when the GPU idles

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

Problem with intel NUC5CPYH
 2016-06-16  8:12 UTC  (2+ messages)

[PATCH 0/3] CHV vblank failures when PSR is active
 2016-06-15 21:44 UTC  (5+ messages)
` [PATCH 3/3] drm/i915/psr: Do not activate PSR when vblank interrupts are enabled

[PATCH i-g-t] demos/intel_sprite_on: Fix connector iteration bug
 2016-06-15 17:48 UTC  (4+ messages)
` [PATCH v2 "

Regression report] Weekly regression report WW45
 2016-06-15 16:58 UTC  (9+ 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

[PULL] topic/drm-misc
 2016-06-15 15:40 UTC  (3+ messages)

[RFC i-g-t v3 00/13] Remove compile time depencencies on libdrm_intel
 2016-06-15 13:12 UTC  (2+ messages)

[PATCH v2] iommu: Disable preemption around use of this_cpu_ptr()
 2016-06-15 12:25 UTC  (5+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] iommu: Remove cpu-local spinlock

[PATCH] drm/i915/fbc: disable FBC on FIFO underruns
 2016-06-15 12:19 UTC  (4+ messages)


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