public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-06-11 08:49:20 to 2016-06-14 21:55:40 UTC [more...]

[isg-gms] [RFC 3/6] drm/i915/vlv: Move fifo_size from intel_plane_wm_parameters to vlv_wm_state
 2016-06-14 21:55 UTC  (3+ messages)
  ` [RFC 4/6] drm/i915/vlv: Change to use intel_crtc_state instead of base CRTC object
  ` [isg-gms] [RFC 5/6] drm/i915/vlv: Add optimal field in intel_crtc_wm_state

[PULL] topic/drm-misc
 2016-06-14 21:48 UTC 

[PULL] drm-intel-fixes
 2016-06-14 21:38 UTC 

[PATCH] drm/i915: Serialise presentation with imported dmabufs
 2016-06-14 20:56 UTC  (5+ messages)
` ✓ Ro.CI.BAT: success for "
  ` [PATCH v2] "

[PATCH 00/14] Cruft removal around drm_master
 2016-06-14 18:51 UTC  (15+ messages)
` [PATCH 01/14] drm: Nuke legacy maps debugfs files
` [PATCH 02/14] drm: Hide hw.lock cleanup in filp->release better
` [PATCH 03/14] drm: Link directly from drm_master to drm_device
` [PATCH 04/14] drm: Move master functions into drm_auth.c
` [PATCH 05/14] drm: Extract drm_master_open
` [PATCH 06/14] drm: Extract drm_master_relase
` [PATCH 07/14] drm: Only do the hw.lock cleanup in master_relase for !MODESET
` [PATCH 08/14] drm: Move authmagic cleanup into drm_master_release
` [PATCH 09/14] drm: Protect authmagic with master_mutex
` [PATCH 10/14] drm: Mark authmagic ioctls as unlocked
` [PATCH 11/14] drm: Mark set/drop master ioctl "
` [PATCH 12/14] drm: Move master pointer from drm_minor to drm_device
` [PATCH 13/14] drm: Clean up drm_crtc.h
` [PATCH 14/14] drm: Use dev->name as fallback for dev->unique

[PATCH 1/5] drm/i915: Signal drm events for atomic
 2016-06-14 16:01 UTC  (13+ messages)
` [PATCH 2/5] drm/i915: Roll out the helper nonblock tracking
  ` [PATCH 2.5/5] Reapply "drm/i915: Pass atomic states to fbc update, functions."
` [PATCH 3/5] drm/i915: nonblocking commit
  ` [PATCH] "
` [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

[PATCH v5] drm/i915/ilk: Don't disable SSC source if it's in use
 2016-06-14 15:54 UTC  (2+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH] drm/i915: Force vblanks around evasion when i915.watermark_test is set
 2016-06-14 15:48 UTC  (4+ messages)

[PATCH 0/7] drm/i915: Make infoframe code available to (e)DP ports
 2016-06-14 14:40 UTC  (23+ 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 v11 0/9] Introduce the implementation of GVT context
 2016-06-14 14:07 UTC  (12+ messages)
` [PATCH v11 1/9] drm/i915: Factor out i915_pvinfo.h
` [PATCH v11 2/9] drm/i915: Use offsetof() to calculate the offset of members in PVINFO page
` [PATCH v11 3/9] drm/i915: Fold vGPU active check into inner functions
` [PATCH v11 4/9] drm/i915: gvt: Introduce the basic architecture of GVT-g
` [PATCH v11 5/9] drm/i915: Make ring buffer size of a LRC context configurable
` [PATCH v11 6/9] drm/i915: Make addressing mode bits in context descriptor configurable
` [PATCH v11 7/9] drm/i915: Introduce execlist context status change notification
` [PATCH v11 8/9] drm/i915: Support LRC context single submission
` [PATCH v11 9/9] drm/i915: Introduce GVT context creation API
` ✗ Ro.CI.BAT: warning for Introduce the implementation of GVT context (rev9)

[PATCH v3 0/7] drm/i915/guc: updates to GuC doorbell handling
 2016-06-14 14:05 UTC  (13+ 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 v2 0/6] drm/i915/guc: updates to GuC doorbell handling
 2016-06-14 13:31 UTC  (17+ messages)
` [PATCH v2 1/6] drm/i915/guc: add doorbell map to debugfs/i915_guc_info
` [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
` [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-14 13:11 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 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

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: 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  (3+ messages)
` [PATCH 3/3] drm/i915/psr: Do not activate PSR when vblank interrupts are enabled

[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] drm/i915: prefer INTEL_GEN(dev_priv) to INTEL_INFO(dev)->gen
 2016-06-13 14:59 UTC  (3+ messages)

[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  (11+ 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

[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  (3+ messages)

[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 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  (4+ messages)
` ✗ Ro.CI.BAT: failure for series starting with drm/i915/guc: suppress GuC-related message on non-GuC platforms (rev2)

[PATCH 1/3] drm/i915/guc: fix GuC loading/submission check
 2016-06-13  9:00 UTC  (3+ messages)
` [PATCH] drm/i915/guc: suppress GuC-related message on non-GuC platforms

[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 "


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