public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-04-27 12:24:15 to 2016-04-28 11:14:46 UTC [more...]

[PATCH] drm/i915: Validate execbuffer start/length arguments against the target bo
 2016-04-28 11:14 UTC  (6+ messages)
` [Intel-gfx] "

[CI 01/25] drm/i915/fbdev: Call intel_unpin_fb_obj() on release
 2016-04-28 10:58 UTC  (26+ messages)
` [CI 02/25] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
` [CI 03/25] io-mapping: Specify mapping size for io_mapping_map_wc()
` [CI 04/25] drm/i915: Introduce i915_vm_to_ggtt()
` [CI 05/25] drm/i915: Move ioremap_wc tracking onto VMA
` [CI 06/25] drm/i915: Use i915_vma_pin_iomap on the ringbuffer object
` [CI 07/25] drm/i915: Mark the current context as lost on suspend
` [CI 08/25] drm/i915: L3 cache remapping is part of context switching
` [CI 09/25] drm/i915: Consolidate L3 remapping LRI
` [CI 10/25] drm/i915: Remove early l3-remap
` [CI 11/25] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
` [CI 12/25] drm/i915: Unify intel_ring_begin()
` [CI 13/25] drm/i915: Remove the identical implementations of request space reservation
` [CI 14/25] drm/i915: Manually unwind after a failed request allocation
` [CI 15/25] drm/i915: Preallocate enough space for the average request
` [CI 16/25] drm/i915: Update execlists context descriptor format commentary
` [CI 17/25] drm/i915: Assign every HW context a unique ID
` [CI 18/25] drm/i915: Replace the pinned context address with its "
` [CI 19/25] drm/i915: Refactor execlists default context pinning
` [CI 20/25] drm/i915: Move the magical deferred context allocation into the request
` [CI 21/25] drm/i915: Move releasing of the GEM request from free to retire/cancel
` [CI 22/25] drm/i915: Track the previous pinned context inside the request
` [CI 23/25] drm/i915: Store LRC hardware id in "
` [CI 24/25] drm/i915: Stop tracking execlists retired requests
` [CI 25/25] drm/i915: Unify GPU resets upon shutdown
` ✗ Fi.CI.BAT: failure for series starting with [CI,01/25] drm/i915/fbdev: Call intel_unpin_fb_obj() on release

[PATCH v2 1/2] drm/i915/gen9: Clean up MOCS table definitions
 2016-04-28 10:48 UTC  (19+ messages)
` [PATCH v2 2/2] drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS config

[PATCH] drm/i915: Fix enc_to_dig_port() for MST encoders
 2016-04-28 10:40 UTC  (3+ messages)

[PATCH v19 00/12] Support for creating/using Stolen memory backed objects
 2016-04-28 10:24 UTC  (12+ messages)
` [PATCH 11/12] drm/i915: Extend GET_APERTURE ioctl to report available map space
` ✗ Fi.CI.BAT: failure for Support for creating/using Stolen memory backed objects (rev13)

[PATCH 00/19] Rework page flip, remove cs flips, async unpin and unified pageflip
 2016-04-28 10:20 UTC  (16+ messages)
` [PATCH 01/19] drm/core: Add drm_accurate_vblank_count, v4
    ` [PATCH 01/19] drm/core: Add drm_accurate_vblank_count, v5
` [PATCH 02/19] drm/i915: Remove stallcheck special handling, v2
` [PATCH 03/19] drm/i915: Remove intel_prepare_page_flip, v2
` [PATCH 04/19] drm/i915: Add support for detecting vblanks when hw frame counter is unavailable

[PATCH] drm/i915: Tidy intel_dump_pipe_config a bit
 2016-04-28  9:52 UTC 

[PATCH] drm/i915: Propagate error from drm_gem_object_init()
 2016-04-28  9:30 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Propagate error from drm_gem_object_init() (rev2)

[PATCH i-g-t 1/3] igt_kms: Fix use after free in kmstest_get_pipe_from_crtc_id
 2016-04-28  9:14 UTC  (6+ messages)
` [PATCH i-g-t 2/3] igt_kms: Allow kmstest_get_connector_config to take provided drmModeGetResources
` [PATCH i-g-t 3/3] kms_flip: Reduce dmesg spam by not calling drmModeGetResources too much

Kernel Oops on 3.14.66
 2016-04-28  8:58 UTC  (5+ messages)

[PATCH] drm: Quiet down drm_mode_getresources
 2016-04-28  8:56 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/9] A little bit of KMS debug logging tidy
 2016-04-28  8:54 UTC  (8+ messages)
` [PATCH 1/9] drm: Add drm_mode_debug_printmodeline_raw
` [PATCH 3/9] drm/i915: Compact modes in intel_dump_pipe_config
` [PATCH 9/9] drm: Quiet down drm_mode_getconnector

[PATCH] drm/i915: Protect gen7 irq_seqno_barrier with uncore lock
 2016-04-28  8:42 UTC  (4+ messages)

[PATCH v4 00/21] Add support for GuC-based SLPC
 2016-04-28  8:41 UTC  (37+ messages)
` [PATCH 01/21] drm/i915/slpc: Expose guc functions for use with SLPC
` [PATCH 02/21] drm/i915/slpc: Add has_slpc capability flag
` [PATCH 03/21] drm/i915/slpc: Add slpc_version_check
` [PATCH 04/21] drm/i915/slpc: Add enable_slpc module parameter
` [PATCH 05/21] drm/i915/slpc: Use intel_slpc_* functions if supported
` [PATCH 06/21] drm/i915/slpc: Enable SLPC in guc "
` [PATCH 07/21] drm/i915/slpc: If using SLPC, do not set frequency
` [PATCH 08/21] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [PATCH 09/21] drm/i915/slpc: Setup rps frequency values during SLPC init
` [PATCH 10/21] drm/i915/slpc: Update current requested frequency
` [PATCH 11/21] drm/i915/slpc: Send reset event
` [PATCH 12/21] drm/i915/slpc: Send shutdown event
` [PATCH 13/21] drm/i915/slpc: Add Display mode event related data structures
` [PATCH 14/21] drm/i915/slpc: Notification of Display mode change
` [PATCH 15/21] drm/i915/slpc: Notification of Refresh Rate change
` [PATCH 16/21] drm/i915/slpc: Add slpc_status enum values
` [PATCH 17/21] drm/i915/slpc: Add parameter unset/set/get functions
` [PATCH 18/21] drm/i915/slpc: Add slpc support for max/min freq
` [PATCH 19/21] drm/i915/slpc: Add enable/disable debugfs for slpc
` [PATCH 20/21] drm/i915/slpc: Add i915_slpc_info to debugfs
` [PATCH 21/21] drm/i915/slpc: Fail intel_runtime_suspend if SLPC or RPS not active
` ✓ Fi.CI.BAT: success for Add support for GuC-based SLPC (rev4)

RFC: libdrm: Support Iris Graphics 540 & 550 (Skylake GT3e)
 2016-04-28  8:37 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915/guc: Use major_minor version for filename
 2016-04-28  8:36 UTC  (3+ messages)

[PATCH] i915 suspend/resume_noirq instead of suspend_late/resume_early
 2016-04-28  8:32 UTC  (11+ messages)
` ✓ Fi.CI.BAT: success for "

linux-next: build failure after merge of the drm tree
 2016-04-28  8:11 UTC  (2+ messages)

[PATCH 1/4] CI_ONLY: add enable_guc_loading parameter
 2016-04-28  8:04 UTC  (4+ messages)

[PATCH i-g-t 0/7] Improve kms_panel_fitting
 2016-04-28  8:02 UTC  (11+ messages)
` [PATCH i-g-t 6/7] kms_panel_fitting: Don't skip test after finding an incompatible connector
` [PATCH i-g-t 7/7] kms_panel_fitting: Add support for LVDS and DSI connectors

[PATCH v2 1/5] drm/i915/guc: add enable_guc_loading parameter
 2016-04-28  6:24 UTC  (6+ messages)
` [PATCH v2 2/5] drm/i915/guc: pass request (not client) to i915_guc_{wq_check_space, submit}()
` [PATCH v2 3/5] drm/i915/guc: don't spinwait if the GuC's workqueue is full
` [PATCH v2 4/5] drm/i915/guc: rework guc_add_workqueue_item()
` [PATCH v2 5/5] DO NOT MERGE: change default to using GuC submission if possible
` ✓ Fi.CI.BAT: success for series starting with [v2,1/5] drm/i915/guc: add enable_guc_loading parameter

[Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2016-04-28  5:29 UTC  (8+ messages)
` [Announcement] 2014-Q3 release of "
  ` [Announcement] 2015-Q1 "
      ` [Announcement] 2015-Q2 "
        ` [Announcement] 2015-Q3 "
          ` [Announcement] 2015-Q4 "
            ` [Announcement] 2016-Q1 "

[PATCH] drm/i915: Update RAWCLK_FREQ register on VLV/CHV
 2016-04-27 19:38 UTC  (6+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] drm/i915: Unify VLV/CHV DPOunit clock gating disable/enable
 2016-04-27 19:37 UTC  (7+ messages)
` ✗ Fi.CI.BAT: warning for "

[CI-ping 01/15] drm/i915: Force clean compilation with -Werror
 2016-04-27 18:52 UTC  (8+ messages)
` [CI-ping 15/15] drm/i915: Late request cancellations are harmful

[PATCH 1/2] drm/i915/guc: add enable_guc_loading parameter
 2016-04-27 17:53 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/guc: default to using GuC submission where possible

[PATCH 0/3] drm/i915: Cdclk related fixes and polish
 2016-04-27 17:34 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: Use cached cdclk value in i915_audio_component_get_cdclk_freq()
` [PATCH 3/3] drm/i915: Fix comments about GMBUSFREQ register
` ✗ Fi.CI.BAT: warning for drm/i915: Cdclk related fixes and polish

[PATCH] drm/i915: respect VBT PSR link standby configuration for HSW/BDW
 2016-04-27 17:31 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 1/2] drm/i915/BXT: Retrieving the horizontal timing for DSI
 2016-04-27 17:11 UTC  (4+ messages)
` [RFC PATCH 2/2] drm/i915/bxt: Adjusting the error in horizontal timings retrieval

[PATCH 00/12] drm/atomic: Rename async to nonblocking
 2016-04-27 15:31 UTC  (3+ messages)
` [PATCH 07/12] drm/rcar-du: Rename async to nonblock

[PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL
 2016-04-27 15:03 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Set legacy properties when using legacy gamma set IOCTL. (rev2)

[PATCH v4 00/10] Unduplicate CHV phy code
 2016-04-27 14:39 UTC  (14+ messages)
` [PATCH v4 01/10] drm/i915: Set crtc_state->lane_count for HDMI
` [PATCH v4 02/10] drm/i915: Unduplicate CHV signal level code
` [PATCH v4 03/10] drm/i915: Unduplicate chv_data_lane_soft_reset()
` [PATCH v4 04/10] drm/i915: Unduplicate CHV phy-releated pre pll enabling code
` [PATCH v4 05/10] drm/i915: Unduplicate CHV pre-encoder enabling phy logic
` [PATCH v4 06/10] drm/i915: Unduplicate CHV encoders' post pll disable code
` [PATCH v4 07/10] drm/i915: Unduplicate VLV signal level code
` [PATCH v4 08/10] drm/i915: Unduplicate VLV phy pre pll enabling code
` [PATCH v4 09/10] drm/i915: Unduplicate pre encoder enabling phy code
` [PATCH v4 10/10] drm/i915: Move VLV HDMI lane reset work around logic to intel_dpio_phy.c
` ✗ Fi.CI.BAT: failure for Unduplicate CHV phy code (rev5)

[PATCH] drm/i915: In render_state_init reset obj in teardown path
 2016-04-27 13:51 UTC  (3+ messages)

blank screen on boot with i915/DRM_FBDEV_EMULATION
 2016-04-27 13:30 UTC  (9+ messages)
      ` i951 ERRORs and WARN_ON()s (was: blank screen on boot with i915/DRM_FBDEV_EMULATION)
            ` [Intel-gfx] "

Premature unpinning, finally?
 2016-04-27 13:26 UTC  (12+ messages)
` [PATCH v6 01/25] drm/i915/fbdev: Call intel_unpin_fb_obj() on release
` [PATCH v6 14/25] drm/i915: Manually unwind after a failed request allocation
` [PATCH v6 15/25] drm/i915: Preallocate enough space for the average request
` [PATCH v6 16/25] drm/i915: Update execlists context descriptor format commentary

[PATCH] drm/i915: tidy up gen8_init_scratch
 2016-04-27 13:14 UTC  (6+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: tidy up gen8_init_scratch (rev2)

[PATCH i-g-t v4 0/6] Improve kms_panel_fitting
 2016-04-27 12:42 UTC  (7+ messages)
` [PATCH i-g-t v4 1/6] kms_panel_fitting: Remove un-read variable
` [PATCH i-g-t v4 2/6] kms_panel_fitting: Remove un-read variable pipe_crc
` [PATCH i-g-t v4 3/6] kms_panel_fitting: Remove un-used variable
` [PATCH i-g-t v4 4/6] kms_panel_fitting: Switched DRM format to a hardware agnostic alternative
` [PATCH i-g-t v4 5/6] kms_panel_fitting: Enabled test on non-Intel hardware
` [PATCH i-g-t v4 6/6] kms_panel_fitting: Enable connectors with "scaling mode" property set

No premature unpinning
 2016-04-27 12:32 UTC  (4+ messages)
` [PATCH v4 01/25] drm/i915/fbdev: Call intel_unpin_fb_obj() on release


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox