Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-11 12:18:02 to 2013-10-15 18:15:22 UTC [more...]

[RFC] Runtime display PM for VLV/BYT
 2013-10-15 18:15 UTC  (11+ messages)
` [PATCH 1/5] drm/i915/vlv: power well support "
` [PATCH 2/5] drm/i915: add display power well report out to debugfs
` [PATCH 3/5] drm/i915/vlv: suspend/resume fixes for VLV/BYT
` [PATCH 4/5] drm/i915: take power well refs when needed
` [PATCH 5/5] drm/i915/vlv: support save/restore of display state around power well toggle

[PATCH] drm/i915: Use pipe_name() instead of the pipe number
 2013-10-15 17:59 UTC  (2+ messages)

Pipe CRCs v1
 2013-10-15 17:55 UTC  (17+ messages)
` [PATCH 01/16] drm/i915: Expose latest 200 CRC value for pipe through debugfs
` [PATCH 02/16] drm/i915: Add a control file for pipe CRCs
` [PATCH 03/16] drm/i915: Keep the CRC values into a circular buffer
` [PATCH 04/16] drm/i915: Sample the frame counter instead of a timestamp for CRCs
` [PATCH 05/16] drm/i915: Make switching to the same CRC source a no-op
` [PATCH 06/16] drm/i915: Enforce going back to none before changing CRC source
` [PATCH 07/16] drm/i915: Empty the circular buffer when asked for a new source
` [PATCH 08/16] drm/i915: Dynamically allocate the CRC circular buffer
` [PATCH 09/16] drm/i915: Generalize the CRC command format for future work
` [PATCH 10/16] drm/i915: Rename i915_pipe_crc_ctl to i915_display_crc_ctl
` [PATCH 11/16] drm/i915: Warn if we receive an interrupt after freeing the buffer
` [PATCH 12/16] drm/i915: Add log messages when CRCs collection is started/stopped
` [PATCH 13/16] drm/i915: Move drm_add_fake_info_node() higher in the file
` [PATCH 14/16] drm/i915: Implement blocking read for pipe CRC files
` [PATCH 15/16] drm/i915: Only one open() allowed on pipe CRC result files
` [PATCH 16/16] drm/i915: Enable pipe CRCs

[Intel-gfx] [PATCH] drm: add support for additional stereo 3D modes
 2013-10-15 17:55 UTC  (4+ messages)
`  "
  ` [PATCH v2] "

[PATCH 00/16] drm/i915: More HSW watermark prep work v2
 2013-10-15 17:46 UTC  (46+ messages)
` [PATCH v2 01/16] drm/i915: Add intel_pipe_wm and prepare for watermark pre-compute
` [PATCH 05/16] drm/i915: Move some computations out from hsw_compute_wm_parameters()
      ` [PATCH 17/16] drm/i915: Check 5/6 DDB split only when sprites are enabled
` [PATCH 09/16] drm/i915: Store current watermark state in dev_priv->wm
` [PATCH 10/16] drm/i915: Improve watermark dirtyness checks
        ` [PATCH v2 "
` [PATCH 11/16] drm/i915: Init HSW watermark tracking in intel_modeset_setup_hw_state()
    ` [PATCH v2 "
` [PATCH 12/16] drm/i915: Remove a somewhat silly debug print from watermark code
` [PATCH v2 13/16] drm/i915: Adjust watermark register masks
` [PATCH 14/16] drm/i915: Add watermark tracepoints
` [PATCH 15/16] drm/i915: Rename ilk_wm_max to ilk_compute_wm_maximums
` [PATCH 16/16] drm/i915: Rename ilk_check_wm to ilk_validate_wm_level

[PATCH 1/3] drm/i915: Allow GT Slices Shutdown on Boot
 2013-10-15 17:19 UTC  (7+ messages)
` [PATCH] i915_drm: add exec flag for request forcing Intel GT full
` [PATCH] testcases: Slice Shutdown sysfs switch and gt force full exec buffer flag
` [PATCH 2/3] drm/i915: Slice Shutdown: Allow setting slice config (full x half) through sysfs
` [PATCH 3/3] drm/i915: HSW GT3 Slices: Userspace can dynamically forcibly enable all slices

[PATCH 1/2] drm/i915: Do a fuller init after reset
 2013-10-15 17:02 UTC  (9+ messages)
` [PATCH 2/2] drm/i915: cleanup context fini
` [PATCH] drm/i915: Replace has_bsd/blt/vebox with a mask

[PATCH 0/2] drm/i915: fix hdmi audio pixel clock config
 2013-10-15  9:09 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: pass mode to write eld
` [PATCH 2/2] drm/i915: set hdmi audio clock

Patch for crashing intel server
 2013-10-15  8:25 UTC  (6+ messages)
  ` Bug#724944: [Intel-gfx] "

[PATCH] drm/i915/dp: constify link_status
 2013-10-15  7:30 UTC  (3+ messages)

[PATCH] drm/i915/lvds: don't restore hw state in the lid notifier for pch platforms
 2013-10-14 21:13 UTC  (5+ messages)

[PATCH 1/2] drm/i915: make backlight functions take a connector v3
 2013-10-14 18:03 UTC  (12+ messages)
` [PATCH 2/2] drm/i915/vlv: use per-pipe backlight controls v2
          ` intel-drm-nightly broken on 835GM
` [PATCH] drm/i915: make backlight functions take a connector v4
    ` [PATCH] drm/i915: make backlight functions take a connector v5

[PATCH 0/2] drm/i915: Gen2 vblank stuff
 2013-10-14 15:23 UTC  (5+ messages)
` [PATCH 1/2] drm/i915: Fix gen2 scanout position readout
` [PATCH 2/2] drm/i915: Don't pretend that gen2 has a hardware frame counter

[PATCH 0/3] drm/i915: i915_get_crtc_scanoutpos improvements
 2013-10-14 15:13 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: Fix scanoutpos calculations
    ` [PATCH v2 "

[PATCH 0/9] drm/i915: Plane rotation support
 2013-10-14 15:10 UTC  (8+ messages)
` [PATCH 6/9] drm: Add drm_rotation_simplify()
  ` [Intel-gfx] "
` [PATCH 9/9] drm/i915: Add rotation property for sprites

[PATCH 1/2] drm/i915: Use DIV_ROUND_CLOSEST() to calculate dot/vco
 2013-10-14 14:59 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Use vlv_clock() in vlv_crtc_clock_get()

linux-next: manual merge of the drm-intel tree
 2013-10-14 14:48 UTC  (2+ messages)
` linux-next: manual merge of the drm tree

Macmini6, 1 with i915 2:2.20.0-0ubuntu0~precise1 Hard Freezing and drm_ioctl Debug Message Help
 2013-10-14 11:42 UTC  (2+ messages)

[Dell Inspiron 15R 5521] Can't toggle backlight brightness
 2013-10-14  9:33 UTC  (4+ messages)

[PATCH] drm/i915: Add breadcrumbs for why the backlight is being set
 2013-10-14  8:20 UTC  (6+ messages)

[PULL] drm-intel-next
 2013-10-14  6:50 UTC 

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww41
 2013-10-14  2:45 UTC 

[PATCH v5 0/4] Fix Win8 backlight issue
 2013-10-12 14:10 UTC  (20+ messages)
` [PATCH v5 1/4] backlight: introduce backlight_device_registered
` [PATCH v5 2/4] ACPI / video: seperate backlight control and event interface
` [PATCH v5 3/4] ACPI / video: Do not register backlight if win8 and native interface exists
` [PATCH v5 4/4] thinkpad-acpi: fix handle locate for video and query of _BCL

[Alsa-user] intel-hda: sound via HDMI only when using interlaced modes
 2013-10-12 11:51 UTC  (16+ messages)

Bug#724944: Patch
 2013-10-12  3:15 UTC 

[PATCH intel-gpu-tools] Depend on libdrm_intel >= 2.4.47
 2013-10-12  2:27 UTC  (2+ messages)

[PATCH] drm/i915: protect HSW power well check with IS_HASWELL in redisable_vga
 2013-10-11 21:46 UTC  (3+ messages)

[PATCH intel-gpu-tools] configure: Don't bail if libdrm_nouveau isn't available
 2013-10-11 22:52 UTC  (7+ messages)

[PATCH] drm/i915: Fix pre-CTG vblank counter
 2013-10-11 21:42 UTC  (4+ messages)

[PATCH 2/3] drm/i915: Kconfig option to disable the legacy fbdev support
 2013-10-11 21:37 UTC  (4+ messages)
` [PATCH] "

[PATCH 0/3] fbdev-less i915, take 2
 2013-10-11 21:36 UTC  (4+ messages)
` [PATCH 1/3] drm: Add separate Kconfig option for fbdev helpers

[PATCH 1/2] drm/i915: don't save/restore CACHE_MODE_0 on gen7+
 2013-10-11 21:33 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/vlv: add doc names to sideband file

[PATCH] drm/i915: Fix pipe off timeout handling for pre-gen4
 2013-10-11 21:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] drm/i915: increase the SWSCI DSLP default timeout to 50ms
 2013-10-11 21:21 UTC  (4+ messages)

[PATCH 1/2] drm/i915: check for power well in redisable VGA with generic fn
 2013-10-11 20:44 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: move gt powersave init out of save_state and modeset_init_hw

[PATCH] drm/i915: Fix VLV frame counter registers
 2013-10-11 19:28 UTC  (2+ messages)

[PATCH] drm/i915: Disable all GEM timers and work on unload
 2013-10-11 16:28 UTC  (3+ messages)

[PATCH] drm: add support for additional stereo 3D modes
 2013-10-11 15:59 UTC  (2+ messages)

BUG: sleeping function called from invalid context on 3.10.10-rt7
 2013-10-11 14:38 UTC  (12+ messages)
          ` [Intel-gfx] "

[PATCH i-g-t] testdisplay: Allow getopt to print error messages
 2013-10-11 12:17 UTC  (2+ messages)


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