messages from 2017-04-21 18:14:43 to 2017-04-25 18:21:08 UTC [more...]
[PATCH v2 00/21] Introduce common scatterlist map function
2017-04-25 18:21 UTC (22+ messages)
` [PATCH v2 02/21] libiscsi: Add an internal error code
` [PATCH v2 03/21] libiscsi: Make use of new the sg_map helper function
` [PATCH v2 05/21] drm/i915: Make use of the new "
` [PATCH v2 06/21] crypto: hifn_795x: "
` [PATCH v2 09/21] staging: unisys: visorbus: "
` [PATCH v2 01/21] scatterlist: Introduce sg_map helper functions
` [PATCH v2 04/21] target: Make use of the new sg_map function at 16 call sites
` [PATCH v2 07/21] crypto: shash, caam: Make use of the new sg_map helper function
` [PATCH v2 08/21] dm-crypt: Make use of the new sg_map helper in 4 call sites
` [PATCH v2 10/21] RDS: Make use of the new sg_map helper function
` [PATCH v2 11/21] scsi: ipr, pmcraid, isci: Make use of the new sg_map helper
` [PATCH v2 12/21] scsi: hisi_sas, mvsas, gdth: Make use of the new sg_map helper function
` [PATCH v2 13/21] scsi: arcmsr, ips, megaraid: "
` [PATCH v2 14/21] scsi: libfc, csiostor: Change to sg_copy_buffer in two drivers
` [PATCH v2 16/21] mmc: sdhci: Make use of the new sg_map helper function
` [PATCH v2 17/21] mmc: spi: "
` [PATCH v2 18/21] mmc: tmio: "
` [PATCH v2 19/21] mmc: sdricoh_cs: "
` [PATCH v2 21/21] memstick: "
` [PATCH v2 15/21] xen-blkfront: "
` [PATCH v2 20/21] mmc: tifm_sd: "
[PATCH v4 00/15] Enable OA unit for Gen 8 and 9 in i915 perf
2017-04-25 17:47 UTC (26+ messages)
` [PATCH "
` [PATCH v5 01/15] drm/i915/perf: fix gen7_append_oa_reports comment
` [PATCH v5 02/15] drm/i915/perf: avoid poll, read, EAGAIN busy loops
` [PATCH v5 03/15] drm/i915/perf: avoid read back of head register
` [PATCH v5 04/15] drm/i915/perf: no head/tail ref in gen7_oa_read
` [PATCH v5 05/15] drm/i915/perf: improve tail race workaround
` [PATCH v5 06/15] drm/i915/perf: improve invalid OA format debug message
` [PATCH v5 07/15] drm/i915/perf: better pipeline aged/aging tail updates
` [PATCH v5 08/15] drm/i915/perf: rate limit spurious oa report notice
` [PATCH v5 09/15] drm/i915: expose _SLICE_MASK GETPARM
` [PATCH v5 10/15] drm/i915: expose _SUBSLICE_MASK GETPARM
` [PATCH v5 11/15] drm/i915/perf: Add 'render basic' Gen8+ OA unit configs
` [PATCH v5 12/15] drm/i915/perf: Add OA unit support for Gen 8+
` [PATCH v6 "
` [PATCH v7 "
` [PATCH v5 13/15] drm/i915/perf: Add more OA configs for BDW, CHV, SKL + BXT
` [PATCH v5 14/15] drm/i915/perf: per-gen timebase for checking sample freq
` [PATCH v5 15/15] drm/i915/perf: remove perf.hook_lock
` ✗ Fi.CI.BAT: failure for Enable OA unit for Gen 8 and 9 in i915 perf (rev7)
` ✗ Fi.CI.BAT: failure for Enable OA unit for Gen 8 and 9 in i915 perf (rev8)
[PATCH i-g-t 0/7] Misc fixes and cleanup
2017-04-25 17:43 UTC (11+ messages)
` [PATCH i-g-t RESEND 1/7] lib/igt_kms: Fix erroneous assert
` [PATCH i-g-t 2/7] lib/igt_kms: Fix override_mode handling
` [PATCH i-g-t 3/7] lib: Stop igt_get_all_cairo_formats memory leak
` [PATCH i-g-t 4/7] lib/igt_debugfs: Remove igt_debugfs_t
` [PATCH i-g-t 5/7] lib/igt_debugfs: Only use valid values in igt_crc_to_str()
` [PATCH i-g-t 6/7] igt: lib/igt_crc: Split out CRC functionality
` [PATCH i-g-t 7/7] lib/igt_kms: Use kernel command line mode if specified
[PATCH] drm/i915: Report request restarts for both execlists/guc
2017-04-25 17:21 UTC (6+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH] drm/i915: Avoid the branch in computing intel_ring_space()
2017-04-25 16:49 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
GPU hangs and X shot down with 4.11-rc6
2017-04-25 16:41 UTC
[PATCH v5 00/11] drm/i915: Convert connector properties to atomic
2017-04-25 16:03 UTC (15+ messages)
` [PATCH v5 01/11] drm/atomic: Handle aspect ratio and scaling mode in core, v3
` [PATCH v5 02/11] drm/core: Allow attaching custom scaling mode properties
` [PATCH v5 03/11] drm/i915: Use per-connector scaling mode property
` [PATCH v5 04/11] drm/i915: Add plumbing for digital connector state, v3
` [PATCH v5 05/11] drm/i915: Convert DSI connector properties to atomic
` [PATCH v5 06/11] drm/i915: Convert LVDS "
` [PATCH v5 07/11] drm/i915: Make intel_dp->has_audio reflect hw state only
` [PATCH v5 08/11] drm/i915: Convert intel_dp properties to atomic, v2
` [PATCH v5 09/11] drm/i915: Convert intel_hdmi connector properties to atomic
` [PATCH v5 10/11] drm/i915: Handle force_audio correctly in intel_sdvo
` [PATCH v5 11/11] drm/i915: Convert intel_sdvo connector properties to atomic
` ✗ Fi.CI.BAT: warning for drm/i915: Convert connector properties to atomic. (rev6)
[PATCH 1/4] drm/i915: Differentiate between sw write location into ring and last hw read
2017-04-25 14:44 UTC (19+ messages)
` [PATCH 2/4] drm/i915: Poison the request before emitting commands
` [PATCH 3/4] drm/i915: Compute the ring->space slightly less pessimistically
` [PATCH 4/4] drm/i915: Include interesting seqno in the missed breadcrumb debug
` ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: Differentiate between sw write location into ring and last hw read
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for series starting with [v2] drm/i915: Differentiate between sw write location into ring and last hw read (rev2)
[PATCH i-g-t] igt/meta_test: Fix dmesg-warn test
2017-04-25 13:12 UTC
[PATCH i-g-t v5] benchmarks/gem_wsim: Command submission workload simulator
2017-04-25 12:31 UTC (6+ messages)
` [PATCH i-g-t v6] "
[PATCH V6] drm/i915: Disable stolen memory when i915 runs in guest vm
2017-04-25 12:06 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH i-g-t] tests/pm_rc6_residency: Add subtest to check RC6 suspend handling
2017-04-25 10:54 UTC (4+ messages)
[PATCH v2 1/2] PCI / PM: Add needs_resume flag to avoid suspend complete optimization
2017-04-25 10:28 UTC (12+ messages)
` [PATCH v2 2/2] drm/i915: Prevent the system "
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] PCI / PM: Add needs_resume flag to avoid "
[PATCH] drm/i915/dp: Read link status more times when EQ not done
2017-04-25 9:58 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/dp: Read link status more times when EQ not done (rev5)
[i-g-t PATCH 4/4] Convert shell script tests to C version
2017-04-25 9:54 UTC (2+ messages)
` [i-g-t PATCH] Convert ddx_intel_after_fbdev to C
[PATCH v6 00/20] Gen8+ engine-reset
2017-04-25 9:42 UTC (6+ messages)
` [PATCH v6 05/20] drm/i915/tdr: Add support for per engine reset recovery
[PATCH v2] drm/i915/dp: Read link status more times when EQ not done
2017-04-25 10:09 UTC (2+ messages)
` [PATCH v4] drm/i915/edp: "
[PATCH] drm/i915/gvt: fix typo: "supporte" -> "support"
2017-04-25 9:24 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH v7 0/4] Adding driver-private objects to atomic state
2017-04-25 7:51 UTC (6+ messages)
` [PATCH v7 1/4] drm: Add "
` [PATCH v7 4/4] drm/dp: Track MST link bandwidth
[PATCH] drm/i915/glk: Don't allow 12 bpc when htotal is too big
2017-04-25 7:10 UTC (6+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH 01/67] drm/i915/cnp: Introduce Cannonpoint PCH
2017-04-25 7:08 UTC (13+ messages)
` [PATCH 40/67] drm/i915/cnl: Enable loadgen_select bit for vswing sequence
` [PATCH 50/67] drm/i915/gen10+: use the SKL code for reading WM latencies
` [PATCH 58/67] drm/i915/cnl: Cannonlake color init
` [PATCH 59/67] drm/i915/cnl: Fix Cannonlake scaler mode programing
Regression report] Weekly regression report WW45
2017-04-24 21:23 UTC (18+ messages)
` [Regression report] Weekly regression report WW41
` [Regression report] Weekly regression report WW42
` [Regression report] Weekly regression report WW43
` [Regression report] Weekly regression report WW44
` [Regression report] Weekly regression report WW45
` [Regression report] Weekly regression report WW47
` [Regression report] Weekly regression report WW48
` [Regression report] Weekly regression report WW49
` [Regression report] Weekly regression report WW51
` [Regression report] Weekly regression report WW02
` [Regression report] Weekly regression report WW03
` [Regression report] Weekly regression report WW04
` [Regression report] Weekly regression report WW06
` [Regression report] Weekly regression report WW12
` [Regression report] Weekly regression report WW13
` [Regression report] Weekly regression report WW16
[PATCH i-g-t 0/2] Workload simulation and tracing
2017-04-24 14:42 UTC (2+ messages)
` [PATCH i-g-t v4] igt/scripts: trace.pl to parse the i915 tracepoints
[PATCH 1/2] drm/i915: Calculate ironlake intermediate watermarks correctly
2017-04-24 14:39 UTC (4+ messages)
` [PATCH 2/2] drm/i915: Calculate vlv/chv "
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Calculate ironlake "
[PATCH 00/15] drm/i915: Two stage watermarks for g4x
2017-04-24 14:20 UTC (18+ messages)
` [PATCH 03/15] drm/i915: s/vlv_num_wm_levels/intel_wm_num_levels/
` [PATCH 04/15] drm/i915: Rename bunch of vlv_ watermark structures to g4x_
` [PATCH 05/15] drm/i915: Make vlv/chv watermark debug print less cryptic
` [PATCH 06/15] drm/i915: Document CxSR
` [PATCH 07/15] drm/i915: Fix cursor 'cpp' in watermark calculatins for old platforms
` [PATCH 08/15] drm/i915: Fix the g4x watermark TLB miss workaround
` [PATCH 09/15] drm/i915: Refactor the g4x TLB miss w/a to a helper
` [PATCH 10/15] drm/i915: Refactor wm calculations
` [PATCH 11/15] drm/i915: Apply the g4x TLB miss w/a to SR watermarks as well
` [PATCH 12/15] drm/i915: Two stage watermarks for g4x
` [PATCH 13/15] drm/i915: Enable HPLL watermarks on g4x
` [PATCH 14/15] drm/i915: Add g4x watermark tracepoint
` [PATCH 15/15] drm/i915: Add support for sprites on g4x
` ✓ Fi.CI.BAT: success for drm/i915: Two stage watermarks for g4x
Confluence of eb + timeline improvements
2017-04-24 13:31 UTC (11+ messages)
` [PATCH 07/27] drm/i915: Squash repeated awaits on the same fence
` [PATCH 15/27] drm/i915: Split execlist priority queue into rbtree + linked list
[PATCH 1/2] drm: Make fbdev inherit the crtc's initial rotation
2017-04-24 12:48 UTC (4+ messages)
` [PATCH 1/2] drm/fb-helper: Make fbdev inherit the crtc's rotation
` [PATCH 2/2] drm/i915: Make get_initial_plane_config also get the initial rotation config
[PATCH v4 1/9] drm/atomic: Handle aspect ratio and scaling mode in core
2017-04-24 12:01 UTC (4+ messages)
` [PATCH v4.1 01/9] drm/atomic: Handle aspect ratio and scaling mode in core, v2
✓ Fi.CI.BAT: success for RFC: Design: DRM: Blending pipeline using DRM plane properties
2017-04-24 9:18 UTC
[PATCH] RFC: Design: DRM: Blending pipeline using DRM plane properties
2017-04-24 9:02 UTC
[RFC 0/2] New engine discovery and execbuffer2 engine selection uAPI
2017-04-24 8:36 UTC (9+ messages)
` [RFC 1/2] drm/i915: Engine discovery uAPI
` [Mesa-dev] "
` [RFC 2/2] drm/i915: Select engines via class and instance in execbuffer2
[PATCH i-g-t] tests/meta_test: Add a meta test for sanity checks of CI systems
2017-04-24 8:33 UTC (3+ messages)
` [PATCH i-g-t v2] "
[PATCH] Revert "drm/i915/dp: reduce link M/N parameters"
2017-04-24 4:07 UTC
linux-next: build failure after merge of the drm-misc tree
2017-04-24 1:25 UTC (2+ messages)
[CI] drm/i915: Confirm the request is still active before adding it to the await
2017-04-22 8:34 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH v6 13/20] drm/i915/guc: Provide register list to be saved/restored during engine reset
2017-04-21 20:31 UTC (8+ 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