Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-27 11:26:39 to 2015-05-29 16:44:19 UTC [more...]

[PATCH 00/55] Remove the outstanding_lazy_request
 2015-05-29 16:43 UTC  (2+ messages)
` [PATCH 01/55] drm/i915: Re-instate request->uniq becuase it is extremely useful

[PATCH 00/59] Remove the outstanding_lazy_request
 2015-05-29 14:37 UTC  (5+ messages)

[PATCH] drm/i915: abstract hpd irq storm detection
 2015-05-29 14:04 UTC  (2+ messages)

[PATCH v4 00/12] All sort of cdclk stuff
 2015-05-29 13:51 UTC  (37+ messages)
` [PATCH v4 01/12] drm/i915: Fix i855 get_display_clock_speed
` [PATCH v4 02/12] drm/i915: Fix 852GM/GMV cdclk
` [PATCH v4 03/12] drm/i915: Add cdclk extraction for g33, g965gm and g4x
` [PATCH v4 04/12] drm/i915: Warn when cdclk for the platforms is not known
` [PATCH v4 05/12] drm/i915: Cache current cdclk frequency in dev_priv
` [PATCH v4 06/12] drm/i915: Use cached cdclk value
` [PATCH v4 07/12] drm/i915: Unify ilk and hsw .get_aux_clock_divider
` [PATCH v4 8/8] drm/i915: Store max cdclk value in dev_priv
` [PATCH v4 09/12] drm/i915: Don't enable IPS when pixel rate exceeds 95%
` [PATCH v4 10/12] drm/i915: HSW cdclk support
` [PATCH v4 11/12] drm/i915: Add IS_BDW_ULX
` [PATCH v4 12/12] drm/i915: BDW clock change support

[PATCH 1/3] drm/i915: Fix command parser to validate multiple register access with the same command
 2015-05-29 13:44 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Extend the parser to check register writes against a mask/value pair
` [PATCH 3/3] drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist

[PATCH] drm/i915: limit PPGTT size to 2GB in 32-bit platforms
 2015-05-29 13:15 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] drm/i915/vlv: fix RC6 residency time calculation
 2015-05-29 12:56 UTC  (2+ messages)

[PATCH 00/21] ppgtt cleanups / scratch merge (V2)
 2015-05-29 12:53 UTC  (6+ messages)
` [PATCH 02/21] drm/i915/gtt: Workaround for HW preload not flushing pdps
` [PATCH 15/21] drm/i915/gtt: Fill scratch page

[PATCH] drm/i915: Don't skip request retirement if the active list is empty
 2015-05-29 12:22 UTC  (5+ messages)

[PATCH 00/35] Make legacy modeset a lot more atomic-like
 2015-05-29 11:28 UTC  (4+ messages)
` [PATCH 15/35] drm/i915: Remove all *_pipes flags from modeset
    ` [PATCH] drm/i915: Silence compiler warning

[RFC 00/14] DSI Command mode(DBI mode) enabling on CHT
 2015-05-29 10:59 UTC  (16+ messages)
` [RFC 01/14] drm/i915: allocate gem memory for mipi dbi cmd buffer
` [RFC 02/14] drm/i915: Add support for TEAR ON Sequence
` [RFC 03/14] drm/i915: Add functions for dcs memory write cmd
` [RFC 04/14] drm/i915: Calculate bw timer for mipi DBI interface
` [RFC 05/14] drm/i915: Use the bpp value wrt the pixel format
` [RFC 06/14] drm/i915: Disable vlank interrupt for disabling MIPI cmd mode
` [RFC 07/14] drm/i915: Disable MIPI display self refresh mode
` [RFC 08/14] drm/i915: Disable Tearing effect trigger by GPIO pin
` [RFC 09/14] drm/i915: Changes for command mode preparation
` [RFC 10/14] drm/i915: Enable Tearing effect trigger by GPIO pin
` [RFC 11/14] drm/i915: Enable MIPI display self refresh mode
` [RFC 12/14] drm/i915: Generalize DSI enable function
` [RFC 13/14] drm/i915: Reset the display hw if vid mode to cmd mode
` [RFC 14/14] drm/i915: send one frame after enabling mipi "

[PATCH] drm/i915: Fix IPS related flicker
 2015-05-29  8:47 UTC  (3+ messages)

[PATCH 00/03] Preventing zero GPU virtual address allocation
 2015-05-29  8:18 UTC  (16+ messages)
` [PATCH 01/03] drm/i915: add a context parameter to {en, dis}able zero address mapping
` [PATCH i-g-t 4/3] tests/gem_ctx_param_basic: Expand ctx_param tests

[QA 2015/05/29 ww22] Testing report for `drm-intel-testing`
 2015-05-29  8:16 UTC 

[PATCH] drm/i915: Another fbdev hack to avoid PSR on fbcon
 2015-05-29  8:18 UTC  (3+ messages)

[PATCH] drm/i915: Return the frontbuffer flip to enable intel_crtc_enable_planes
 2015-05-29  8:18 UTC  (2+ messages)

intel_check_page_flip() - WARN_ON(!in_interrupt())
 2015-05-29  6:26 UTC  (2+ messages)

[PATCH 0/7] drm/i915 hotplug cleanup, part II
 2015-05-29  6:18 UTC  (12+ messages)
` [PATCH 1/7] drm/i915: add for_each_hpd_pin to iterate over hotplug pins
` [PATCH 2/7] drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
` [PATCH 3/7] drm/i915: put back the indent in intel_hpd_irq_handler
` [PATCH 4/7] drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
` [PATCH 5/7] drm/i915: simplify condition for digital port
` [PATCH 6/7] drm/i915: abstract away platform specific parts from hpd handling
` [PATCH 7/7] drm/i915/bxt: clear hpd status sticky bits earlier

[PATCH v3 00/22] drm/i915: Convert to atomic, part 2
 2015-05-29  1:23 UTC  (18+ messages)
` [PATCH v3 08/22] drm/i915: Zap call to drm_plane_helper_disable
` [PATCH v3 10/22] drm/i915: Support modeset across multiple pipes
  ` [PATCH v3 13/22] drm/i915: Swap planes on each crtc separately
  ` [PATCH v3 14/22] drm/i915: Move cdclk and pll setup to intel_modeset_compute_config()
  ` [PATCH v3 15/22] drm/i915: Read hw state into an atomic state struct
  ` [PATCH v3 16/22] drm/i915: Implement intel_crtc_control using atomic state, v3
    ` [PATCH v3.6 16/22] drm/i915: Implement intel_crtc_control using atomic state, v4
  ` [PATCH v3 20/22] drm/i915: Calculate haswell plane workaround, v3
    ` [PATCH v3.6 20/22] drm/i915: Calculate haswell plane workaround, v4

[PATCH] drm/i915: Fix IPS related flicker
 2015-05-28 23:57 UTC  (2+ messages)

[PATCH i-g-t v2] tests/pm_backlight: Add backlight test
 2015-05-28 17:04 UTC  (2+ messages)

[PULL] drm-intel-next
 2015-05-28 16:10 UTC 

[PATCH 1/3] drm/i915: Only show view type for GGTT VMAs
 2015-05-28 14:09 UTC  (12+ messages)
` [PATCH 2/3] drm/i915: Show human readable GGTT view name in debugfs
` [PATCH 3/3] drm/i915: Use intel_plane_obj_offset from more places

[PATCH 00/13] Update of the HDMI DPLL dividers computation
 2015-05-28 14:06 UTC  (25+ messages)
` [PATCH 02/13] drm/i915/skl: Make sure to break when not finding suitable PLL dividers
` [PATCH 03/13] drm/i915/skl: Display the WRPLL frequency we couldn't accomodate when failing
` [PATCH 08/13] drm/i915/skl: Remove unnecessary () used with abs_diff()
` [PATCH 09/13] drm/i915/skl: Use MISSING_CASE() in skl_wrpll_params_populate()
` [PATCH 10/13] drm/i915: Correctly prefix HSW/BDW HDMI clock functions
` [PATCH 11/13] drm/i915/skl: Don't try to store the wrong central frequency
` [PATCH 12/13] drm/i915/skl: Replace the HDMI DPLL divider computation algorithm
` [PATCH 13/13] drm/i915/skl: Prefer even dividers for SKL DPLLs

[PATCH i-g-t v4] lib/tests/igt_segfault Add unit test to test segfault handling
 2015-05-28 13:01 UTC  (3+ messages)

[PATCH] drm/i915: Fix DDC probe for passive adapters
 2015-05-28 12:34 UTC  (7+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

[PATCH] drm/i915: Disable 12bpc hdmi for now
 2015-05-28 12:22 UTC  (3+ messages)

[PATCH i-g-t v3] lib/tests/igt_segfault.c Add unit test to test segfault handling
 2015-05-28 11:37 UTC  (4+ messages)

[PATCH] Documentation/drm: Update rotation property with 90/270 and description
 2015-05-28 11:19 UTC  (3+ messages)
` [PATCH] Documentation/drm: Update rotation property
  ` [Intel-gfx] "

[PATCH v2] drm/i915/hsw: Fix workaround for server AUX channel clock divisor
 2015-05-28 10:33 UTC  (3+ messages)

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently
 2015-05-28  9:03 UTC  (7+ messages)
` [PATCH 2/3] drm/radeon: Switch to drm_vblank_on/off

[PATCH] drm/i915: disable IPS while getting the sink CRCs
 2015-05-28  8:05 UTC  (7+ messages)

[PULL] topic/drm-misc
 2015-05-28  6:40 UTC 

[PATCH 0/3] drm/i915: CHV DPIO and PFI stuff
 2015-05-28  6:29 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Throw out WIP CHV power well definitions

[RFC PATCH 00/11] drm/i915: Expose OA metrics via perf PMU
 2015-05-27 16:41 UTC  (7+ messages)

[PATCH i-g-t] scripts/run-tests.sh: add option to not retry incomplete tests on resume
 2015-05-27 15:25 UTC 

[drm-intel:topic/drm-misc 17/19] DockBook: Warning(include/drm/drm_crtc.h:1190): No description found for parameter 'prop_mode_id'
 2015-05-27 14:57 UTC 

[PATCH i-g-t] scripts/run-tests.sh: Allow adding excluded tests on resume
 2015-05-27 14:42 UTC  (2+ messages)

[drm-intel:topic/drm-misc 16/19] DockBook: Warning(include/drm/drm_crtc.h:308): No description found for parameter 'mode_blob'
 2015-05-27 14:14 UTC 

[PATCH i-g-t] kms_rotation_crc: Update rotation direction for kernel changes
 2015-05-27 13:25 UTC  (3+ messages)

[PATCH i-g-t v2] lib/tests/igt_segfault.c Add unit test to test segfault handling
 2015-05-27 13:14 UTC  (3+ messages)

[PATCH 0/7] drm/i915 hotplug cleanup
 2015-05-27 12:42 UTC  (10+ messages)
` [PATCH 1/7] drm/i915: reduce indent in i9xx_hpd_irq_handler
` [PATCH 2/7] drm/i915: reduce duplicate conditions "
` [PATCH 3/7] drm/i915: reduce indent in intel_hpd_irq_handler
` [PATCH 4/7] drm/i915: group all hotplug related fields into a new struct in dev_priv
` [PATCH 5/7] drm/i915: abstract port hotplug long pulse detection more
` [PATCH 6/7] drm/i915: remove useless DP and DDI encoder ->hot_plug hooks
` [PATCH 7/7] drm/i915/dsi: remove non-op hot plug callback

[PATCH i-g-t] tests/pm_backlight: Add backlight test
 2015-05-27 12:29 UTC  (3+ messages)

[RFC 00/12] i915 init-time configuration
 2015-05-27 12:23 UTC  (10+ messages)
` [RFC 09/12] drm/i915/config: Add VBT settings configuration

[PATCH 1/2] drm/i915: s/dpio_lock/sb_lock/
 2015-05-27 12:11 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Adjust sideband locking a bit for CHV/VLV

[PATCH] drm/i915: Kill intel_flush_primary_plane()
 2015-05-27 12:08 UTC  (2+ messages)

[PATCH i-g-t] lib/tests/igt_segfault.c Add unit test to test segfault handling
 2015-05-27 12:04 UTC  (4+ messages)

[PATCH 00/16] 48b PPGTT
 2015-05-27 12:02 UTC  (5+ messages)
` [PATCH 15/16] drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset

[PULL] topic/drm-fixes
 2015-05-27 11:37 UTC 

[PATCH] drm/i915/skl: changed the filename of csr firmware
 2015-05-27 11:34 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).