Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-03-22 11:12:54 to 2012-03-26 17:53:07 UTC [more...]

[RFC] [PATCH 00/38] Haswell
 2012-03-26 17:53 UTC  (58+ messages)
` [PATCH 05/37] drm/i915: add support for power wells
` [PATCH 06/37] drm/i915: add DDI registers
` [PATCH 07/37] drm/i915: add DP_TP_CTL registers
` [PATCH 09/37] drm/i915: add definitions for DDI_BUF_CTL registers
` [PATCH 11/37] drm/i915: add definition of DDI buffer translations regs
` [PATCH 12/37] drm/i915: add SBI registers
` [PATCH 14/37] drm/i915: add PIXCLK_GATE register
` [PATCH 15/37] drm/i915: add S PLL control
` [PATCH 16/37] drm/i915: add port clock selection support for HSW
` [PATCH 17/37] drm/i915: add SSC offsets for SBI access
` [PATCH 18/37] drm/i915: add GTC registers
` [PATCH 19/37] drm/i915: add LCPLL control registers
` [PATCH 20/37] drm/i915: add WM_LINETIME registers
` [PATCH 21/37] drm/i915: calculate watermarks on Gen7 archs in one place
` [PATCH 23/37] drm/i915: do not set 6BPP dithering on haswell
` [PATCH 25/37] drm/i915: haswell has 3 pipes as well
` [PATCH 26/37] drm/i915: reuse Ivybridge interrupts code for Haswell
` [PATCH 27/37] drm/i915: share pipe count handling with Ivybridge
` [PATCH 28/37] drm/i915: share IVB cursor routine with Haswell
` [PATCH 30/37] drm/i915: disable rc6 on haswell for now
` [PATCH 32/37] drm/i915: perform Haswell DDI link training in FDI mode
` [PATCH 33/37] drm/i915: double-write DDI translation table
` [PATCH 34/37] drm/i915: do not use fdi_normal_train on haswell
` [PATCH 36/37] drm/i915: add warning when using old bits on Haswell/LPT
` [PATCH 37/37] drm/i915: dump registers read/write ops

[PATCH v2 1/3] drm/i915: add rc6 residency times to debugfs
 2012-03-26 16:49 UTC  (13+ messages)
` [PATCH 2/3] drm/i915: extract intel_enable_rc6()
` [PATCH v2 3/3] drm/i915: rc6 in sysfs
` [PATCH 1/3] build: make sure we have asprintf
` [PATCH 2/3] drm/i915: extract card getting
` [PATCH v2 3/3] tests: rc6 residency test

[PATCH] xf86-video-intel: deactivate unused CRTCs
 2012-03-26 13:30 UTC  (3+ messages)

[PATCH 01/16] drm/i915: merge shmem_pwrite slow&fast-path
 2012-03-26 12:50 UTC  (23+ messages)
` [PATCH 02/16] drm/i915: merge shmem_pread slow&fast-path
` [PATCH 03/16] drm: add helper to clflush a virtual address range
` [PATCH 04/16] drm/i915: move clflushing into shmem_pread
` [PATCH 05/16] drm/i915: kill ranged cpu read domain support
` [PATCH 06/16] drm/i915: don't use gtt_pwrite on LLC cached objects
` [PATCH 07/16] drm/i915: don't call shmem_read_mapping unnecessarily
` [PATCH 08/16] drm/i915: drop gtt slowpath
` [PATCH 09/16] drm/i915: don't clobber userspace memory before commiting to the pread
` [PATCH 10/16] drm/i915: implement inline clflush for pwrite
` [PATCH 11/16] drm/i915: fall back to shmem pwrite when the buffer is not accessible
` [PATCH 12/16] drm/i915: use uncached writes in pwrite
` [PATCH 13/16] drm/i915: extract copy helpers from shmem_pread|pwrite
` [PATCH 14/16] mm: extend prefault helpers to fault in more than PAGE_SIZE
` [PATCH 15/16] drm/i915: fixup in-line clflushing on bit17 swizzled bos
` [PATCH 16/16] drm/i915: mark pwrite/pread slowpaths with unlikely

[PATCH 1/3] drm/i915: s/i915_gem_do_init/i915_gem_init_global_gtt
 2012-03-26  9:03 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: the intel gtt is _not_ an agp bridge!
` [PATCH 3/3] drm/i915: clear the entire gtt when using gem

[PATCH] drm/i915: Avoid using mappable space for relocation processing through the CPU
 2012-03-26  8:32 UTC  (2+ messages)

[PATCH] drm/i915: Batch copy_from_user for relocation processing
 2012-03-26  7:59 UTC  (5+ messages)

[RFCv2] ValleyView support
 2012-03-26  7:08 UTC  (51+ messages)
` [PATCH 01/26] drm/i915: move NEEDS_FORCE_WAKE to i915_drv.c
` [PATCH 02/26] drm/i915: re-order GT IIR bit definitions
` [PATCH 03/26] drm/i915: add ValleyView driver structs and IS_VALLEYVIEW macro
` [PATCH 04/26] drm/i915: ValleyView watermark support
` [PATCH 05/26] drm/i915: PLL defines for VLV
` [PATCH 06/26] drm/i915: interrupt bit definitions "
` [PATCH 07/26] drm/i915: add ValleyView clock gating init
` [PATCH 08/26] drm/i915: add DPIO read/write functions for ValleyView
` [PATCH 09/26] drm/i915: split PLL update code out of i9xx_crtc_mode_set
` [PATCH 10/26] drm/i915: split LVDS "
` [PATCH 11/26] drm/i915: ValleyView mode setting limits and PLL functions
` [PATCH 12/26] drm/i915: program drain latency regs on ValleyView
` [PATCH 13/26] drm/i915: Enable DP panel power sequencing for ValleyView
` [PATCH 14/26] drm/i915: Enable HDMI on ValleyView
` [PATCH 15/26] agp/intel: map more registers for use by the GTT code
` [PATCH 16/26] agp/intel: add ValleyView AGP driver
` [PATCH 17/26] agp/intel: bind "
` [PATCH 18/26] drm/i915: add ValleyView specific CRT detect function
` [PATCH 19/26] drm/i915: add ValleyView specific force wake get/put functions
` [PATCH 20/26] drm/i915: ValleyView has limited cacheability
` [PATCH 21/26] drm/i915: ValleyView IRQ support
` [PATCH 22/26] drm/i915: display regs are at 0x180000 on ValleyView
` [PATCH 23/26] drm/i915: check for disabled interrupts "
` [PATCH 24/26] drm/i915: add HDMI and DP port enumeration "
` [PATCH 25/26] drm/i915: disable turbo on ValleyView for now
` [PATCH 26/26] drm/i915: bind driver to ValleyView chipsets

[RFC] ValleyView support
 2012-03-26  3:21 UTC  (21+ messages)
` [PATCH 03/25] drm/i915: re-order GT IIR bit definitions
` [PATCH 04/25] drm/i915: Add basic support for parsing of VBT OEM Custom Block
` [PATCH 08/25] drm/i915: ValleyView mode setting limits and PLL functions
` [PATCH 10/25] drm/i915: Enable DP panel power sequencing for ValleyView
` [PATCH 11/25] drm/i915: Enable HDMI on ValleyView
` [PATCH 19/25] drm/i915: display regs are at 0x180000 "

[PATCH] drm/i915: reinstate GM45 TV detection fix
 2012-03-25 20:56 UTC 

[PATCH 1/2] drm/i915/sdov: switch IS_SDVOB to a flag
 2012-03-25 20:37 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: add an explict mmio base for gpio/gmbus io

[PATCH] drm/i915: Relax the need-mappable? flag for execbuffers
 2012-03-25 17:18 UTC  (2+ messages)

[PATCH] drm/i915: enable gmbus on gen2
 2012-03-25 16:40 UTC  (5+ messages)

[PATCH 1/3] drm/i915: add rc6 residency times to debugfs
 2012-03-25 12:21 UTC  (10+ messages)
` [PATCH 2/3] drm/i915: extract intel_enable_rc6()
` [PATCH 3/3] drm/i915: rc6 in sysfs
` [PATCH 1/2] build: make sure we have asprintf
` [PATCH 2/2] tests: rc6 residency test

[PATCH] drm/i915: add rc6 residency times to debugfs
 2012-03-25  0:01 UTC  (5+ messages)

[PATCH] drm/i915: quirk away broken OpRegion VBT
 2012-03-24 23:03 UTC  (2+ messages)

VA-API brightness property
 2012-03-24 12:20 UTC  (6+ messages)
    ` VAAPI crashes X

Need to help on installaling a driver
 2012-03-24  7:24 UTC  (2+ messages)

[PATCH] drm/i915: Mark untiled BLT commands as fenced on gen2/3
 2012-03-23 20:49 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Reorganise rules for get_fence/put_fence
 2012-03-23 20:13 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Remove fence pipelining infrastructure

[PATCH] drm/i915: Initialise GTT MTRR to -1
 2012-03-23 18:45 UTC  (3+ messages)

[PATCH 0/2] RC6 changes for 3.4 got missing
 2012-03-23 15:34 UTC  (5+ messages)
` [PATCH 1/2] drm/i915: allow to select rc6 modes via kernel parameter
` [PATCH 2/2] drm/i915: enable plain RC6 on Sandy Bridge by default

[RFC] Try harder to allocate an mmap offset
 2012-03-23 10:06 UTC  (3+ messages)
` [PATCH 1/5] drm/i915: Release the mmap offset when purging a buffer

Updated -next
 2012-03-23 10:03 UTC 

[PATCH 0/2 v6] drm/i915: LVDS channel mode fixes
 2012-03-22 22:22 UTC  (5+ messages)
` [PATCH 1/2] drm/i915: Check VBIOS value for determining LVDS dual channel mode, too
` [PATCH 2/2] drm/i915: Add lvds_channel module option

[PATCH 1/2] drm/i915: [dinq] Fix six instances of -Warray-bounds
 2012-03-22 16:53 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: [dinq] fix two instances -Wunitialized

[PATCH 0/2] semaphorify the pageflip BO (if possible)
 2012-03-22 16:48 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: use semaphores for the display plane

[PATCH] drm/i915: Sanitize BIOS debugging bits from PIPECONF
 2012-03-22 15:40 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