Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-11-08 21:15:15 to 2013-11-14 10:11:56 UTC [more...]

[PATCH 00/13] drm/i915: backlight rewrite
 2013-11-14 10:13 UTC  (45+ messages)
` [PATCH 01/13] drm/i915: clean up backlight conditional build
` [PATCH 02/13] drm/i915: make backlight info per-connector
` [PATCH 03/13] drm/i915: make asle notifications update backlight on all connectors
` [PATCH 04/13] drm/i915: handle backlight through chip specific functions
` [PATCH 05/13] drm/i915: fix gen2-gen3 backlight set
` [PATCH 06/13] drm/i915: vlv does not have pipe field in backlight registers
` [PATCH 07/13] drm/i915: move backlight level setting in enable/disable to hooks
` [PATCH 08/13] drm/i915: use the initialized backlight max value instead of reading it
` [PATCH 09/13] drm/i915: debug print on backlight register
` [PATCH 10/13] drm/i915: gather backlight information at setup
` [PATCH 11/13] drm/i915: do full backlight setup at enable time
  ` [PATCH v2 "
` [PATCH 12/13] drm/i915: nuke get max backlight functions
` [PATCH 13/13] drm/i915: do not save/restore backlight registers
    ` [PATCH v2] drm/i915: do not save/restore backlight registers in KMS

[PATCH 1/7] drm/i915: Optimize pipe irq handling on bdw
 2013-11-14  8:21 UTC  (11+ messages)
    ` [PATCH] Workaround for flicker with panning on the i830

[Acer Aspire V5-573G] Black screen on boot due to low brightness setting
 2013-11-14  8:05 UTC  (4+ messages)

[PATCH] i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7
 2013-11-14  1:59 UTC 

[PATCH 0/3] Deprecate legacy crap
 2013-11-14  0:43 UTC  (14+ messages)
` [PATCH 1/3] drm/i915: Make AGP=n work even on gen3
` [PATCH 2/3] drm/i915: Kill legeacy AGP for gen3 kms
  ` [PATCH] "
` [PATCH 3/3] drm/i915: Deprecated UMS support
  ` [PATCH] "

[PATCH 0/2] drm/i915: VLV GT wake FIFO stuff
 2013-11-14  0:00 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Report all GTFIFODBG errors
` [PATCH 2/2] drm/i915: Fix GT wake FIFO free entries for VLV

BIOS fb wrapping
 2013-11-13 22:11 UTC  (16+ messages)
` [PATCH 1/5] drm/i915: make pitch_for_width take a tiled arg
` [PATCH 2/5] drm/i915: retrieve current fb config into new plane_config structure at init
` [PATCH 3/5] drm/i915: split fb allocation and initialization
` [PATCH 4/5] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon
` [PATCH 5/5] drm/i915: don't memset the fb buffer

[PATCH] lib: adjust oom_score
 2013-11-13 21:25 UTC 

kernel 3.11.6 general protection fault
 2013-11-13 21:19 UTC  (4+ messages)

[PATCH] x86/early quirk: use gen6 stolen detection for VLV
 2013-11-13 20:37 UTC  (3+ messages)

[PATCH] drm/i915: Update rps interrupt limits
 2013-11-13 19:09 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] drm/i915: Downgrade pipe state mismatches to DRM_DEBUG_KMS
 2013-11-13 15:33 UTC 

[PATCH 1/1] tests: add gem_reset_stats
 2013-11-13 14:26 UTC  (6+ messages)
` [PATCH] "

[RFC/Draft] Testing requirements for upstream drm/i915 patches
 2013-11-13 13:42 UTC  (5+ messages)

compilation broken again
 2013-11-13 11:03 UTC  (4+ messages)

[PATCH 1/2] drm/i915: add i915_reset_count
 2013-11-13 10:52 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: add i915_get_reset_stats_ioctl
    ` [PATCH] drm/i915: check i915_get_reset_stats_ioctl args

[ANNOUNCE] xf86-video-intel 2.99.906
 2013-11-13 10:02 UTC 

[PATCH] drm/i915/dp: set sink to power down mode on dp disable
 2013-11-13  8:03 UTC  (4+ messages)

[PATCH 1/2] intel: Add accessor to get HW context ID from a drm_intel_context
 2013-11-13  7:08 UTC  (4+ messages)
` [PATCH 2/2] intel: Silence warning in non-Valgrind build

[PATCH] drm/i915: drop duplicate ggtt vma list add in setup_global_gtt
 2013-11-13  0:06 UTC  (3+ messages)

[PATCH 1/2] tests/pm_pc8: fix compilation errors
 2013-11-12 17:07 UTC  (4+ messages)

[PULL] drm-intel-fixes
 2013-11-12 13:21 UTC 

[PATCH 1/2] drm/i915: add i915_reset_count
 2013-11-12 12:44 UTC  (2+ messages)

[PATCH 1/2] drm/i915: add i915_reset_count
 2013-11-12 12:12 UTC 

[PATCH v2 00/11] Android build sytem
 2013-11-12 11:55 UTC  (13+ messages)
` [PATCH v2 01/11] build: list all test/tool/lib source files in their own Makefile.sources
` [PATCH v2 02/11] build: Fix missing "\" in tests/Makefile.sources
` [PATCH v2 03/11] build: Move logic to tests/Makefile.am and away from Makefile.sources
` [PATCH v2 04/11] lib: Move kms stuff from drmtest.c over to igt_kms.c
` [PATCH v2 05/11] rendercopy: Remove rendercopy.c
` [PATCH v2 06/11] tests/drm_get_client_auth: In Android, use gettid() instead of syscall(SYS_gettid)
` [PATCH v2 07/11] tests/gem_vmap_blits: Finish extracting gem_read
` [PATCH v2 08/11] build: Fix assorted compilation warnings
` [PATCH v2 09/11] lib/drmtest: Get the correct basename() under Android
` [PATCH v2 10/11] lib/igt_display: workaround a name conflict in Android
` [PATCH v2 11/11] build: New Android makefiles

intel_drv.so segfault
 2013-11-12 11:39 UTC  (12+ messages)

Nov 2013 MSR: Kevin Rogovin
 2013-11-12  7:29 UTC 

[PATCH] drm/i915/bdw: PIPE_[BC] I[ME]R moved to powerwell
 2013-11-12  7:16 UTC  (6+ messages)

vblank_count count jumps backwards and then forwards across system suspend
 2013-11-12  0:23 UTC 

[PATCH 01/21] drm/i915: Optimize pipe irq handling on bdw
 2013-11-11 22:58 UTC  (6+ messages)
` [PATCH 14/21] drm/i915: Abstract backlight registers a bit
` [PATCH 21/21] drm/i915/bdw: Limit GTT to 2GB

[PATCH] lib: adjust oom_score
 2013-11-11 22:06 UTC 

[PATCH 1/2] drmtest: introduce kmsg_error functions
 2013-11-11 21:10 UTC  (10+ messages)
` [PATCH 2/2] tests: add kms_edp_vdd_race

[PATCH] lib/drmtest: Retire requests via drop caches after gem_quiescent_gpu
 2013-11-11 18:54 UTC  (5+ messages)

[PATCH] tests/drv_suspend: Replace "&> /dev/null" with "> /dev/null 2>&1"
 2013-11-11 18:27 UTC  (2+ messages)

[PATCH] drm/i915/bdw: GEN8 backlight support
 2013-11-11 18:19 UTC  (2+ messages)

[PATCH] drm/i915/bdw: Add BDW to ULT macro
 2013-11-11 18:18 UTC  (2+ messages)

[PATCH 0/3] Per Engine hang detection and recovery
 2013-11-11 17:55 UTC  (4+ messages)

[GMA500/CDV] HDMI AVI infoframe code
 2013-11-11 16:18 UTC  (4+ messages)

[PATCH 3/3] drm/i915: Export TDR hang count to debugfs
 2013-11-11 14:59 UTC 

[PATCH 2/3] drm/i915: Per-engine Timeout detection and recovery on HSW
 2013-11-11 14:59 UTC 

[PATCH 1/3] drm/1915: Add ring functions to save/restore context for per-ring reset
 2013-11-11 14:58 UTC 

[PATCH v2 0/7] drm/i915: Baytrail MIPI DSI support Updated
 2013-11-11 10:28 UTC  (11+ messages)
` [PATCH v2 1/7] drm/i915: Add more dev ops for MIPI sub encoder
` [PATCH v2 2/7] drm/i915: Use FLISDSI interface for band gap reset
` [PATCH v2 3/7] drm/i915: Compute dsi_clk from pixel clock
` [PATCH v2 4/7] drm/i915: Try harder to get best m, n, p values with minimal error
` [PATCH v2 5/7] drm/i915: Reorganize the DSI enable/disable sequence
` [PATCH v2 6/7] drm/i915: Remove redundant DSI PLL enabling
` [PATCH v2 7/7] drm/i915: Parametrize the dphy and other spec specific parameters
  ` [Intel-gfx] [PATCH v2 0/7] drm/i915: Baytrail MIPI DSI support Updated

[PATCH 1/2] drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centric
 2013-11-11  9:23 UTC  (4+ messages)

[PATCH] drm/i915: tune down hangcheck noise
 2013-11-11  7:02 UTC  (2+ messages)

[PATCH] configure: Use proper variables set by PKG_CHECK_MODULES
 2013-11-10 11:36 UTC  (2+ messages)

[PATCH 0/7] Hangcheck and arb robustness
 2013-11-08 21:20 UTC  (11+ messages)
` [PATCH 7/7] drm/i915: add i915_get_reset_stats_ioctl

[RFC 0/6] Haswell runtime PM support + D3
 2013-11-08 18:42 UTC  (7+ messages)
` [RFC i-g-t] tests: add runtime_pm


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