messages from 2016-05-27 12:10:11 to 2016-05-30 10:14:47 UTC [more...]
[PATCH v4 00/12] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v4)
2016-05-30 10:14 UTC (4+ messages)
` [PATCH 08/12] drm/i915: Allow calling intel_adjust_tile_offset() multiple times
[PATCH 1/1] drm/i915: Update GEN6_PMINTRMSK setup with GuC submission
2016-05-30 10:08 UTC (2+ messages)
[PATCH 00/26] RFC: generic nonblocking support in the atomic helpers
2016-05-30 9:58 UTC (33+ messages)
` [PATCH 01/26] drm/atomic-helper: use for_each_*_in_state more
` [PATCH 02/26] drm/i915: Use drm_atomic_get_existing_plane_state
` [PATCH 03/26] drm/msm: Use for_each_*_in_state
` [PATCH 04/26] drm/rcar-du: "
` [PATCH 05/26] drm/vc4: Use for_each_plane_in_state
` [PATCH 06/26] drm/atomic: Add __drm_atomic_get_current_plane_state
` [PATCH 07/26] drm/exynos: Use for_each_crtc_in_state
` [PATCH 08/26] drm: Consolidate connector arrays in drm_atomic_state
` [PATCH 09/26] drm: Consolidate plane "
` [PATCH 10/26] drm: Consolidate crtc "
` [PATCH 11/26] drm/fence: add fence to drm_pending_event
` [PATCH 12/26] drm/atomic-helper: Massage swap_state signature somewhat
` [PATCH 13/26] drm/arc: Nuke event_list
` [PATCH 14/26] drm/arc: Actually bother with handling atomic events
` [PATCH 15/26] drm/arc: Implement nonblocking commit correctly
` [Intel-gfx] "
` [PATCH 16/26] drm/hdlcd: Use helper support for nonblocking commits
` [PATCH 17/26] drm/fsl-du: Implement some semblance of vblank event handling
` [PATCH 18/26] drm/hisilicon: "
` [PATCH 19/26] drm/sun4i: "
` [PATCH 20/26] drm/atomic: kerneldoc for drm_atomic_crtc_needs_modeset
` [PATCH 21/26] drm/atomic-helper: nonblocking commit support
` [PATCH] "
` [PATCH 22/26] drm/i915: Signal drm events for atomic
` [PATCH 23/26] drm/i915: Roll out the helper nonblock tracking
` [PATCH 24/26] drm/rockchip: convert to helper nonblocking atomic commit
` [PATCH 25/26] drm/rockchip: Nuke pending event handling in preclose
` [PATCH 26/26] drm/virtio: Don't reinvent a flipping wheel
[PATCH] mutex: Do not spin/queue before performing ww_mutex deadlock avoidance
2016-05-30 9:43 UTC (5+ messages)
` [PATCH] mutex: Report recursive ww_mutex locking early
Reordering debugfs registration vs driver loading
2016-05-30 8:57 UTC (28+ messages)
` [PATCH 01/11] drm: Export drm_dev_init() for subclassing
` [Intel-gfx] "
` [PATCH 02/11] drm: Add a callback from connector registering
` [PATCH 03/11] drm/i915: Perform async fbdev initialisation much later
` [PATCH 04/11] drm/i915: Move connector registration to driver registration phase
` [PATCH 05/11] drm/i915: Register debugfs interface last
` [PATCH 06/11] drm/i915: Demidlayer driver loading
` [PATCH 07/11] drm/i915: Demidlayer driver unloading
` [PATCH 08/11] drm/i915: Start exploiting drm_device subclassing
` [PATCH] drm/i915: Remove drm_i915_private->dev backpointer
` [PATCH 09/11] drm/i915: Merge i915_dma.c into i915_drv.c
` [PATCH 10/11] drm/i915: Split out the PCI driver interface to i915_pci.c
` [PATCH 11/11] drm/i915: Move module init/exit "
` ✗ Ro.CI.BAT: failure for series starting with [01/11] drm: Export drm_dev_init() for subclassing (rev2)
Reordering debugfs registration vs driver loader, take 2
2016-05-30 8:51 UTC (23+ 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 v2 06/21] drm/i915: Perform async fbdev initialisation much later
` [PATCH v2 07/21] drm/i915: Make panel/backlight safe to setup/cleanup multiple times
` [PATCH v2 08/21] drm/i915: Move panel's pipe from backlight setup to init
` [PATCH v2 09/21] drm/i915: Move intel_connector->unregister to connector->early_unregister
` [PATCH v2 10/21] drm/i915: Move backlight unregistration to connector unregistration
` [PATCH v2 11/21] drm/i915: Move registration actions to connector->late_register
` [PATCH v2 12/21] drm/i915: Move backlight setup to connector registration
` [PATCH v2 13/21] drm/i915: Move backlight registration "
` [PATCH v2 14/21] drm/i915: Move connector registration to driver registration
` [PATCH v2 15/21] drm/i915: Register debugfs interface last
` [PATCH v2 16/21] drm/i915: Demidlayer driver loading
` [PATCH v2 17/21] drm/i915: Demidlayer driver unloading
` [PATCH v2 18/21] drm/i915: Start exploiting drm_device subclassing
` [PATCH v2 19/21] drm/i915: Merge i915_dma.c into i915_drv.c
` [PATCH v2 20/21] drm/i915: Split out the PCI driver interface to i915_pci.c
` [PATCH v2 21/21] drm/i915: Move module init/exit "
` ✓ Ro.CI.BAT: success for series starting with [v2,01/21] drm: Export drm_dev_init() for subclassing
[PATCH 0/9] drm/i915: Reapply page flip atomic preparation patches
2016-05-30 7:55 UTC (5+ messages)
` [PATCH 4/9] drm/i915: Rework intel_crtc_page_flip to be almost atomic, v4
` [PATCH v2 4/9] drm/i915: Rework intel_crtc_page_flip to be almost atomic, v5
` [PATCH 5/9] drm/i915: Remove cs based page flip support, v2
` [PATCH 5/9] drm/i915: Remove cs based page flip support, v3
[PATCH 4/4] drm/i915/skl+: Use scaling amount for plane data rate calculation (v3)
2016-05-30 5:33 UTC (3+ messages)
` [PATCH 4/4] drm/i915/skl+: Use scaling amount for plane data rate calculation (v4)
[PATCH 0/4] SKL watermark algorithm updates
2016-05-30 5:28 UTC (3+ messages)
` [PATCH 3/4] drm/i915/skl+: calculate plane pixel rate (v4)
[PATCH 2/4] drm/i915/skl+: calculate ddb minimum allocation (v4)
2016-05-30 5:05 UTC (3+ messages)
` [PATCH 2/4] drm/i915/skl+: calculate ddb minimum allocation (v5)
Regression report] Weekly regression report WW45
2016-05-30 3:16 UTC (8+ 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 WW22
4.7-rc0: redshift stopped working on intel display
2016-05-29 9:08 UTC (3+ messages)
[RFC 00/12] Support for sustained capturing of GuC firmware logs
2016-05-28 17:33 UTC (24+ messages)
` [RFC 01/12] drm/i915: Decouple GuC log setup from verbosity parameter
` [RFC 02/12] drm/i915: Add GuC ukernel logging related fields to fw interface file
` [RFC 03/12] drm/i915: Support for GuC interrupts
` [RFC 04/12] drm/i915: Handle log buffer flush interrupt event from GuC
` [RFC 05/12] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
` [RFC 06/12] drm/i915: Store GuC ukernel logs in the relay buffer
` [RFC 07/12] drm/i915: Allocate local buffer to store GuC ukernel logs
` [RFC 08/12] drm/i915: Store GuC ukernel logs in the local buffer
` [RFC 09/12] drm/i915: Add a char device file interface to capture GuC ukernel logs
` [RFC 10/12] drm/i915: Support to capture GuC logs by multiple clients via device file iface
` [RFC 11/12] drm/i915: Add sysfs interface to capture the GuC ukernel logs
` [RFC 12/12] drm/i915: Forcefully flush GuC log buffer on reset
` ✗ Ro.CI.BAT: failure for Support for sustained capturing of GuC firmware logs
[v4.6-10530-g28165ec7a99b] i915: *ERROR* "CPU pipe/PCH transcoder" A FIFO underrun
2016-05-28 10:04 UTC (4+ messages)
[PATCH] Add more Intel GPUs IDs to quirks.c
2016-05-28 8:45 UTC
What's using all my DRI memory?
2016-05-28 8:23 UTC (3+ messages)
[PATCH 0/8] drm/i915: Give crtcs and planes actual names (v5)
2016-05-28 5:34 UTC (12+ messages)
` [PATCH v2 1/8] drm/i915: Use crtc->name in debug messages
` [PATCH v2 2/8] drm/i915: Use plane->name in debug prints
` [PATCH v5 3/8] drm/i915: Set crtc->name to "pipe A", "pipe B", etc
` [PATCH 4/8] drm/i915: Don't leak primary/cursor planes on crtc init failure
` [PATCH v3 5/8] drm/i915: Give meaningful names to all the planes
` [PATCH v3 6/8] drm/i915: Give encoders useful names
` [PATCH 7/8] drm/i915: kill STANDARD/CURSOR plane screams
` [PATCH v2 8/8] drm/i915: Add debug prints for encoder modeset hooks
` ✓ Ro.CI.BAT: success for drm/i915: Give crtcs and planes actual names (v5)
[RFC PATCH 0/5] drm/i915/opregion: proper handling of DIDL and CADL
2016-05-27 20:59 UTC (3+ messages)
` [RFC PATCH 4/5] drm/i915: make i915 the source of acpi device ids for _DOD
[PATCH] drm: Store the plane's index
2016-05-27 20:43 UTC (3+ messages)
` [PATCH v3] "
[PATCH igt v2 1/2] lib: Add simple sysfs accessors
2016-05-27 18:07 UTC (4+ messages)
` [PATCH igt v3] "
[PATCH i-g-t v2 1/8] tests/gem_exec_flush: Remove tests from BAT
2016-05-27 16:40 UTC (14+ messages)
` [PATCH i-g-t v2 2/8] tests/gem_ctx_switch: Remove test "
` [PATCH i-g-t v2 3/8] tests/gem_exec_nop: "
` [PATCH i-g-t v2 4/8] tests/gem_close_race: Remove basic-threads "
` [PATCH i-g-t v2 5/8] tests/gem_sync: Remove basic tests
` [PATCH i-g-t v2 6/8] tests/gem_storedw_loop: Remove from BAT
` [PATCH i-g-t v2 7/8] tests/gem_tile_pread_basic: Remove gem_tiled_pread_basic "
` [PATCH i-g-t 8/8] tests/gem_exec_suspend: Remove hibernate "
Gvim causes Xorg to crash in Intel driver
2016-05-27 16:33 UTC
Regression in i915 in kernel 4.6.0-git - bisected to f21a21983ef13a031
2016-05-27 15:17 UTC
[PATCH 00/24] kbl and gen9 workarounds v2
2016-05-27 14:59 UTC (29+ 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 07/24] drm/i915/kbl: Add WaDisableFenceDestinationToSLM for A0
` [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 11/24] drm/i915/gen9: Enable must set chicken bits in config0 reg
` [PATCH 12/24] drm/i915/kbl: Add WaDisableGamClockGating
` [PATCH 13/24] drm/i915/kbl: Add WaDisableDynamicCreditSharing
` [PATCH 14/24] drm/i915: Add WaInsertDummyPushConstP for bxt and kbl
` [PATCH 15/24] drm/i915/gen9: Add WaDisableSkipCaching
` [PATCH 16/24] drm/i915/skl: Add WAC6entrylatency
` [PATCH 17/24] drm/i915/kbl: Add WaForGAMHang
` [PATCH 18/24] drm/i915: Add WaDisableGafsUnitClkGating for skl and kbl
` [PATCH 19/24] drm/i915/kbl: Add WaDisableSbeCacheDispatchPortSharing
` [PATCH 20/24] drm/i915/gen9: Add WaEnableChickenDCPR
` [PATCH 21/24] drm/i915/gen9: Add WaFbcTurnOffFbcWatermark
` [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: failure for kbl and gen9 workarounds (rev6)
[PATCH i-g-t 1/8] tests/gem_exec_flush: Tune down BAT timeout to ~1sec
2016-05-27 14:28 UTC (11+ messages)
` [PATCH i-g-t 4/8] tests/gem_close_race: Tune down for BAT ~1s
[PATCH] drm/i915: Refresh cached DP port register value on resume
2016-05-27 12:45 UTC (3+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH] drm/i915: Reject modeset if the dotclock is too high
2016-05-27 12:35 UTC (3+ messages)
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