messages from 2017-07-19 13:46:27 to 2017-07-21 00:08:33 UTC [more...]
linux-next: build failure after merge of the drm-misc tree
2017-07-21 0:08 UTC (2+ messages)
linux-next: manual merge of the drm-misc tree with the drm-misc-fixes tree
2017-07-21 0:03 UTC (2+ messages)
[PULL] drm-misc-fixes
2017-07-20 21:19 UTC
[PATCH 0/7] gpu reset and page_flip removal, take 2
2017-07-20 20:47 UTC (15+ messages)
` [PATCH 1/7] drm/i915: Avoid the gpu reset vs. modeset deadlock
` [PATCH 2/7] drm/i915: Push i915_sw_fence_wait into the nonblocking atomic commit
` [PATCH 3/7] drm/i915: More surgically unbreak the modeset vs reset deadlock
` [PATCH 4/7] drm/i915: Rip out legacy page_flip completion/irq handling
` [PATCH 5/7] drm/i915: adjust has_pending_fb_unpin to atomic
` [PATCH 6/7] drm/i915: Remove intel_flip_work infrastructure
` [PATCH 7/7] drm/i915: Drop unpin stall in atomic_prepare_commit
` ✓ Fi.CI.BAT: success for gpu reset and page_flip removal, take 2
[PATCH] drm/i915: Avoid the gpu reset vs. modeset deadlock
2017-07-20 20:47 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH] drm/i915: Don't touch fence->error when resetting an innocent request
2017-07-20 20:41 UTC (5+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Don't touch fence->error when resetting an innocent request (rev2)
[PATCH] drm/i915: Don't set fence errors on non-guilty requests
2017-07-20 20:30 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Don't set fence errors on non-guilty requests (rev2)
[PATCH] drm/i915: Use AUX for backlight only if eDP 1.4 or later
2017-07-20 20:27 UTC (7+ messages)
[PATCH 0/2] drm/i915: revert DPCD backlight and DBC enabling by default
2017-07-20 20:23 UTC (5+ messages)
` [PATCH 1/2] Revert "drm/i915: Add option to support dynamic backlight via DPCD"
` [PATCH 2/2] Revert "drm/i915: Add heuristic to determine better way to adjust brightness"
` ✓ Fi.CI.BAT: success for drm/i915: revert DPCD backlight and DBC enabling by default
[PATCH] drm-intel.rst: Fix formatting
2017-07-20 19:30 UTC
[PATCH] drm/i915: Don't set fence errors on non-guilty requests
2017-07-20 18:31 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 1/5] drm/i915/fbdev: Always forward hotplug events
2017-07-20 17:59 UTC (4+ messages)
` [PATCH 5/5] drm/hisilicon: Remove custom FB helper deferred setup
[PATCH i-g-t 1/2] lib/igt_core: Move all config-related parsing to common_init_config
2017-07-20 17:24 UTC (3+ messages)
` [PATCH i-g-t 2/2] lib/igt_core: Split out env-related handling to common_init_env
[PATCH i-g-t v4 0/2] Analogue/VGA frame comparison support
2017-07-20 17:16 UTC (4+ messages)
` [PATCH i-g-t v4 1/2] lib/igt_frame: Add support for analog frame comparison testing
` [PATCH i-g-t v4 2/2] chamelium: Add support for VGA "
[PATCH 01/15] drm/i915: Report execlists irq bit in debugfs
2017-07-20 17:10 UTC (22+ messages)
` [PATCH 04/15] drm/i915: Flush the execlist ports if idle
` [PATCH 06/15] drm/i915: Check the execlist queue for pending requests before declaring idle
` [PATCH 07/15] drm/i915: Move idle checks before intel_engine_init_global_seqno()
` [PATCH 08/15] drm/i915: Clear execlist port[] before updating seqno on wedging
` [PATCH 09/15] drm/i915: Wake up waiters after setting the WEDGED bit
` [PATCH 10/15] drm/i915: Assert that machine is wedged for nop_submit_request
` [PATCH 13/15] drm/i915: Emit a user level message when resetting the GPU (or engine)
[PATCH] drm/i915: Pass enum pipe to intel_set_pch_fifo_underrun_reporting()
2017-07-20 16:46 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 0/5] drm/i915: Use new atomic iterator macros
2017-07-19 11:58 UTC (8+ messages)
` [PATCH 4/5] drm/i915: Use new atomic iterator macros in display code
[PATCH v4 0/6] YCBCR 4:2:0 handling in i915 layer
2017-07-20 16:37 UTC (7+ messages)
` [PATCH v4 2/6] drm/i915: prepare scaler for YCBCR420 modeset
` [PATCH v4 3/6] drm/i915: prepare pipe for YCBCR420 output
` [PATCH v4 4/6] drm/i915: prepare csc unit "
[PATCH 0/8] drm/i915: Stop using get_existing_state
2017-07-20 16:26 UTC (11+ messages)
` [PATCH 1/8] drm/i915: Change use get_new_plane_state instead of existing plane state
` [PATCH 2/8] drm/i915: Change get_existing_crtc_state to old state
` [PATCH 3/8] drm/i915: Use new atomic helpers in intel_plane_atomic_check
` [PATCH 4/8] drm/i915: Use intel_atomic_get_new_crtc_state in intel_fbc.c
` [PATCH 5/8] drm/i915: Remove last references to drm_atomic_get_existing* macros
` [PATCH 6/8] drm/i915: Do not update legacy state any more
` [RFC PATCH 7/8] drm/i915: Calculate ironlake intermediate watermarks correctly, v2
` [RFC PATCH 8/8] drm/i915: Calculate vlv/chv intermediate watermarks correctly, v3
` ✓ Fi.CI.BAT: success for drm/i915: Stop using get_existing_state
Making IGT runnable by CI and developers
2017-07-20 16:23 UTC
[TRYBOT PATCH] drm/i915: Calculate vlv/chv intermediate watermarks correctly, v3
2017-07-20 15:23 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH i-g-t 0/1] chamelium: Add support for VGA frame comparison testing
2017-07-20 15:15 UTC (6+ messages)
` [PATCH i-g-t v3 0/2] Analogue/VGA frame comparison support
` [PATCH i-g-t v3 1/2] lib/igt_frame: Add support for analog frame comparison testing
` [PATCH i-g-t v3 2/2] chamelium: Add support for VGA "
[PATCH] Revert "drm/i915: Add heuristic to determine better way to adjust brightness"
2017-07-20 15:06 UTC (3+ messages)
[PATCH 1/2] drm/i915: Fix scaler init during CRTC HW state readout
2017-07-20 14:49 UTC (11+ messages)
` [PATCH 2/2] drm/i915: Simplify scaler init during CRTC HW readout
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Fix scaler init during CRTC HW state readout
` [Intel-gfx] [PATCH 1/2] "
` [PATCH v2 "
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915: Fix scaler init during CRTC HW state readout (rev2)
[PATCH] drm/i915: Synchronize connectors states when switching from poll to irq
2017-07-20 14:41 UTC (6+ messages)
` [Intel-gfx] "
Artifacts on virtual console basing on inteldrmfb framebuffer
2017-07-20 14:33 UTC
Fixes that failed to backport to v4.13-rc1
2017-07-20 14:29 UTC (3+ messages)
[PATCH i-g-t 1/2] tests/debugfs_test: Fix testcases to pass
2017-07-20 14:27 UTC (2+ messages)
` [PATCH i-g-t 2/2] igt: Add debugfs_test.read_all_entries to the fast-feedback list
[maintainer-tools PATCH] Add flowchart to help determine appropriate branch
2017-07-20 14:17 UTC
[PATCH i-g-t v3 1/4] chamelium: Calculate CRC from framebuffer instead of hardcoding it
2017-07-20 14:14 UTC (13+ messages)
` [PATCH i-g-t v5 0/7] CRC testing with Chamelium improvements
` [PATCH i-g-t v5 4/7] Introduce common frame dumping configuration and helpers
` [PATCH i-g-t v5 5/7] lib/igt_debugfs: Add extended helper to format crc to string
` [PATCH i-g-t v5 7/7] tests/chamelium: Merge the crc testing functions into one
[PATCH i-g-t] docs: Update documentation generation with missing entries
2017-07-20 14:11 UTC
[PATCH] dma-fence: Don't BUG_ON when not absolutely needed
2017-07-20 14:02 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
` [Linaro-mm-sig] [PATCH] "
[PATCH v3 1/5] drm/i915/lrc: Clarify the format of the context image
2017-07-20 13:38 UTC (3+ messages)
` [PATCH v3 5/5] drm/i915/execlists: Read the context-status HEAD from the HWSP
[PATCH] drm/i915: Only mark the execobject as pinned on success
2017-07-20 13:24 UTC (2+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH 00/23] drm/i915: Unify the HSW/BDW and GEN9+ power well code
2017-07-20 13:11 UTC (3+ messages)
` [PATCH 07/18] drm/i915/bxt, glk: Give a proper name to the power well struct phy field
[PATCH 06/18] drm/i915: Check for duplicated power well IDs
2017-07-20 13:08 UTC (3+ messages)
` [PATCH v3 "
[PATCH] drm/i915: Remove assertion from raw __i915_vma_unpin()
2017-07-20 13:07 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 1/7] drm/i915: Avoid the gpu reset vs. modeset deadlock
2017-07-20 12:51 UTC (8+ messages)
` [PATCH 2/7] drm/i915: Push i915_sw_fence_wait into the nonblocking atomic commit
` [PATCH 3/7] drm/i915: More surgically unbreak the modeset vs reset deadlock
` [PATCH 4/7] drm/i915: Rip out legacy page_flip completion/irq handling
` [PATCH 5/7] drm/i915: adjust has_pending_fb_unpin to atomic
` [PATCH 6/7] drm/i915: Remove intel_flip_work infrastructure
` [PATCH 7/7] drm/i915: Drop unpin stall in atomic_prepare_commit
` ✓ Fi.CI.BAT: success for series starting with [1/7] drm/i915: Avoid the gpu reset vs. modeset deadlock
[PATCH 1/2] drm/i915: Use mul_u32_u32() for 32b x 32b -> 64b result
2017-07-20 12:18 UTC (3+ messages)
` [PATCH 2/2] drm/i915/selftests: "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: "
[PATCH] drm/i915/selftests: Fix an error handling path in 'mock_gem_device()'
2017-07-20 10:52 UTC (5+ messages)
` ✓ Fi.CI.BAT: success for "
` [Intel-gfx] [PATCH] "
[PATCH] drm/i915: Keep a small stash of preallocated WC pages
2017-07-20 10:14 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH] drm/i915: s/INTEL_INFO(dev_priv)->gen/INTEL_GEN(dev_priv) in i915_irq
2017-07-20 10:07 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 0/8] Adding NV12 support for SKL display
2017-07-20 10:05 UTC (4+ messages)
` [PATCH 7/8] drm/i915: Add NV12 as supported format for sprite plane
[RFC 00/14] i915 PMU and engine busy stats
2017-07-20 9:07 UTC (11+ messages)
` [RFC 01/14] RFC drm/i915: Expose a PMU interface for perf queries
` [RFC 12/14] drm/i915: Interface for controling engine stats collection
[PATCH i-g-t] CONTRIBUTING: formalize review rules
2017-07-20 8:50 UTC (3+ messages)
[PATCH 0/9] gpu reset vs modeset fix, plus page_flip removal
2017-07-20 8:46 UTC (22+ messages)
` [PATCH 3/9] drm/i915: Avoid the gpu reset vs. modeset deadlock
` [PATCH 5/9] drm/i915: More surgically unbreak the modeset vs reset deadlock
` [PATCH 7/9] drm/i915: adjust has_pending_fb_unpin to atomic
` [Intel-gfx] "
` [PATCH 8/9] drm/i915: Remove intel_flip_work infrastructure
` [Intel-gfx] "
` [PATCH 9/9] drm/i915: Drop unpin stall in atomic_prepare_commit
` ✓ Fi.CI.BAT: success for gpu reset vs modeset fix, plus page_flip removal
[PATCH i-g-t] lib/igt_core: Handle glib errors correctly to avoid stderr spew
2017-07-20 8:14 UTC (4+ messages)
` [PATCH i-g-t v2] "
[PATCH] edp-DRRS test
2017-07-20 7:32 UTC (4+ messages)
linux-next: manual merge of the drm-misc tree with the drm-intel tree
2017-07-20 1:23 UTC
[PATCH] drm/i915/selftests: Mark contexts as lost during freeing of mock device
2017-07-19 18:16 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH i-g-t 0/3] Various autoconf fixups
2017-07-19 17:48 UTC (5+ messages)
` [PATCH i-g-t 1/3] configure.ac: Enable back chamelium build by default
` [PATCH i-g-t 2/3] configure.ac: Make glib dependency optional to preserve Android build
` [PATCH i-g-t 3/3] configure.ac: Make gsl dependency and dependent code optional
[PATCH v2] drm/i915: Consistently use enum pipe for PCH transcoders
2017-07-19 16:49 UTC (5+ messages)
[PATCH i-g-t 0/2] Unrelated hotplug uevent masking out actual test result
2017-07-19 15:47 UTC (5+ messages)
` [PATCH i-g-t 1/2] tests/chamelium: Skip suspend/resume test with unreliable hotplug event
[PATCH v2 0/7] drm/atomic: Remove deprecated atomic iterator macros, v2
2017-07-19 15:12 UTC (9+ messages)
` [PATCH v2 1/7] drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done, again
` [PATCH v2 2/7] drm/atomic: Clean up drm_atomic_helper_async_check
` [PATCH v2 3/7] drm/rcar-du: Use new iterator macros, v2
` [PATCH v2 4/7] drm/omapdrm: Fix omap_atomic_wait_for_completion
` [PATCH v2 5/7] drm/msm: Convert to use new iterator macros, v2
` [PATCH v2 6/7] drm/nouveau: Convert nouveau "
` [PATCH v2 7/7] drm/atomic: Remove deprecated accessor macros
` ✓ Fi.CI.BAT: success for drm/atomic: Remove deprecated atomic iterator macros, v2
[RFC 1/4] drm/i915/execlists: Move insert_request()
2017-07-19 14:37 UTC (8+ messages)
` [RFC 2/4] drm/i915/execlists: Keep request->priority for its lifetime
` [RFC 3/4] drm/i915/execlists: Split insert_request()
[PATCH i-g-t 0/1] tests/chamelium: Detect analogue bridges and handle EDID accordingly
2017-07-19 13:50 UTC (3+ messages)
` [PATCH i-g-t v3 "
` [PATCH i-g-t v3] tests/chamelium: Detect analog "
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;
as well as URLs for NNTP newsgroup(s).