public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-04-09 10:29:54 to 2014-04-10 07:22:35 UTC [more...]

Power saving using Display port HPD
 2014-04-10  7:22 UTC  (2+ messages)

[PATCH] drm/i915: get power domain in case the BIOS enabled eDP VDD
 2014-04-10  7:21 UTC  (2+ messages)

[PATCH] mm: Throttle shrinkers harder
 2014-04-10  7:05 UTC 

[PATCH] Revert "drm/i915: fix infinite loop at gen6_update_ring_freq"
 2014-04-10  7:04 UTC 

[PATCH 00/71] drm/i915/chv: Add Cherryview support
 2014-04-10  7:00 UTC  (104+ messages)
` [PATCH 02/71] drm/i915/chv: Add IS_CHERRYVIEW() macro
` [PATCH 03/71] drm/i915/chv: PPAT setup for Cherryview
` [PATCH 07/71] drm/i915/chv: Add DPFLIPSTAT register bits "
` [PATCH 10/71] drm/i915/chv: Preliminary interrupt support "
    ` [PATCH v9 "
` [PATCH 11/71] drm/i915/chv: Add Cherryview interrupt registers into debugfs
` [PATCH 12/71] drm/i915/chv: Initial clock gating support for Cherryview
` [PATCH 13/71] drm/i915/chv: Add Cherryview PCI IDs
    ` [PATCH v5 "
` [PATCH 14/71] drm/i915/chv: Add early quirk for stolen
` [PATCH 15/71] drm/i915/chv: Add DDL register defines for Cherryview
` [PATCH 16/71] drm/i915/chv: Add DPIO offset for Cherryview. v3
` [PATCH 17/71] drm/i915/chv: Update Cherryview DPLL changes to support Port D. v2
` [PATCH 18/71] drm/i915/chv: Add vlv_pipe_to_channel
` [PATCH 19/71] drm/i915/chv: Trigger phy common lane reset
` [PATCH 20/71] drm/i915/chv: find the best divisor for the target clock v4
` [PATCH 21/71] drm/i915/chv: Add update and enable pll for Cherryview
` [PATCH 22/71] drm/i915/chv: Add phy supports "
` [PATCH 23/71] drm/i915/chv: Pipe select change for DP and HDMI
` [PATCH 24/71] drm/i915/chv: Add DPLL state readout support
` [PATCH 25/71] drm/i915/chv: CHV doesn't have CRT output
` [PATCH 26/71] drm/i915: Enable PM Interrupts for CHV/BDW Platform
` [PATCH 27/71] drm/i915/chv: Enable Render Standby (RC6) for Cheeryview
` [PATCH 28/71] drm/i915/chv: Added CHV specific register read and write
` [PATCH 29/71] drm/i915/chv: Enable RPS (Turbo) for Cheeryview
` [PATCH 30/71] drm/i915/chv: Enable PM interrupts when we in CHV turbo initialize sequence
` [PATCH 31/71] drm/i915/chv: Added CHV specific DDR fetch into init_clock_gating
` [PATCH 32/71] drm/i915/bdw: Add BDW PM Interrupts support and BDW rps disable
` [PATCH 33/71] drm/i915/chv: Fix for verifying PCBR address field
` [PATCH 34/71] drm/i915/chv: Implement stolen memory size detection
` [PATCH 35/71] drm/i915/chv: Implement WaDisablePartialInstShootdown:chv
` [PATCH 36/71] drm/i915/chv: Implement WaDisableThreadStallDopClockGating:chv
` [PATCH 37/71] drm/i915/chv: Implement WaVSRefCountFullforceMissDisable:chv and WaDSRefCountFullforceMissDisable:chv
` [PATCH 38/71] drm/i915/chv: Implement WaDisableSemaphoreAndSyncFlipWait:chv
` [PATCH 39/71] drm/i915/chv: Implement WaDisableCSUnitClockGating:chv
` [PATCH 40/71] drm/i915/chv: Implement WaDisableSDEUnitClockGating:chv
` [PATCH 41/71] drm/i915/chv: Add some workaround notes
` [PATCH 42/71] drm/i915/chv: Implement WaDisableSamplerPowerBypass for CHV
` [PATCH 43/71] drm/i915/chv: Add a bunch of pre production workarounds
` [PATCH 44/71] drm/i915/chv: Fix for decrementing fw count in chv read/write
` [PATCH 45/71] drm/i915/chv: Streamline CHV forcewake stuff
` [PATCH 46/71] drm/i915/chv: CHV doesn't need WaRsForcewakeWaitTC0
` [PATCH 47/71] drm/i915/chv: Skip gen6_gt_check_fifodbg() on CHV
` [PATCH 48/71] drm/i915/chv: Add plane C support
` [PATCH 49/71] drm/i915/chv: Add CHV display support
` [PATCH 50/71] drm/i915/chv: Clarify VLV/CHV PIPESTAT bits a bit more
` [PATCH 51/71] drm/i915/chv: Use valleyview_pipestat_irq_handler() for CHV
` [PATCH 52/71] drm/i915/chv: Make CHV irq handler loop until all interrupts are consumed
` [PATCH 53/71] drm/i915/chv: Configure crtc_mask correctly for CHV
` [PATCH 54/71] drm/i915/chv: Fix gmbus for port D
` [PATCH 55/71] drm/i915/chv: Add cursor pipe offsets
` [PATCH 56/71] drm/i915/chv: Bump num_pipes to 3
` [PATCH 57/71] drm/i915/chv: Fix PORT_TO_PIPE for CHV
` [PATCH 58/71] drm/i915/chv: Register port D encoders and connectors
` [PATCH 59/71] drm/i915/chv: Fix CHV PLL state tracking
` [PATCH 60/71] drm/i915/chv: Move data lane deassert to encoder pre_enable
` [PATCH 61/71] drm/i915/chv: Turn off dclkp after the PLL has been disabled
` [PATCH 62/71] drm/i915/chv: Reset data lanes in encoder .post_disable() hook
` [PATCH 63/71] drm/i915/chv: Set soft reset override bit for data lane resets
` [PATCH 64/71] drm/i915/chv: Don't use PCS group access reads
` [PATCH 65/71] drm/i915/chv: Don't do group access reads from TX lanes either
` [PATCH 66/71] drm/i915/chv: Use RMW to toggle swing calc init
` [PATCH 67/71] drm/i915/chv: Try to program the PHY used clock channel overrides
` [PATCH 68/71] drm/i915/chv: Force clock buffer enables
` [PATCH 69/71] drm/i915/chv: Force PHY clock buffers off after PLL disable
` [PATCH 70/71] drm/i915: Don't use pipe_offset stuff for DPLL registers
` [PATCH 71/71] drm/i915/chv: Handle video DIP registers on CHV

[PATCH 0/5] drm/i915: Add the support of dual BSD rings on BDW GT3
 2014-04-10  6:58 UTC  (14+ messages)
` [PATCH 1/5] drm/i915: Split the BDW device definition to prepare for "
` [PATCH 4/5] drm/i915:Add the VCS2 switch in Intel_ring_setup_status_page for Gen7 to remove the switch check warning
` [PATCH 5/5] drm/i915:Use the coarse mechanism based on drm fd to dispatch the BSD command on BDW GT3

[PATCH 0/2] Optimization on intel HDMI detect and get_modes
 2014-04-10  6:46 UTC  (8+ messages)

[PATCH 3/3] drm/i915: Track OACONTROL register enable/disable during parsing
 2014-04-10  6:43 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] drm/mm: Don't WARN if drm_mm_reserve_node
 2014-04-09 23:20 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH] drm/i915/bdw: Use timeout mode for RC6 on bdw
 2014-04-09 22:36 UTC  (3+ messages)

[PATCH 1/3] Update for glamor in the 1.16 server
 2014-04-09 22:24 UTC  (3+ messages)
` [PATCH 2/3] Use fbpict.h instead of defining its prototypes ourselves
` [PATCH 3/3] uxa: Fix load_cursor_argb for the new Xorg ABI

[PATCH 0/4] Reduce intel_display.c
 2014-04-09 21:49 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: extract intel_eld.c from intel_display.c
` [PATCH 2/4] drm/i915: extract intel_cursor.c "
` [PATCH 3/4] drm/i915: extract intel_fdi.c "
` [PATCH 4/4] drm/i915: extract intel_pll.c "

[PATCH 0/6] drm-intel-collector - update
 2014-04-09 21:46 UTC  (17+ messages)
` [PATCH 1/6] drm/i915: Bring UP Power Wells before disabling RC6
` [PATCH 2/6] drm/i915: dma_buf_vunmap is presumed not to fail, don't let it
` [PATCH 3/6] drm/i915: Add support for stealing purgable stolen pages

[PATCH] drm/i915: Add more registers to the whitelist for mesa
 2014-04-09 19:54 UTC  (6+ messages)
    ` [PATCH] SQUASH: drm/i915: One more register "

[PATCH] drm/i915: Prevent signals from interrupting close()
 2014-04-09 17:58 UTC  (7+ messages)

[BUG] Cursor code broken
 2014-04-09 17:02 UTC  (5+ messages)

[PATCH 1/2] drm/i915: check VBT for supported backlight type
 2014-04-09 17:01 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: do not setup backlight if not available according to VBT
` [Intel-gfx] [PATCH 1/2] drm/i915: check VBT for supported backlight type

[PATCH 00/49] Execlists
 2014-04-09 16:54 UTC  (4+ messages)
` [PATCH 31/49] drm/i915/bdw: Introduce dependent contexts

[PATCH 0/7] Updated MIPI sequence for BYT
 2014-04-09 16:50 UTC  (4+ messages)

[PATCH 00/15] vlv: add support for RPM
 2014-04-09 16:47 UTC  (21+ messages)
` [PATCH 06/15] drm/i915: get init power domain for gpu error state capture
` [PATCH 07/15] drm/i915: vlv: check port power domain instead of only D0 for eDP VDD on
` [PATCH 10/15] drm/i915: disable runtime PM until delayed RPS/RC6 enabling completes
` [PATCH 11/15] drm/i915: vlv: disable RPM if RC6 is not enabled
` [PATCH 14/15] drm/i915: vlv: add runtime PM support

[PATCH] tests/gen7_forcewake_mt: Don't set the GGTT bit in SRM command
 2014-04-09 16:47 UTC  (5+ messages)

[PATCH 05/15] drm/i915: take init power domain for sysfs/debugfs entries where needed
 2014-04-09 16:35 UTC  (8+ messages)
` [PATCH v2 5/15] "

[PATCH v3 0/5] drm/i915: Atomic sprites v3
 2014-04-09 15:08 UTC  (3+ messages)

[PATCH] drm/i915: Remove spurious semicolons
 2014-04-09 14:10 UTC  (2+ messages)

[PATCH 0/5] RFC: Displayport Link Policy Maker Update
 2014-04-09 13:26 UTC  (2+ messages)

[PATCH] drm/i915: Rename GEN8_PIPE_FLIP_DONE to PRIMARY_FLIP_DONE
 2014-04-09 13:15 UTC  (3+ messages)

[PATCH] drm/i915: add flags to i915_ring_stop
 2014-04-09 13:09 UTC  (3+ messages)

[PATCH 0/3] GEN8 SRM changes
 2014-04-09 12:59 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: Protect the argument expansion in LRI and SRM macros
` [PATCH 3/3] drm/i915/bdw: Use the GEN8 SRM when qeueing a flip

[PATCH] drm/i915: Rename to GEN8_LEGACY_PDPES
 2014-04-09 12:56 UTC  (2+ messages)

[PATCH] drm/i915: Make vm eviction uninterruptible
 2014-04-09 12:54 UTC  (11+ messages)

[PATCH] drm/i915: move infoframe setting to after pll enable v2
 2014-04-09 12:48 UTC  (4+ messages)
` [PATCH] drm/i915: move infoframe setting to after pll enable v3

[PATCH] tests/gem_exec_parse: Test for OACONTROL tracking
 2014-04-09 12:25 UTC  (3+ messages)

[PATCH 00/24] drm/i915: Two part watermark update for ILK+
 2014-04-09 12:22 UTC  (4+ messages)
` [PATCH 04/24] drm/i916: Refactor WM register maximums


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