messages from 2016-05-30 20:18:47 to 2016-06-01 22:06:59 UTC [more...]
[PATCH 00/38] nonblocking atomic commits for everyone!
2016-06-01 22:06 UTC (22+ 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 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 11/38] drm: Consolidate crtc arrays in drm_atomic_state
` [PATCH 13/38] drm/atomic-helper: Massage swap_state signature somewhat
` [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 20/38] drm/sun4i: Implement some semblance of vblank event handling
` [PATCH 21/38] drm/atomic: kerneldoc for drm_atomic_crtc_needs_modeset
` [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 29/38] drm/i915: Move fb_bits updating later in atomic_commit
` [PATCH 31/38] drm/rockchip: Fix crtc_state->event signalling
` [PATCH 32/38] drm/rockchip: convert to helper nonblocking atomic commit
` [PATCH 36/38] drm: Resurrect atomic rmfb code
[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 (23+ messages)
` [PATCH 06/26] drm/atomic: Add __drm_atomic_get_current_plane_state
` [Intel-gfx] "
` [PATCH 07/26] drm/exynos: Use for_each_crtc_in_state
` [PATCH 12/26] drm/atomic-helper: Massage swap_state signature somewhat
` [Intel-gfx] "
` [PATCH 16/26] drm/hdlcd: Use helper support for nonblocking commits
` [PATCH 19/26] drm/sun4i: Implement some semblance of vblank event handling
` ✗ Ro.CI.BAT: failure for RFC: generic nonblocking support in the atomic helpers
[PATCH] drm/i915: Extract physical display dimensions from VBT
2016-06-01 21:48 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH] drm/i915: Silence "unexpected child device config size" for VBT on 845g
2016-06-01 17:16 UTC (2+ messages)
[PATCH v9 0/6] Convert requests to use struct fence
2016-06-01 17:07 UTC (7+ 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
[PATCH] drm/i915: Eliminate dead code in intel_sanitize_enable_ppgtt()
2016-06-01 17:04 UTC (2+ messages)
[PATCH 00/24] kbl and gen9 workarounds v2
2016-06-01 16:11 UTC (18+ 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 22/24] drm/i915/gen9: Add WaFbcWakeMemOn
` [PATCH 23/24] drm/i195/fbc: Add WaFbcNukeOnHostModify
` ✗ Ro.CI.BAT: warning for kbl and gen9 workarounds (rev9)
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 v2 1/1] drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
2016-06-01 14:29 UTC (13+ messages)
` [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
` [PATCH v3 1/1] drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
` [PATCH v4 "
` ✗ Ro.CI.BAT: warning for series starting with [1/1] drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
[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 (8+ messages)
` ✗ Ro.CI.BAT: warning for "
` [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 (16+ messages)
` [PATCH 01/11] drm/i915: Add support for mapping an object page by page
` [PATCH 02/11] drm/i915: Introduce i915_gem_object_get_dma_address()
` [PATCH 03/11] drm/i915: Use insert_page for pwrite_fast
` [PATCH 04/11] drm/i915: Clearing buffer objects via CPU/GTT
` [PATCH 05/11] drm/i915: Support for creating Stolen memory backed objects
` [PATCH 06/11] drm/i915: Propagating correct error codes to the userspace
` [PATCH 07/11] drm/i915: Add support for stealing purgable stolen pages
` [PATCH 08/11] drm/i915: Support for pread/pwrite from/to non shmem backed objects
` [PATCH 09/11] drm/i915: Migrate stolen objects before hibernation
` [PATCH 10/11] drm/i915: Disable use of stolen area by User when Intel RST is present
` [PATCH 11/11] drm/i915: Extend GET_APERTURE ioctl to report available map space
` ✗ Ro.CI.BAT: failure for Support for creating/using Stolen memory backed objects (rev15)
[PATCH 0/5] Enable lspcon support for GEN9 devices
2016-06-01 9:36 UTC (21+ messages)
` [PATCH 1/5] drm: Helper for LSPCON in drm_dp_dual_mode
` [PATCH 2/5] drm/i915: Add lspcon support for I915 driver
` [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
` ✗ Ro.CI.BAT: warning for Enable lspcon support for GEN9 devices
[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
[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 "
[PATCH 0/6] drm/i915: Remaining PSR fixes
2016-05-31 19:16 UTC (10+ messages)
` [PATCH v2 1/6] drm/dp: Add drm_dp_psr_setup_time()
` [PATCH v2 2/6] drm/dp: Add drm_dp_psr_need_train_on_exit()
` [PATCH 3/6] drm/i915: Check PSR setup time vs. vblank length
` [PATCH 4/6] drm/i915/psr: Skip aux handeshake if the vbt tells us to
` [PATCH 5/6] drm/i915: Ask the sink whether training is required when exiting PSR main-link off mode
` [PATCH 6/6] drm/i915: Move psr.link_standby setup to intel_psr_match_conditions()
` ✗ Ro.CI.BAT: failure for drm/i915: Remaining PSR fixes
[PATCH 0/4] Important MST fixes for 4.6
2016-05-31 19:10 UTC (4+ messages)
` [PATCH 1/4] drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
` [PATCH 3/4] drm/i915: Discard previous atomic state on resume if connectors change
` [Intel-gfx] [PATCH 0/4] Important MST fixes for 4.6
[PATCH 0/4] SKL watermark algorithm updates
2016-05-31 18:20 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for SKL watermark algorithm updates (rev4)
i915 issues with 4.6
2016-05-31 18:10 UTC (3+ messages)
[ANNOUNCE] intel-gpu-tools 1.15
2016-05-31 17:25 UTC
drm/i915/guc: add enable_guc_loading parameter
2016-05-31 15:57 UTC
[PATCH 1/1] drm/i915: Update GEN6_PMINTRMSK setup with GuC submission
2016-05-31 15:15 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for series starting with [v4,1/1] drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled (rev5)
[PATCH 21/26] drm/atomic-helper: nonblocking commit support
2016-05-31 14:33 UTC (4+ messages)
` [PATCH] "
` [Intel-gfx] "
Bad flicker on skylake HQD due to code in the 4.7 merge window
2016-05-31 13:33 UTC (3+ messages)
[PATCH 00/10] legacy gamma code cleanup
2016-05-31 13:30 UTC (15+ messages)
` [PATCH 01/10] drm: Initialize a linear gamma table by default
` [PATCH 02/10] drm/fb-helper: Remove dead code in setcolreg
` [PATCH 05/10] drm/cirrus: Drop redundnant gamma size check
` [PATCH 06/10] drm/msm: Nuke dummy gamma_set/get functions
` [PATCH 09/10] drm/qxl: Don't set a gamma table size
[PATCH i-g-t v2 1/8] tests/gem_exec_flush: Remove tests from BAT
2016-05-31 12:18 UTC (10+ messages)
` [PATCH i-g-t v2 3/8] tests/gem_exec_nop: Remove test "
` [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 v6 1/2] vga_switcheroo: Add helper for deferred probing
2016-05-31 11:16 UTC (3+ messages)
` [PATCH v6 2/2] vga_switcheroo: Support deferred probing of audio clients
RFC: libdrm: Support Iris Graphics 540 & 550 (Skylake GT3e)
2016-05-31 11:12 UTC (4+ messages)
` [Intel-gfx] "
` did the drm patch to support Iris(TM) Graphics P555 fell through the cracks? (Was: Re: RFC: libdrm: Support Iris Graphics 540 & 550 (Skylake GT3e))
[PATCH v5] vga_switcheroo: Add helper for deferred probing
2016-05-31 10:54 UTC (3+ messages)
` [Intel-gfx] "
[PATCH v4] vga_switcheroo: Add helper for deferred probing
2016-05-31 10:21 UTC (2+ messages)
drivers/gpu/drm/i915/i915_reg.h:90:shift-overflow problem ?
2016-05-31 9:56 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915: fix BSM_MASK definition
linux-next: manual merge of the drm-intel tree with Linus' tree
2016-05-31 1:06 UTC
linux-next: manual merge of the drm-intel tree with Linus' tree
2016-05-31 1:00 UTC
[v4.6-10530-g28165ec7a99b] i915: *ERROR* "CPU pipe/PCH transcoder" A FIFO underrun
2016-05-30 21:07 UTC (4+ 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