messages from 2016-06-13 15:51:16 to 2016-06-15 21:44:35 UTC [more...]
[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] drm/i915: Serialise presentation with imported dmabufs
2016-06-15 20:26 UTC (7+ messages)
` ✓ Ro.CI.BAT: success for "
` [PATCH v2] "
` ✗ Ro.CI.BAT: failure for drm/i915: Serialise presentation with imported dmabufs (rev2)
[PATCH 00/14] Cruft removal around drm_master
2016-06-15 19:54 UTC (38+ messages)
` [PATCH 01/14] drm: Nuke legacy maps debugfs files
` [PATCH 02/14] drm: Hide hw.lock cleanup in filp->release better
` [Intel-gfx] "
` [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 05/14] drm: Extract drm_master_open
` [Intel-gfx] "
` [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 13/14] drm: Clean up drm_crtc.h
` [PATCH 14/14] drm: Use dev->name as fallback for dev->unique
` ✓ Ro.CI.BAT: success for Cruft removal around drm_master
[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
BAT bug 95634, take 4
2016-06-15 16:09 UTC (48+ 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
[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 (15+ messages)
` [RFC i-g-t v3 01/13] configure.ac: Test for libdrm_intel and build for it if present
` [RFC i-g-t v3 02/13] configure.ac: Harmonize HAVE_XXX flag for all drm platforms to HAVE_LIBDRM_XXX
` [RFC i-g-t v3 03/13] Enable HAVE_LIBDRM_INTEL unconditionally for Android
` [RFC i-g-t v3 04/13] benchmarks/Makefile: Don't build benchmarks that depend on libdrm_intel
` [RFC i-g-t v3 05/13] tools/Makefile: Don't build tools "
` [RFC i-g-t v3 06/13] tools/Makefile: Format whitespace
` [RFC i-g-t v3 07/13] demos/Makefile: Don't build tools that depend on libdrm_intel
` [RFC i-g-t v3 08/13] lib/stubs: Add stubs for intel_bufmgr
` [RFC i-g-t v3 09/13] demos/Makefile: Replace automake specific name of listing in Makfile.sources
` [RFC i-g-t v3 10/13] benchmarks/Makefile: "
` [RFC i-g-t v3 11/13] tools/Makefile: Replace automake specific name of listings "
` [RFC i-g-t v3 12/13] lib/tests/Makefile: Replace automake specific names of listings in Makefile.sources
` [RFC i-g-t v3 13/13] lib/Makefile: "
[PATCH i-g-t] tests/drv_missed_irq_hang: Fix gem_blt path
2016-06-15 12:28 UTC (3+ 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)
[isg-gms] [RFC 3/6] drm/i915/vlv: Move fifo_size from intel_plane_wm_parameters to vlv_wm_state
2016-06-15 9:49 UTC (6+ messages)
` [RFC 4/6] drm/i915/vlv: Change to use intel_crtc_state instead of base CRTC object
` [isg-gms] [RFC 5/6] drm/i915/vlv: Add optimal field in intel_crtc_wm_state
` [RFC 6/6] drm/i915/vlv: Add intermediate field in intel_crtc_wm_state and handlers for two-level watermark
[PATCH 0/7] drm/i915: Make infoframe code available to (e)DP ports
2016-06-15 9:37 UTC (6+ messages)
` [PATCH 7/7] drm/i915: Allow DP ports to set/readout infoframe state (WIP)
i915 driver not getting initialized properly with U-boot VESA disabled
2016-06-15 8:58 UTC
[PATCH] Runtime: set the sub slice according to kernel pooled EU configure
2016-06-15 8:19 UTC (3+ messages)
` [PATCH] intel: Export pooled EU and min no. of eus in a pool
FW: Wrt golden MMIO/CFG snaphot in GVT-g
2016-06-15 8:05 UTC (5+ messages)
[PATCH 1/5] drm/i915: Signal drm events for atomic
2016-06-15 8:01 UTC (11+ messages)
` [PATCH 2/5] drm/i915: Roll out the helper nonblock tracking
` [PATCH 2.5/5] Reapply "drm/i915: Pass atomic states to fbc update, functions."
` [PATCH 3/5] drm/i915: nonblocking commit
` [PATCH] "
` [PATCH 5/5] drm/i915: Use atomic commits for legacy page_flips
[4.6.2] Unclaimed register detected after reading register 0x65f10
2016-06-15 3:55 UTC
[PATCH v11 0/9] Introduce the implementation of GVT context
2016-06-15 2:32 UTC (13+ messages)
` [PATCH v11 1/9] drm/i915: Factor out i915_pvinfo.h
` [PATCH v11 2/9] drm/i915: Use offsetof() to calculate the offset of members in PVINFO page
` [PATCH v11 3/9] drm/i915: Fold vGPU active check into inner functions
` [PATCH v11 4/9] drm/i915: gvt: Introduce the basic architecture of GVT-g
` [PATCH v11 5/9] drm/i915: Make ring buffer size of a LRC context configurable
` [PATCH v11 6/9] drm/i915: Make addressing mode bits in context descriptor configurable
` [PATCH v11 7/9] drm/i915: Introduce execlist context status change notification
` [PATCH v11 8/9] drm/i915: Support LRC context single submission
` [PATCH v11 9/9] drm/i915: Introduce GVT context creation API
` ✗ Ro.CI.BAT: warning for Introduce the implementation of GVT context (rev9)
[PATCH] drm/i915/dmc: Step away from symbolic links
2016-06-15 0:11 UTC (5+ messages)
` [PATCH v2] "
[PULL] drm-intel-fixes
2016-06-14 21:38 UTC
[PATCH v5] drm/i915/ilk: Don't disable SSC source if it's in use
2016-06-14 15:54 UTC (2+ messages)
` ✓ Ro.CI.BAT: success for "
[PATCH] drm/i915: Force vblanks around evasion when i915.watermark_test is set
2016-06-14 15:48 UTC (4+ messages)
[PATCH v3 0/7] drm/i915/guc: updates to GuC doorbell handling
2016-06-14 14:05 UTC (13+ messages)
` [PATCH v3 1/7] drm/i915/guc: add doorbell map to debugfs/i915_guc_info
` [PATCH v3 2/7] drm/i915/guc: prefer __set/clear_bit() to bitmap_set/clear()
` [PATCH v3 3/7] drm/i915/guc: remove writes to GEN8_DRBREG registers
` [PATCH v3 4/7] drm/i915/guc: move guc_ring_doorbell() nearer to callsite
` [PATCH v3 5/7] drm/i915/guc: refactor doorbell management code
` [PATCH v3 6/7] drm/i915/guc: replace assign_doorbell() with select_doorbell_register()
` [PATCH v3 7/7] drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submission
` ✗ Ro.CI.BAT: failure for drm/i915/guc: updates to GuC doorbell handling (rev2)
[PATCH v2 0/6] drm/i915/guc: updates to GuC doorbell handling
2016-06-14 13:31 UTC (11+ messages)
` [PATCH v2 4/6] drm/i915/guc: remove writes to GEN8_DRBREG registers
` [PATCH v2 5/6] drm/i915/guc: refactor doorbell management code
` [PATCH v2 7/6] drm/i915/guc: replace assign_doorbell() with select_doorbell_register()
[PATCH 1/2] drm/i915/guc: prefer 'dev_priv' to 'dev' for static functions
2016-06-14 13:11 UTC (6+ messages)
` ✗ Ro.CI.BAT: warning for series starting with [1/2] "
[PATCH v9 0/6] Convert requests to use struct fence
2016-06-14 11:35 UTC (6+ messages)
` [PATCH v9 4/6] drm/i915: Interrupt driven fences
[PATCH v2 0/3] BXT Pooled EU kernel support and WA patches
2016-06-14 9:45 UTC (6+ messages)
` [PATCH v2 1/3] drm/i915:bxt: Enable Pooled EU support
` ✗ Ro.CI.BAT: warning for BXT Pooled EU kernel support and WA patches (rev3)
[PATCH 1/3] RFC: drm: Restrict vblank ioctl to master
2016-06-14 9:06 UTC (4+ messages)
` [PATCH 2/3] drm: Mark authmagic ioctls as unlocked
` [PATCH 3/3] drm: Mark set/drop master ioctl "
` ✗ Ro.CI.BAT: failure for series starting with [1/3] RFC: drm: Restrict vblank ioctl to master
The vma leak fix from yonder
2016-06-14 8:13 UTC (3+ messages)
` [PATCH 11/62] drm/i915: Clean up GPU hang message
[PATCH] drm/i915: Fix missing unlock on error in i915_ppgtt_info()
2016-06-14 6:16 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH] drm/i915/skl: Increase cursor ddb blocks in multi-pipe config
2016-06-14 5:53 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for "
linux-next: manual merge of the drm tree with the drm-intel-fixes tree
2016-06-14 2:10 UTC
[PATCH 00/12] drm/i915: Eliminate DDI encoder->type frobbery
2016-06-13 16:24 UTC (4+ messages)
` [PATCH 03/12] drm/i915: Add output_types bitmask into the crtc state
[PATCH v2 RESEND 1/6] drm/i915/bxt: Wait for PHY1 GRC calibration synchronously
2016-06-13 16:21 UTC (3+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [v2,RESEND,1/6] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox