messages from 2016-05-31 21:25:52 to 2016-06-02 14:31:47 UTC [more...]
[PATCH 00/20] drm/atomic: Provide default ->best_encoder() behavior
2016-06-02 14:31 UTC (21+ messages)
` [PATCH 01/20] drm/atomic: Fix remaining places where !funcs->best_encoder is valid
` [PATCH 02/20] drm: arc: Rely on the default ->best_encoder() behavior
` [PATCH 03/20] drm: atmel-hlcdc: "
` [PATCH 04/20] drm: exynos: "
` [PATCH 05/20] drm: fsl-dcu: "
` [PATCH 06/20] drm: i915: Rely on the default ->best_encoder() behavior where appropriate
` [PATCH 07/20] drm: mediatek: Rely on the default ->best_encoder() behavior
` [PATCH 08/20] drm: msm: Rely on the default ->best_encoder() behavior where appropriate
` [PATCH 09/20] drm: rcar-du: Rely on the default ->best_encoder() behavior
` [PATCH 10/20] drm: rockchip: "
` [PATCH 11/20] drm: sti: "
` [PATCH 12/20] drm: sun4i: "
` [PATCH 13/20] drm: tegra: "
` [PATCH 14/20] drm: vc4: "
` [PATCH 15/20] drm: virtgpu: "
` [PATCH 16/20] drm: omap: "
` [PATCH 17/20] drm/bridge: anx78xx: "
` [PATCH 18/20] drm/bridge: ptn3460: "
` [PATCH 19/20] drm/bridge: ps8622: "
` [PATCH 20/20] drm/bridge: dw-hdmi: Use drm_atomic_helper_best_encoder()
[PATCH 00/38] nonblocking atomic commits for everyone!
2016-06-02 14:21 UTC (55+ messages)
` [PATCH 01/38] drm/atomic-helper: use for_each_*_in_state more
` [PATCH 02/38] drm/i915: Use drm_atomic_get_existing_plane_state
` [PATCH 03/38] drm/msm: Use for_each_*_in_state
` [PATCH 04/38] drm/rcar-du: "
` [PATCH 05/38] drm/vc4: Use for_each_plane_in_state
` [PATCH 06/38] drm/omap: "
` [PATCH 07/38] drm/exynos: Use for_each_crtc_in_state
` [PATCH 08/38] drm/atomic: Add __drm_atomic_get_current_plane_state
` [PATCH] "
` [PATCH 09/38] drm: Consolidate connector arrays in drm_atomic_state
` [PATCH 10/38] drm: Consolidate plane "
` [PATCH 11/38] drm: Consolidate crtc "
` [PATCH 12/38] drm/fence: add fence to drm_pending_event
` [PATCH 13/38] drm/atomic-helper: Massage swap_state signature somewhat
` [PATCH 14/38] drm/arc: Nuke event_list
` [PATCH 15/38] drm/arc: Actually bother with handling atomic events
` [PATCH 16/38] drm/hdlcd: Clean up crtc hooks
` [PATCH 17/38] drm/hdlcd: Fix up crtc_state->event handling
` [PATCH 18/38] drm/fsl-du: Implement some semblance of vblank event handling
` [PATCH 19/38] drm/hisilicon: "
` [PATCH 20/38] drm/sun4i: "
` [PATCH 21/38] drm/atomic: kerneldoc for drm_atomic_crtc_needs_modeset
` [PATCH 22/38] drm/atomic-helper: nonblocking commit support
` [PATCH 1/2] drm/atomic: Add struct drm_crtc_commit to track async updates
` [PATCH 2/2] drm/atomic-helper: nonblocking commit support
` [PATCH 23/38] drm/hdlcd: Use helper support for nonblocking commits
` [PATCH 24/38] drm/arc: Implement nonblocking commit correctly
` [PATCH 25/38] drm/i915: Signal drm events for atomic
` [PATCH 26/38] drm/i915: Roll out the helper nonblock tracking
` [PATCH 27/38] drm/i915: nonblocking commit
` [PATCH 28/38] drm/i915: Use atomic commits for legacy page_flips
` [PATCH 29/38] drm/i915: Move fb_bits updating later in atomic_commit
` [PATCH 30/38] drm/rockchip: Disarm vop->is_enabled
` [PATCH 31/38] drm/rockchip: Fix crtc_state->event signalling
` [PATCH 32/38] drm/rockchip: convert to helper nonblocking atomic commit
` [PATCH 33/38] drm/rockchip: Nuke pending event handling in preclose
` [PATCH 34/38] drm/virtio: Don't reinvent a flipping wheel
` [PATCH 35/38] drm: Replace fb_helper->atomic with mode_config->atomic_commit
` [PATCH 36/38] drm: Resurrect atomic rmfb code
` [PATCH 37/38] drm/sti: Don't call drm_helper_disable_unused_functions
` [PATCH 38/38] drm/crtc-helper: disable_unused_functions really isn't for atomic
` ✗ Ro.CI.BAT: failure for nonblocking atomic commits for everyone!
[PATCH 00/24] kbl and gen9 workarounds v2
2016-06-02 14:17 UTC (35+ messages)
` [PATCH 01/24] drm/i915/kbl: Init gen9 workarounds
` [PATCH 02/24] drm/i915/kbl: Add REVID macro
` [PATCH 03/24] drm/i915/kbl: Add WaSkipStolenMemoryFirstPage for A0
` [PATCH 04/24] drm/i915/gen9: Always apply WaForceContextSaveRestoreNonCoherent
` [PATCH 05/24] drm/i915: Mimic skl with WaForceEnableNonCoherent
` [PATCH 06/24] drm/i915/kbl: Add WaEnableGapsTsvCreditFix
` [PATCH 08/24] drm/i915/kbl: Add WaDisableSDEUnitClockGating
` [PATCH 09/24] drm/i915/edp: Add WaKVMNotificationOnConfigChange:bdw
` [PATCH 10/24] drm/i915/kbl: Add WaDisableLSQCROPERFforOCL
` [PATCH 10/25] "
` [PATCH 11/24] drm/i915/gen9: Enable must set chicken bits in config0 reg
` [PATCH 14/24] drm/i915: Add WaInsertDummyPushConstP for bxt and kbl
` [PATCH 16/24] drm/i915/skl: Add WAC6entrylatency
` [PATCH 19/24] drm/i915/kbl: Add WaDisableSbeCacheDispatchPortSharing
` [PATCH 22/24] drm/i915/gen9: Add WaFbcWakeMemOn
` [PATCH 23/24] drm/i195/fbc: Add WaFbcNukeOnHostModify
` [PATCH 24/24] drm/i915/skl: Extend WaDisableChickenBitTSGBarrierAckForFFSliceCS
` ✗ Ro.CI.BAT: warning for kbl and gen9 workarounds (rev10)
[PATCH v9 0/6] Convert requests to use struct fence
2016-06-02 13:25 UTC (11+ messages)
` [PATCH v9 1/6] drm/i915: Add per context timelines for fence objects
` [PATCH v9 2/6] drm/i915: Convert requests to use struct fence
` [PATCH v9 3/6] drm/i915: Removed now redundant parameter to i915_gem_request_completed()
` [PATCH v9 4/6] drm/i915: Interrupt driven fences
` [PATCH v9 5/6] drm/i915: Updated request structure tracing
` [PATCH v9 6/6] drm/i915: Cache last IRQ seqno to reduce IRQ overhead
` ✗ Ro.CI.BAT: failure for Convert requests to use struct fence (rev6)
[PATCH v3 1/1] drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
2016-06-02 12:59 UTC (9+ messages)
` [PATCH v4 "
[PATCH] drm/i915: Extract physical display dimensions from VBT
2016-06-02 11:41 UTC (6+ messages)
` ✗ Ro.CI.BAT: warning for "
[RFC 00/12] Support for sustained capturing of GuC firmware logs
2016-06-02 10:21 UTC (3+ messages)
[PATCH] drm/i915/debugfs: Missing intel_runtime_pm_*
2016-06-02 10:43 UTC (5+ messages)
` [PATCH v2] "
[PATCH] drm/i915: Eliminate dead code in intel_sanitize_enable_ppgtt()
2016-06-02 10:43 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH 07/24] drm/i915/kbl: Add WaDisableFenceDestinationToSLM for A0
2016-06-02 9:14 UTC (3+ messages)
` [PATCH 07/25] "
[PATCH i-g-t] kms_plane_scaling: Don't try to use second scaler on pipe C
2016-06-02 8:35 UTC (2+ messages)
[PATCH 00/15] Framework to collect command stream gpu metrics using i915 perf
2016-06-02 6:28 UTC (18+ messages)
` [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id
` [PATCH 02/15] drm/i915: Expose OA sample source to userspace
` [PATCH 03/15] drm/i915: Framework for capturing command stream based OA reports
` [PATCH 04/15] drm/i915: flush periodic samples, in case of no pending CS sample requests
` [PATCH 05/15] drm/i915: Handle the overflow condition for command stream buf
` [PATCH 06/15] drm/i915: Populate ctx ID for periodic OA reports
` [PATCH 07/15] drm/i915: Add support for having pid output with OA report
` [PATCH 08/15] drm/i915: Add support for emitting execbuffer tags through OA counter reports
` [PATCH 09/15] drm/i915: Extend i915 perf framework for collecting timestamps on all gpu engines
` [PATCH 10/15] drm/i915: Extract raw GPU timestamps from OA reports to forward in perf samples
` [PATCH 11/15] drm/i915: Support opening multiple concurrent perf streams
` [PATCH 12/15] time: Expose current clocksource in use by timekeeping framework
` [PATCH 13/15] time: export clocks_calc_mult_shift
` [PATCH 14/15] drm/i915: Mechanism to forward clock monotonic raw time in perf samples
` [PATCH 15/15] drm/i915: Support for capturing MMIO register values
[PATCH] Revert "sna: Refresh last detection timestamp on hotplug notifies"
2016-06-01 22:02 UTC (2+ messages)
[PATCH 00/26] RFC: generic nonblocking support in the atomic helpers
2016-06-01 22:02 UTC (4+ messages)
` [PATCH 19/26] drm/sun4i: Implement some semblance of vblank event handling
[PATCH] drm/i915: Silence "unexpected child device config size" for VBT on 845g
2016-06-01 17:16 UTC (2+ messages)
FW: Wrt golden MMIO/CFG snaphot in GVT-g
2016-06-01 14:40 UTC (5+ messages)
Reordering debugfs registration vs driver loader, take 2
2016-06-01 14:42 UTC (16+ messages)
` [PATCH v2 01/21] drm: Export drm_dev_init() for subclassing
` [PATCH v2 02/21] drm: Add a callback from connector registering
` [PATCH v2 03/21] drm: Make drm_connector_register() safe against multiple calls
` [PATCH v2 04/21] drm: Automatically unregister the connector during cleanup
` [PATCH v2 05/21] drm: Minimally initialise drm_dp_aux
[PATCH 2/4] drm/i915/skl+: calculate ddb minimum allocation (v5)
2016-06-01 14:40 UTC (4+ messages)
` [PATCH 2/4] drm/i915/skl+: calculate ddb minimum allocation (v6)
[PATCH 9/9] drm: Turn off crtc before tearing down its data structure
2016-06-01 14:40 UTC (2+ messages)
[PATCH 21/24] drm/i915/gen9: Add WaFbcTurnOffFbcWatermark
2016-06-01 14:04 UTC (3+ messages)
` [PATCH 21/25] "
[PATCH] iommu: Disable preemption around use of this_cpu_ptr()
2016-06-01 12:40 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] iommu: Remove cpu-local spinlock
` ✓ Ro.CI.BAT: success for iommu: Disable preemption around use of this_cpu_ptr() (rev2)
[PATCH v20 00/11] Support for creating/using Stolen memory backed objects
2016-06-01 12:31 UTC (5+ messages)
` [PATCH 11/11] drm/i915: Extend GET_APERTURE ioctl to report available map space
[PATCH 0/5] Enable lspcon support for GEN9 devices
2016-06-01 9:36 UTC (10+ messages)
` [PATCH 3/5] drm/i915: lspcon detection
` [PATCH 4/5] drm/i915: Parse VBT data for lspcon
` [PATCH 5/5] drm/i915: Enable lspcon initialization
[PATCH] drm/i915: Only ignore eDP ports that are connected
2016-06-01 8:50 UTC (5+ messages)
` ✗ Ro.CI.BAT: warning for "
[PULL] drm-intel-next
2016-06-01 8:28 UTC
[PATCH 1/2] SNB (and IVB too I suppose) starts to misbehave if the GPU gets stuck in an infinite batch buffer loop. The GPU apparently hogs something critical and CPUs start to lose interrupts and whatnot. We can keep the system limping along by unmasking some interrupts in GEN6_PMINTRMSK. The EI up interrupt has been previously chosen for that task, so let's never mask it
2016-06-01 8:12 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for series starting with [1/1] drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
[PULL] topic/lockless-gem-bo-freeing
2016-06-01 7:52 UTC
Atomic and two-level watermark support for VLV and CHV
2016-06-01 7:44 UTC (7+ messages)
` [RFC 1/5] Remove unused parameters from intel_plane_wm_parameters
` [RFC 2/5] Rename skl_plane_id to wm_plane_id
` [RFC 3/5] Move fifo_size from intel_plane_wm_parameters to vlv_wm_state
` [RFC 4/5] Add optimal field in intel_crtc_wm_state for VLV
` [RFC 5/5] Add intermediate field in intel_crtc_wm_state and handlers for two-level watermark for VLV/CHV
` ✗ Ro.CI.BAT: warning for series starting with [RFC,1/5] Remove unused parameters from intel_plane_wm_parameters
[PULL] topic/drm-misc
2016-06-01 7:29 UTC
[PATCH] drm: Wrap direct calls to driver->gem_free_object from CMA
2016-06-01 5:58 UTC (4+ messages)
` [Intel-gfx] "
` ✗ Ro.CI.BAT: warning for "
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