messages from 2017-04-05 01:24:30 to 2017-04-06 18:09:35 UTC [more...]
[PATCH 0/5] Classify the engines in class + instance
2017-04-06 18:09 UTC (11+ messages)
` [PATCH 1/5] drm/i915: "
` [PATCH 2/5] drm/i915: Use the same vfunc for BSD2 ring init
` [PATCH 3/5] drm/i915: Generate the engine name based on the instance number
` [PATCH 4/5] drm/i915: Split the engine info table in two levels, using class + instance
` [PATCH 5/5] drm/i915: Use the engine class to get the context size
` ✓ Fi.CI.BAT: success for Classify the engines in class + instance
[PATCH 00/15] acquire ctx wire-up, part 2
2017-04-06 18:00 UTC (13+ messages)
` [PATCH 04/15] drm/atomic-helper: remove modeset_lock_all from helper_resume
` [PATCH 08/15] drm/i915: Nuke intel_atomic_legacy_gamma_set
` [PATCH 09/15] drm/msm: Nerf zpos property
` [PATCH 12/15] drm: Add acquire ctx to ->gamma_set hook
[PATCH v3] drm/i915: Only report a wakeup if the waiter was truly asleep
2017-04-06 17:40 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Only report a wakeup if the waiter was truly asleep (rev3)
[PATCH 1/2] drm/i915: Assert the engine is idle before overwiting the HWS
2017-04-06 17:30 UTC (9+ messages)
` [PATCH 2/2] drm/i915: Advance ring->head fully when idle
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Assert the engine is idle before overwiting the HWS
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915: Assert the engine is idle before overwiting the HWS (rev2)
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Assert the engine is idle before overwiting the HWS (rev3)
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Assert the engine is idle before overwiting the HWS (rev4)
[PATCH v3 0/7] Enable OA unit for Gen 8 and 9 in i915 perf
2017-04-06 16:56 UTC (17+ messages)
` [PATCH v3 1/7] drm/i915: expose _SLICE_MASK GETPARM
` [PATCH v3 2/7] drm/i915: expose _SUBSLICE_MASK GETPARM
` [PATCH v3 3/7] drm/i915/perf: Add 'render basic' Gen8+ OA unit configs
` [PATCH v3 4/7] drm/i915/perf: Add OA unit support for Gen 8+
` [PATCH v3 5/7] drm/i915/perf: Add more OA configs for BDW, CHV, SKL + BXT
` [PATCH v3 6/7] drm/i915/perf: per-gen timebase for checking sample freq
` [PATCH v2] "
` [PATCH v3 7/7] drm/i915/perf: remove perf.hook_lock
` ✓ Fi.CI.BAT: success for Enable OA unit for Gen 8 and 9 in i915 perf (rev4)
` ✓ Fi.CI.BAT: success for Enable OA unit for Gen 8 and 9 in i915 perf (rev5)
[PATCH 1/2] drm/i915: Move the GTFIFODBG to the common mmio dbg framework
2017-04-06 16:25 UTC (17+ messages)
` [PATCH 2/2] drm/i915: Use wait_for_atomic_us when waiting for gt fifo
` ✗ Fi.CI.BAT: warning for series starting with [1/2] drm/i915: Move the GTFIFODBG to the common mmio dbg framework
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Move the GTFIFODBG to the common mmio dbg framework (rev2)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Move the GTFIFODBG to the common mmio dbg framework (rev3)
[PATCH 0/2] drm/i915/scheduler: add gvt force-single-submission and notification for guc
2017-04-06 15:19 UTC (13+ messages)
` [PATCH v2 2/2] drm/i915/scheduler: add gvt "
` [PATCH v3 0/2] drm/i915/scheduler: add gvt force-single-submission and "
` ✓ Fi.CI.BAT: success for series starting with [v3,1/2] drm/i915/scheduler: add gvt force-single-submission "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] drm/i915/scheduler: add gvt notification "
[PATCH v4 00/11] drm/i915/dp: rest of refactoring, link rate fallback
2017-04-06 14:35 UTC (16+ messages)
` [PATCH v4 01/11] drm/i915/dp: use the sink rates array for max sink rates
` [PATCH v4 02/11] drm/i915/dp: cache common rates with "
` [PATCH v4 03/11] drm/i915/dp: do not limit rate seek when not needed
` [PATCH v4 04/11] drm/i915/dp: don't call the link parameters sink parameters
` [PATCH v4 05/11] drm/i915/dp: add functions for max common link rate and lane count
` [PATCH v4 06/11] drm/i915/mst: use max link not sink "
` [PATCH v4 07/11] drm/i915/dp: localize link rate index variable more
` [PATCH v4 08/11] drm/i915/dp: use readb and writeb calls for single byte DPCD access
` [PATCH v4 09/11] drm/i915/dp: read sink count to a temporary variable first
` [PATCH v4 10/11] drm/i915/dp: Validate cached link rate and lane count before retraining
` [PATCH v4 11/11] drm/i915: Implement Link Rate fallback on Link training failure
` ✓ Fi.CI.BAT: success for drm/i915/dp: rest of refactoring, link rate fallback
[PATCH 0/4] drm/atomic: Cleanups for adding connector atomic check function
2017-04-06 12:48 UTC (7+ messages)
` [PATCH 1/4] drm/atomic: Unify conflicting encoder handling
` [PATCH 2/4] drm/atomic: Set all the changed flags in one place
` [PATCH 3/4] drm/atomic: Move enable/connector check up in check_modeset()
` [PATCH 4/4] drm/atomic: Add connector atomic_check function, v2
` ✓ Fi.CI.BAT: success for drm/atomic: Cleanups for adding connector atomic check function
[PATCH] drm/i915: Use the right mapping_gfp_mask for final shmem allocation
2017-04-06 12:10 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
[maintainer-tools PATCH v2 2/2] dim: Curate and insert tags into patch(es)
2017-04-06 11:50 UTC (2+ messages)
[PATCH] drm/i915/glk: limit pixel clock to 99% of cdclk workaround
2017-04-06 11:47 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/glk: limit pixel clock to 99% of cdclk workaround (rev2)
[PATCH v3 00/14] drm/i915/dp: link rate and lane count refactoring
2017-04-06 11:41 UTC (6+ messages)
` [PATCH v3 05/14] drm/i915/dp: generate and cache sink rate array for all DP, not just eDP 1.4
` [PATCH v3 13/14] drm/i915/dp: use readb and writeb calls for single byte DPCD access
[PATCH v2 1/1] drm/i915: Suspend GuC prior to GPU Reset during GEM suspend
2017-04-06 10:12 UTC (10+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v2,1/1] "
[PATCH] drm/i915: Only report a wakeup if the waiter was truly asleep
2017-04-06 9:18 UTC (9+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915: Only report a wakeup if the waiter was truly asleep (rev2)
[PATCH i-g-t 1/2] benchmarks/gem_wsim: Command submission workload simulator
2017-04-06 8:55 UTC (5+ messages)
` [PATCH i-g-t v3] "
[PATCH] drm/atomic: Add connector atomic_check function
2017-04-06 8:36 UTC (7+ messages)
` ✓ Fi.CI.BAT: success for "
` [Intel-gfx] [PATCH] "
[PATCH i-g-t 1/2] kms_cursor_crc: Force the test to run in full RGB range
2017-04-06 7:40 UTC (2+ messages)
` [PATCH i-g-t 2/2] kms_cursor_limited: Test crc matches between cursor and overlay planes
[PATCH 09/18] drm/i915: support inserting 64K pages in the ppgtt
2017-04-06 3:25 UTC (2+ messages)
[PATCH] drm/i915: Treat WC a separate cache domain
2017-04-05 21:25 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[maintainer-tools PATCH] dim: Add examples section to dim.rst
2017-04-05 19:59 UTC (2+ messages)
` [maintainer-tools PATCH v2] "
[PATCH v2] drm/i915/perf: rate limit spurious oa report notice
2017-04-05 16:09 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/3] Some minor i915-perf prep changes
2017-04-05 16:09 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for Some minor i915-perf prep changes (rev3)
[PATCH v2 0/5] Enable OA unit for Gen 8 and 9 in i915 perf
2017-04-05 15:34 UTC (7+ messages)
` [PATCH v2 4/5] drm/i915: Add OA unit support for Gen 8+
` [PATCH v2 5/5] drm/i915: Add more OA configs for BDW, CHV, SKL + BXT
[RFC PATCH 00/18] drm/i915: initial support for huge gtt pages V2
2017-04-05 15:05 UTC (28+ messages)
` [PATCH 01/18] drm/i915: add page_size_mask to dev_info
` [PATCH 02/18] drm/i915: introduce drm_i915_gem_object page_size members
` [PATCH 04/18] drm/i915: s/i915_gtt_color_adjust/i915_ggtt_color_adjust
` [PATCH 05/18] drm/i915: clean up cache coloring
` [PATCH 06/18] drm/i915: export color_differs
` [PATCH 07/18] drm/i915: introduce ppgtt page coloring
` [PATCH 17/18] mm/shmem: tweak the huge-page interface
[PATCH 0/3] drm/i915: Fix SKL+ 90/270 degree rotated scanout
2017-04-05 13:49 UTC (3+ messages)
[PATCH maintainer-tools 1/3] make: run check on current `dim`, not the installed one
2017-04-05 12:12 UTC (6+ messages)
` [PATCH maintainer-tools 2/3] dim: send 'not configured' error to stderr
` [PATCH maintainer-tools 3/3] dim.rst: update CONTRIBUTING instructions
[PATCH 0/4] drm/i915: Enable atomic for VLV/CHV
2017-04-05 10:30 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH i-g-t] tests/meta_test: Add a meta test for sanity checks of CI systems
2017-04-05 10:11 UTC
[PATCH i-g-t v2] tests/kms_atomic_allow_modeset: Add DRM_MODE_ATOMIC_ALLOW_MODESET test
2017-04-05 10:02 UTC (3+ messages)
[PATCH 1/1] drm/i915: Suspend GuC during GEM Suspend prior to GPU Reset
2017-04-05 9:27 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/1] "
[dim PATCH 1/4] dim: do not bail out if the script is not up-to-date
2017-04-05 9:12 UTC (5+ messages)
` [dim PATCH 4/4] dim: run executables in $PATH named dim-subcommand as dim subcommands
[PATCH] drm/i915/guc: Use GUC prefix for CORE_FAMILY definitions
2017-04-05 9:08 UTC (3+ messages)
[PATCH] drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connector_modes, v2
2017-04-05 9:08 UTC (4+ messages)
` [Intel-gfx] "
` [PATCH] drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connector_modes, v3
[maintainer-tools PATCH] dim: Add examples section to dim.rst
2017-04-05 8:58 UTC (2+ messages)
[PATCH] drm/i915: Typo fix - 'pipe bpc' to 'pipe bpp'
2017-04-05 8:41 UTC (3+ messages)
[PATCH V4] drm/i915: Enhanced disable access to stolen memory as a guest
2017-04-05 7:44 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Enhanced disable access to stolen memory as a guest (rev4)
` [Intel-gfx] [PATCH V4] drm/i915: Enhanced disable access to stolen memory as a guest
linux-next: build warning after merge of the drm-misc tree
2017-04-05 7:26 UTC (2+ messages)
[PATCH] drm/i915/audio: not to set N/M value manually for KBL
2017-04-05 2:35 UTC (6+ 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