messages from 2016-06-10 12:28:05 to 2016-06-14 12:20:07 UTC [more...]
[PATCH v3 0/7] drm/i915/guc: updates to GuC doorbell handling
2016-06-14 12:20 UTC (10+ messages)
` [PATCH v3 1/7] drm/i915/guc: add doorbell map to debugfs/i915_guc_info
` [PATCH v3 2/7] drm/i915/guc: prefer __set/clear_bit() to bitmap_set/clear()
` [PATCH v3 3/7] drm/i915/guc: remove writes to GEN8_DRBREG registers
` [PATCH v3 4/7] drm/i915/guc: move guc_ring_doorbell() nearer to callsite
` [PATCH v3 5/7] drm/i915/guc: refactor doorbell management code
` [PATCH v3 6/7] drm/i915/guc: replace assign_doorbell() with select_doorbell_register()
` [PATCH v3 7/7] drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submission
` ✗ Ro.CI.BAT: failure for drm/i915/guc: updates to GuC doorbell handling (rev2)
[PATCH v9 0/6] Convert requests to use struct fence
2016-06-14 11:35 UTC (11+ messages)
` [PATCH v9 2/6] drm/i915: "
` [PATCH v9 4/6] drm/i915: Interrupt driven fences
[PATCH v2 0/3] BXT Pooled EU kernel support and WA patches
2016-06-14 9:45 UTC (6+ messages)
` [PATCH v2 1/3] drm/i915:bxt: Enable Pooled EU support
` ✗ Ro.CI.BAT: warning for BXT Pooled EU kernel support and WA patches (rev3)
[PATCH 1/3] RFC: drm: Restrict vblank ioctl to master
2016-06-14 9:06 UTC (4+ messages)
` [PATCH 2/3] drm: Mark authmagic ioctls as unlocked
` [PATCH 3/3] drm: Mark set/drop master ioctl "
` ✗ Ro.CI.BAT: failure for series starting with [1/3] RFC: drm: Restrict vblank ioctl to master
[PATCH 1/5] drm/i915: Signal drm events for atomic
2016-06-14 8:21 UTC (9+ messages)
` [PATCH 2/5] drm/i915: Roll out the helper nonblock tracking
` [PATCH 3/5] drm/i915: nonblocking commit
` [PATCH 4/5] drm/i915: Move fb_bits updating later in atomic_commit
` [PATCH 5/5] drm/i915: Use atomic commits for legacy page_flips
` ✗ Ro.CI.BAT: failure for series starting with [1/5] drm/i915: Signal drm events for atomic
The vma leak fix from yonder
2016-06-14 8:13 UTC (3+ messages)
` [PATCH 11/62] drm/i915: Clean up GPU hang message
[PATCH] drm/i915: Force vblanks around evasion when i915.watermark_test is set
2016-06-14 6:27 UTC (3+ messages)
[PATCH] drm/i915: Fix missing unlock on error in i915_ppgtt_info()
2016-06-14 6:16 UTC (3+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH] drm/i915/skl: Increase cursor ddb blocks in multi-pipe config
2016-06-14 5:53 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for "
linux-next: manual merge of the drm tree with the drm-intel-fixes tree
2016-06-14 2:10 UTC
[PATCH 0/3] CHV vblank failures when PSR is active
2016-06-14 0:09 UTC (4+ messages)
` [PATCH 3/3] drm/i915/psr: Do not activate PSR when vblank interrupts are enabled
` ✗ Ro.CI.BAT: warning for CHV vblank failures when PSR is active (rev2)
[PATCH 00/12] drm/i915: Eliminate DDI encoder->type frobbery
2016-06-13 16:24 UTC (4+ messages)
` [PATCH 03/12] drm/i915: Add output_types bitmask into the crtc state
[PATCH v2 RESEND 1/6] drm/i915/bxt: Wait for PHY1 GRC calibration synchronously
2016-06-13 16:21 UTC (8+ messages)
` [PATCH v2 RESEND 2/6] drm/i915: Factor out intel_power_well_get/put
` [PATCH v2 RESEND 3/6] drm/i915/bxt: Move DDI PHY enabling/disabling to the power well code
` [PATCH v2 RESEND 4/6] drm/i915/bxt: Set DDI PHY lane latency optimization during modeset
` [PATCH v2 RESEND 5/6] drm/i915/bxt: Rename broxton to bxt in PHY/CDCLK function prefixes
` [PATCH v2 RESEND 6/6] drm/i915/bxt: Sanitiy check the PHY lane power down status
` ✗ Ro.CI.BAT: failure for series starting with [v2,RESEND,1/6] drm/i915/bxt: Wait for PHY1 GRC calibration synchronously
[PATCH v2 0/6] drm/i915/guc: updates to GuC doorbell handling
2016-06-13 16:06 UTC (18+ messages)
` [PATCH v2 1/6] drm/i915/guc: add doorbell map to debugfs/i915_guc_info
` [PATCH v2 2/6] drm/i915/guc: move guc_ring_doorbell() nearer to callsite
` [PATCH v2 3/6] drm/i915/guc: prefer __set/clear_bit() to bitmap_set/clear()
` [PATCH v2 4/6] drm/i915/guc: remove writes to GEN8_DRBREG registers
` [PATCH v2 5/6] drm/i915/guc: refactor doorbell management code
` [PATCH v2 6/6] drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submission
` ✓ Ro.CI.BAT: success for drm/i915/guc: updates to GuC doorbell handling
` [PATCH v2 7/6] drm/i915/guc: replace assign_doorbell() with select_doorbell_register()
[PATCH 1/2] drm/i915/guc: prefer 'dev_priv' to 'dev' for static functions
2016-06-13 15:51 UTC (8+ messages)
` [PATCH 2/2] drm/i915/guc: prefer 'dev_priv' to 'dev' for intra-module functions
` ✗ Ro.CI.BAT: warning for series starting with [1/2] drm/i915/guc: prefer 'dev_priv' to 'dev' for static functions
[PATCH] drm/i915: prefer INTEL_GEN(dev_priv) to INTEL_INFO(dev)->gen
2016-06-13 14:59 UTC (4+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH i-g-t] demos/intel_sprite_on: Fix connector iteration bug
2016-06-13 14:51 UTC
[PATCH 0/3] SKL watermark fixes for !fbcon
2016-06-13 14:50 UTC (15+ messages)
` [PATCH 1/3] drm/i915/gen9: Initialize intel_state->active_crtcs during WM sanitization
` [PATCH 2/3] drm/i915/gen9: Compute data rates for all planes on first commit
` [PATCH 3/3] drm/i915/gen9: Drop invalid WARN() during data rate calculation
` [PATCH i-g-t] kms_universal_plane: Add testcase for when no plane is visible on the crtc
` ✗ Ro.CI.BAT: failure for SKL watermark fixes for !fbcon
[RESENT PATCH] drm/i915: use #defines for qemu subsystem ids
2016-06-13 14:45 UTC (4+ messages)
` ✗ Ro.CI.BAT: warning for drm/i915: use #defines for qemu subsystem ids (rev2)
[patch] drm/i915/mocs: || vs | typo in get_mocs_settings()
2016-06-13 14:40 UTC (3+ messages)
[PATCH] drm/i915/fbc: disable FBC on FIFO underruns
2016-06-13 14:33 UTC (4+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH] drm/i915: Don't unregister fbdev twice
2016-06-13 14:28 UTC (4+ messages)
[PATCH 1/2] Revert "drm/i915: Workaround CHV pipe C cursor fail"
2016-06-13 14:22 UTC (5+ messages)
` [PATCH 2/2] drm/i915: Crop cursor image for CHV pipe C cursor issue
Tracking VMA
2016-06-13 14:19 UTC (5+ messages)
` [PATCH 29/38] drm/i915: Remove locking for get_tiling
[PATCH v3] drm/i915/gen9: implement WaConextSwitchWithConcurrentTLBInvalidate
2016-06-13 13:48 UTC (5+ messages)
` ✗ Ro.CI.BAT: warning for drm/i915/gen9: implement WaConextSwitchWithConcurrentTLBInvalidate (rev3)
[PATCH i-g-t 1/2] lib/igt_kms: Add for_each_pipe_with_valid_output and for_each_valid_output_on_pipe
2016-06-13 13:47 UTC (2+ messages)
` [PATCH i-g-t 2/2] tests/kms_rmfb: Use for_each_pipe_with_valid_output
[PATCH i-g-t 1/2] tests/kms_chv_cursor_fail: Remove extra igt_pipe_crc_start
2016-06-13 13:45 UTC (8+ messages)
` [PATCH i-g-t 2/2] tests/kms_chv_cursor_fail: Run the tests with fewer steps
[PATCH 1/5] drm/i915: Add support for mapping an object page by page
2016-06-13 13:30 UTC (13+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/5] "
` [PATCH] drm/i915: pwrite/pread do not require obj->base.filp, just pages
` ✗ Ro.CI.BAT: failure for series starting with drm/i915: pwrite/pread do not require obj->base.filp, just pages (rev2)
` ✗ Ro.CI.BAT: failure for series starting with drm/i915: pwrite/pread do not require obj->base.filp, just pages (rev3)
[PATCH 0/7] drm/i915: Make infoframe code available to (e)DP ports
2016-06-13 13:28 UTC (21+ messages)
` [PATCH 2/7] drm/i915: Check has_infoframes when enabling infoframes
` [PATCH 3/7] drm/i915: Disable infoframes when shutting down DDI HDMI
` [PATCH 4/7] drm/i915: Move infoframe vfuncs into intel_digital_port
` [PATCH 5/7] drm/i915: Init infoframe vfuncs for DP encoders as well
` [PATCH 6/7] drm/i915: Remove mostly duplicated video DIP handling from PSR code
` [PATCH 7/7] drm/i915: Allow DP ports to set/readout infoframe state (WIP)
[PATCH i-g-t] tests/drv_missed_irq_hang: Fix gem_blt path
2016-06-13 13:26 UTC
[PATCH v10 00/10] Introduce the implementation of GVT context
2016-06-13 13:20 UTC (3+ messages)
[drm:intel_set_cpu_fifo_underrun_reporting]
2016-06-13 12:35 UTC (2+ messages)
[PATCH RESEND 1/7] drm/i915/dsi: don't debug log "missing" sequences
2016-06-13 10:52 UTC (8+ messages)
` [PATCH RESEND 2/7] drm/i915/dsi: add debug logging to element execution
` [PATCH RESEND 3/7] drm/i915/dsi: add skip functions for spi and pmic elements
` [PATCH RESEND 4/7] drm/i915/dsi: run power on/off sequences in panel prepare/unprepare hooks
` [PATCH RESEND 5/7] drm/i915/dsi: run backlight on/off sequences in panel enable/disable hooks
` [PATCH RESEND 6/7] drm/i915/bios: log about presence of DSI sequences we do not run
` [PATCH RESEND 7/7] drm/i915/dsi: double check element parsing against size if present
` ✓ Ro.CI.BAT: success for series starting with [RESEND,1/7] drm/i915/dsi: don't debug log "missing" sequences
[PATCH v2 0/5] drm/i915/opregion: proper handling of DIDL and CADL
2016-06-13 10:29 UTC (12+ messages)
` [PATCH v2 1/5] drm/i915/opregion: add acpi defines from the spec
` [PATCH v2 2/5] drm/i915/opregion: abstract acpi display type getter for a connector
` [PATCH v2 3/5] drm/i915/opregion: handle missing connector types for acpi display types
` [PATCH v2 4/5] drm/i915: make i915 the source of acpi device ids for _DOD
` [PATCH v2 5/5] drm/i915/opregion: update cadl based on actually active outputs
` [PATCH v3] "
` ✗ Ro.CI.BAT: failure for drm/i915/opregion: proper handling of DIDL and CADL (rev2)
` ✗ Ro.CI.BAT: failure for drm/i915/opregion: proper handling of DIDL and CADL (rev3)
Bad flicker on skylake HQD due to code in the 4.7 merge window
2016-06-13 10:14 UTC (4+ messages)
[PATCH 1/3] drm/i915/guc: fix GuC loading/submission check
2016-06-13 9:06 UTC (9+ messages)
` [PATCH] drm/i915/guc: suppress GuC-related message on non-GuC platforms
` ✗ Ro.CI.BAT: failure for series starting with drm/i915/guc: suppress GuC-related message on non-GuC platforms (rev2)
[PATCH 00/26] RFC: generic nonblocking support in the atomic helpers
2016-06-13 0:52 UTC (3+ messages)
` [PATCH 07/26] drm/exynos: Use for_each_crtc_in_state
[PATCH] drm/i915: Add a module option for disabling use of stolen memory
2016-06-11 20:41 UTC (6+ messages)
` ✗ Ro.CI.BAT: failure for "
it's never too late
2016-06-11 6:04 UTC
[PATCH 1/3] drm: Add vblank prepare and unprepare hooks
2016-06-10 21:21 UTC (2+ messages)
` REBASED: "
[PATCH v2 00/20] drm/atomic: Provide default ->best_encoder() behavior
2016-06-10 16:41 UTC (5+ messages)
` [PATCH v2 06/20] drm: i915: Rely on the default ->best_encoder() behavior where appropriate
[PATCH v6 00/34] GPU scheduler for i915 driver
2016-06-10 16:29 UTC (5+ messages)
` [PATCH v6 06/34] drm/i915: Start of GPU scheduler
` [PATCH v6 11/34] drm/i915: Added deferred work handler for scheduler
[PATCH v5 00/10] drm/i915: DP branch devices
2016-06-10 15:22 UTC (5+ messages)
` [PATCH v5 10/10] drm/i915: Add DP branch device info on debugfs
` [Intel-gfx] "
` ✗ Ro.CI.BAT: warning for drm/i915: DP branch devices (rev5)
[PATCH 0/6] drm/i915: Remaining PSR fixes
2016-06-10 15:20 UTC (2+ messages)
` ✗ Ro.CI.BAT: warning for "
[PATCH 00/11] Support for sustained capturing of GuC firmware logs
2016-06-10 13:36 UTC (13+ messages)
` ✗ Ro.CI.BAT: failure for Support for sustained capturing of GuC firmware logs (rev2)
` [PATCH 01/11] drm/i915: Decouple GuC log setup from verbosity parameter
` [PATCH 02/11] drm/i915: Add GuC ukernel logging related fields to fw interface file
` [PATCH 03/11] drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register set
` [PATCH 04/11] drm/i915: Support for GuC interrupts
` [PATCH 05/11] drm/i915: Handle log buffer flush interrupt event from GuC
` [PATCH 06/11] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
` [PATCH 07/11] drm/i915: Forcefully flush GuC log buffer on reset
` [PATCH 08/11] drm/i915: Debugfs support for GuC logging control
` [PATCH 09/11] drm/i915: New module param to control the size of buffer used for storing GuC firmware logs
` [PATCH 10/11] drm/i915: Support to create write combined type vmaps
` [PATCH 11/11] drm/i915: Use uncached(WC) mapping for acessing the GuC log buffer
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