public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2016-05-17 15:43:31 to 2016-05-19 13:20:01 UTC [more...]

[PATCH 00/21] drm/i915: SKL/KBL/BXT cdclk stuff
 2016-05-19 13:18 UTC  (19+ 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 03/21] drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config()
` [PATCH 04/21] drm/i915: Extract skl_calc_cdclk()
` [PATCH 05/21] drm/i915: Actually read out DPLL0 vco on skl from hardware
` [PATCH 06/21] drm/i915: Report the current DPLL0 vco on SKL/KBL
` [PATCH 07/21] drm/i915: Allow enable/disable of DPLL0 around cdclk changes on SKL

[CI 01/20] drm: Restore double clflush on the last partial cacheline
 2016-05-19 13:18 UTC  (28+ messages)
` [CI 02/20] drm/i915/shrinker: Flush active on objects before counting
` [CI 03/20] drm/i915: Delay queuing hangcheck to wait-request
` [CI 04/20] drm/i915: Remove the dedicated hangcheck workqueue
` [CI 05/20] drm/i915: Make queueing the hangcheck work inline
` [CI 06/20] drm/i915: Slaughter the thundering i915_wait_request herd
` [CI 07/20] drm/i915: Remove the lazy_coherency parameter from request-completed?
` [CI 08/20] drm/i915: Use HWS for seqno tracking everywhere
` [CI 09/20] drm/i915: Stop mapping the scratch page into CPU space
` [CI 10/20] drm/i915: Allocate scratch page from stolen
` [CI 11/20] drm/i915: Refactor scratch object allocation for gen2 w/a buffer
` [CI 12/20] drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)
` [CI 13/20] drm/i915: Check the CPU cached value of seqno after waking the waiter
` [CI 14/20] drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
` [CI 15/20] drm/i915: Stop setting wraparound seqno on initialisation
` [CI 16/20] drm/i915: Only query timestamp when measuring elapsed time
` [CI 17/20] drm/i915: Convert trace-irq to the breadcrumb waiter
` [CI 18/20] drm/i915: Move the get/put irq locking into the caller
` [CI 19/20] drm/i915: Simplify enabling user-interrupts with L3-remapping
` [CI 20/20] drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
` ✗ Ro.CI.BAT: warning for series starting with [CI,01/20] drm: Restore double clflush on the last partial cacheline

[PATCH] drm/i915: only disable memory self-refresh on GMCH
 2016-05-19 12:50 UTC 

[PATCH i-g-t] build: Skip configure step if is NOCONFIGURE set
 2016-05-19 12:41 UTC 

[PATCH v2 00/21] Rework page flip, remove cs flips, async unpin and unified pageflip
 2016-05-19 12:16 UTC  (44+ 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 11/21] drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3
` [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

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

[PATCH i-g-t] assembler/: Fix lex warnings for %empty and %nonassoc
 2016-05-19 11:28 UTC  (2+ messages)

[PATCH 1/7] drm/i915: Enable edp psr error interrupts on hsw
 2016-05-19 10:50 UTC  (24+ 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] drm/i915/fbdev: Limit the global async-domain synchronization
 2016-05-19 10:11 UTC  (4+ messages)
` ✗ Ro.CI.BAT: warning for "
` [PATCH v2] "
` ✓ Ro.CI.BAT: success for drm/i915/fbdev: Limit the global async-domain synchronization (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 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: 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  (4+ 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  (8+ messages)
  ` [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  (5+ 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 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  (18+ 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  (2+ messages)
` ✓ Ro.CI.BAT: success for series starting with [1/4,v3] drm/i915: Early exit from rps worker if GPU is idle (rev3)


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