public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-05-17 13:08:11 to 2016-05-19 10:02:40 UTC [more...]

[PATCH] drm/i915: Enable GSE interrupt on BDW+
 2016-05-19 10:02 UTC  (3+ messages)
` [PATCH v2] "
` ✗ Ro.CI.BAT: failure for drm/i915: Enable GSE interrupt on BDW+ (rev2)

[PATCH v8 0/6] Convert requests to use struct fence
 2016-05-19  9:47 UTC  (12+ messages)
` [PATCH v8 1/6] drm/i915: Add per context timelines to fence object
` [PATCH v8 4/6] drm/i915: Interrupt driven fences

[PATCH 1/7] drm/i915: Enable edp psr error interrupts on hsw
 2016-05-19  9:36 UTC  (23+ messages)
` [PATCH 2/7] drm/i915/psr: Try to program link training times correctly
  ` [Intel-gfx] "
` [PATCH 3/7] drm/i915/psr: Make idle_frames sensible again
` [PATCH 4/7] drm/i915/psr: Skip aux handeshake if the vbt tells us to
` [PATCH 5/7] drm/i915/psr: Order DP aux transactions correctly
` [PATCH 6/7] drm/i915/psr: Use ->get_aux_send_ctl functions
` [PATCH 7/7] drm/i915/psr: Implement PSR2 w/a for skl/kbl
  ` [PATCH] drm/i915/psr: Implement PSR2 w/a for gen9
` ✗ Ro.CI.BAT: failure for series starting with [1/7] drm/i915: Enable edp psr error interrupts on hsw
` ✗ Ro.CI.BAT: warning for series starting with [1/7] drm/i915: Enable edp psr error interrupts on hsw (rev2)

[PATCH 00/21] drm/i915: SKL/KBL/BXT cdclk stuff
 2016-05-19  9:18 UTC  (8+ messages)
` [PATCH 01/21] drm/i915: Fix BXT min_pixclk after state readout
` [PATCH 02/21] drm/i915/skl: SKL CDCLK change on modeset tracking VCO

[PATCH 0/5] drm/i915: Additional PSR stuff
 2016-05-19  8:47 UTC  (10+ messages)
` [PATCH 1/5] drm/dp: Add drm_dp_psr_setup_time()
  ` [PATCH v2 "
` [PATCH 2/5] drm/i915: Check PSR setup time vs. vblank length
` [PATCH 3/5] drm/dp: Add drm_dp_psr_need_train_on_exit()
` [PATCH 4/5] drm/i915: Ask the sink whether training is required when exiting PSR main-link off mode
` [PATCH 5/5] drm/i915: Move psr.link_standby setup to intel_psr_match_conditions()
` ✗ Ro.CI.BAT: failure for drm/i915: Additional PSR stuff

From work_struct to tasklet_struct
 2016-05-19  8:36 UTC  (8+ messages)
` [PATCH 1/5] drm/i915: Convert RPS irq worker into a tasklet
` [PATCH 2/5] drm/i915: Convert L3 parity "
` [PATCH 3/5] drm/i915: Convert OpRegion ASLE "
` [PATCH 4/5] drm/i915: Convert display-port "
` [PATCH 5/5] drm/i915: Convert hotplug "
` ✗ Ro.CI.BAT: failure for series starting with [1/5] drm/i915: Convert RPS "

[PATCH] drm/i915/fbdev: Limit the global async-domain synchronization
 2016-05-19  8:28 UTC  (3+ messages)
` ✗ Ro.CI.BAT: warning for "
` [PATCH v2] "

[PATCH v2 00/21] Rework page flip, remove cs flips, async unpin and unified pageflip
 2016-05-19  8:21 UTC  (39+ messages)
` [PATCH v2 01/21] drm/core: Add drm_accurate_vblank_count, v5
` [PATCH v2 02/21] drm/i915: Remove stallcheck special handling, v3
` [PATCH v2 03/21] drm/i915: Remove intel_finish_page_flip_plane
` [PATCH v2 04/21] drm/i915: Remove intel_prepare_page_flip, v3
` [PATCH v2 05/21] drm/i915: Add support for detecting vblanks when hw frame counter is unavailable
` [PATCH v2 06/21] drm/i915: Unify unpin_work and mmio_work into flip_work, v2
` [PATCH v2 07/21] Revert "drm/i915: Avoid stalling on pending flips for legacy cursor updates"
` [PATCH v2 08/21] drm/i915: Allow mmio updates on all platforms, v2
` [PATCH v2 09/21] drm/i915: Convert flip_work to a list
` [PATCH v2 10/21] drm/i915: Add the exclusive fence to plane_state
` [PATCH v2 12/21] drm/i915: Remove cs based page flip support
` [PATCH v2 13/21] drm/i915: Remove use_mmio_flip kernel parameter
` [PATCH v2 14/21] drm/i915: Remove queue_flip pointer
` [PATCH v2 15/21] drm/i915: Remove reset_counter from intel_crtc
` [PATCH v2 16/21] drm/i915: Pass atomic states to fbc update functions
` [PATCH v2 17/21] drm/i915: Prepare connectors for nonblocking checks
` [PATCH v2 18/21] drm/i915: Make unpin async
` [PATCH v2 19/21] Reapply "drm/i915: Avoid stalling on pending flips for legacy cursor updates"
` [PATCH v2 20/21] drm/i915: Check for unpin correctness
` [PATCH v2 21/21] drm/i915: Allow async update of pageflips
` ✗ Ro.CI.BAT: failure for Rework page flip, remove cs flips, async unpin and unified pageflip. (rev5)

[PATCH] drm: Nuke ->vblank_disable_allowed
 2016-05-19  8:02 UTC  (5+ messages)

force DP lane count on Broadwell platform
 2016-05-19  6:31 UTC  (4+ messages)

[PATCH i-g-t v6 0/7] kms_flip_event_leak and kms_vblank fixes for VC4
 2016-05-19  0:07 UTC  (8+ messages)
` [PATCH i-g-t v6 1/7] lib/igt_kms: Add support for up to 10 planes
` [PATCH i-g-t v6 2/7] lib/igt_kms: Fix plane counting in igt_display_init
` [PATCH i-g-t v6 3/7] lib/igt_kms: Switch to verbose assert
` [PATCH i-g-t v6 4/7] lib/igt_kms: Added kmstest_get_vbl_flag to igt_kms
` [PATCH i-g-t v6 5/7] kms_vblank: Switch from using crtc0 statically to explicitly setting mode
` [PATCH i-g-t v6 6/7] igt_kms: Change igt_wait_for_vblank to use helper function
` [PATCH i-g-t v6 7/7] kms_flip: Change __wait_for_vblank "

[PATCH] Revert "sna: Refresh last detection timestamp on hotplug notifies"
 2016-05-18 21:35 UTC 

i915 issues with 4.6
 2016-05-18 20:53 UTC  (2+ messages)

[PULL] topic/drm-misc
 2016-05-18 19:53 UTC 

[PATCH] drm: use seqlocks for vblank time/count
 2016-05-18 15:10 UTC  (5+ messages)

[PATCH i-g-t] tests: Moved gem_concurrent_blit back to the normal set
 2016-05-18 13:58 UTC  (6+ messages)
` [PATCH i-g-t] autotools/: Keep gem_concurrent_blit in tests/ and put gem_conccurent_all in EXTRAS

[PATCH] drm/i915: Add ppgtt->kunmap_page_dma vfunc
 2016-05-18 13:51 UTC  (9+ messages)
` ✗ Ro.CI.BAT: failure for "
  ` [PATCH v2] "
` ✗ Ro.CI.BAT: failure for drm/i915: Add ppgtt->kunmap_page_dma vfunc (rev2)

[PATCH i-g-t 0/6] lib/igt_kms cleanups v3
 2016-05-18 13:44 UTC  (3+ messages)
` [PATCH i-g-t 1/6] lib/igt_kms: fix clearing up connector/pipe state on atomic commit

[PATCH i-g-t] Modifying scaler tests to use COMMIT_ATOMIC path
 2016-05-18 12:47 UTC  (2+ messages)

[PATCH v2] drm/i915/bxt: reserve space for RC6 in the the GuC WOPCM
 2016-05-18 11:50 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH 0/9] Introduce the implementation of GVT context
 2016-05-18 11:22 UTC  (8+ messages)
` [PATCH 2/9] drm/i915/gvt: Fold vGPU active check into inner functions
` [PATCH 3/9] drm/i915: gvt: Introduce the basic architecture of GVT-g
` [PATCH 7/9] drm/i915: Introduce execlist context status change notification

[PATCH 0/7] wait_for and wait_until_reg
 2016-05-18 11:17 UTC  (22+ messages)
` [PATCH 1/7] drm/i915: Remove the wait_for_us macro
` [PATCH 2/7] drm/i915: Use milliseconds in _wait_for macro
` [PATCH 3/7] drm/i915: Spin opportunistically in wait_for
` [PATCH 4/7] drm/i915: Take longer naps "
` [PATCH 5/7] drm/i915: Introduce wait_until_reg
` [PATCH 6/7] drm/i915: Use wait_until_reg macros
` [PATCH 7/7] drm/i915/debug: Warn when waiting on condition timeouts
` ✗ Ro.CI.BAT: failure for wait_for and wait_until_reg

[CI 1/8] async: Add support for explicit fine-grained barriers
 2016-05-18 10:33 UTC  (10+ messages)
` [CI 2/8] pm-complete
` [CI 3/8] timeline
` [CI 4/8] ctx
` [CI 5/8] resume
` [CI 6/8] resume-kms
` [CI 7/8] move-opregion-setup
` [CI 8/8] ucode-resume
` ✗ Ro.CI.BAT: failure for series starting with [CI,1/8] async: Add support for explicit fine-grained barriers

[PATCH] drm/i915/dmc: Step away from symbolic links
 2016-05-18 10:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 1/3] drm/i915/hda: Add audio component stub
 2016-05-18  9:06 UTC  (24+ messages)

FreeBSD i915 driver update
 2016-05-18  8:50 UTC  (7+ messages)

[PATCH i-g-t v5 0/7] kms_flip_event_leak and kms_vblank fixes for
 2016-05-17 22:37 UTC  (5+ messages)
` [PATCH i-g-t v5 7/7] kms_flip: Change __wait_for_vblank to use helper function

[PULL] topic/drm-misc
 2016-05-17 16:49 UTC 

[PATCH 1/4] drm/i915: Early exit from rps worker if GPU is idle
 2016-05-17 16:30 UTC  (9+ messages)
` [PATCH 2/4] drm/i915: Set softmin frequency when going from idle to busy
` [PATCH 3/4] drm/i915: Allow controlling idle frequency from userspace
` [PATCH 4/4] drm/i915: Extract common get/set frequency limits functions
` [PATCH 1/4 v2] drm/i915: Early exit from rps worker if GPU is idle
  ` [PATCH 1/4 v3] "
` ✓ Ro.CI.BAT: success for series starting with [1/4,v3] drm/i915: Early exit from rps worker if GPU is idle (rev3)

[PATCH] drm/i915: Update kerneldoc for intel_dpll_mgr.c
 2016-05-17 15:11 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

Regression report] Weekly regression report WW45
 2016-05-17 15:45 UTC  (7+ messages)
` [Regression report] Weekly regression report WW46
  ` [Regression report] Weekly regression report WW48
    ` [Regression report] Weekly regression report WW50
      ` [Regression report] Weekly regression report WW51
          ` [Regression report] Weekly regression report WW14
            ` [Regression report] Weekly regression report WW20

[PATCH 0/6] Move dpio access out of intel_display.c
 2016-05-17 14:04 UTC  (4+ messages)

[PATCH 0/3] drm/i915/dsi: dcs backlight control
 2016-05-17 14:01 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Add DCS control for Panel PWM

[PATCH v4 1/2] drm/i915: refactor i915_gem_object_pin_map()
 2016-05-17 13:58 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [v4,1/2] "

[PATCH i-g-t] tests/pm_rps: Add handling of idle frequency exposed via sysfs
 2016-05-17 13:55 UTC 


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