public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-04-08 19:06:09 to 2014-04-09 16:21:44 UTC [more...]

[PATCH] drm/i915: Add more registers to the whitelist for mesa
 2014-04-09 16:22 UTC  (3+ messages)

[PATCH 00/71] drm/i915/chv: Add Cherryview support
 2014-04-09 16:20 UTC  (94+ messages)
` [PATCH 01/71] drm/i915/chv: IS_BROADWELL() should not be true for Cherryview
` [PATCH 02/71] drm/i915/chv: Add IS_CHERRYVIEW() macro
` [PATCH 03/71] drm/i915/chv: PPAT setup for Cherryview
` [PATCH 04/71] drm/i915/chv: Flush caches when programming page tables
` [PATCH 05/71] drm/i915/chv: Enable aliasing PPGTT for CHV
` [PATCH 06/71] drm/i915/chv: Add PIPESTAT register bits for Cherryview
` [PATCH 07/71] drm/i915/chv: Add DPFLIPSTAT "
` [PATCH 08/71] drm/i915/chv: Add display interrupt registers "
` [PATCH 09/71] drm/i915/chv: Add DPINVGTT registers defines "
` [PATCH 10/71] drm/i915/chv: Preliminary interrupt support "
` [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 05/15] drm/i915: take init power domain for sysfs/debugfs entries where needed
 2014-04-09 16:06 UTC  (6+ messages)
` [PATCH v2 5/15] "

[PATCH 0/7] Updated MIPI sequence for BYT
 2014-04-09 16:01 UTC  (10+ messages)
` [PATCH 1/7] drm/i915: Program Rcomp and band gap reset everytime we resume from power gate
` [PATCH 2/7] drm/i915: Enable MIPI port before the plane and pipe enable
` [PATCH 3/7] drm/i915: Disable DPOunit clock gating
` [PATCH 4/7] drm/i915: Parameterize the Clockstop and escape_clk_div
` [PATCH 5/7] drm/i915: Panel commands can be sent only when clock is in LP11
` [PATCH 6/7] drm/i915: Send DPI command explicitely in LP mode
` [PATCH 7/7] drm/i915: Enable RANDOM resolution support for MIPI panels

[PATCH 00/15] vlv: add support for RPM
 2014-04-09 15:43 UTC  (19+ messages)
` [PATCH 02/15] drm/i915: vlv: clear master interrupt flag when disabling interrupts
` [PATCH 04/15] drm/i915: fix rc6 status debug print
` [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 09/15] drm/i915: vlv: factor out vlv_force_gfx_clock
` [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 12/15] drm/i915: add various missing GTI/Gunit register definitions
` [PATCH 14/15] drm/i915: vlv: add runtime PM support

[BUG] Cursor code broken
 2014-04-09 15:19 UTC  (4+ messages)

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

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

[PATCH] drm/i915: Prevent signals from interrupting close()
 2014-04-09 15:03 UTC  (3+ messages)

[PATCH 0/5] drm/i915: Add the support of dual BSD rings on BDW GT3
 2014-04-09 14:45 UTC  (10+ messages)
` [PATCH 1/5] drm/i915: Split the BDW device definition to prepare for "
` [PATCH 2/5] drm/i915:Initialize the second BSD ring on BDW GT3 machine
` [PATCH 3/5] drm/i915:Handle the irq interrupt for the second BSD ring
` [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] drm/i915: Remove spurious semicolons
 2014-04-09 14:10 UTC  (2+ messages)

[PATCH 1/2] drm/i915: check VBT for supported backlight type
 2014-04-09 13:45 UTC  (4+ 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 0/5] RFC: Displayport Link Policy Maker Update
 2014-04-09 13:26 UTC  (4+ messages)
` [PATCH 1/5] dmr/i915: Displayport - Add a function to set the training pattern

[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/6] drm-intel-collector - update
 2014-04-09 13:06 UTC  (15+ 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 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  (15+ 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

[PATCH 1/6] drm/i915: Replace hardcoded cacheline size with macro
 2014-04-09  8:19 UTC  (6+ messages)
` [PATCH 2/6] drm/i915: Preserve ring buffers objects across resume
` [PATCH 3/6] drm/i915: Allow the module to load even if we fail to setup rings
` [PATCH 4/6] drm/i915: Mark device as wedged if we fail to resume
` [PATCH 5/6] drm/i915: Include a little more information about why ring init fails
` [PATCH 6/6] drm/i915: Kick start the rings

[PATCH 00/49] Execlists
 2014-04-09  8:15 UTC  (11+ messages)
` [PATCH 39/49] drm/i915/bdw: Swap the PPGTT PDPs, LRC style
` [PATCH 42/49] drm/i915/bdw: Get prepared for a two-stage execlist submit process
` [PATCH 43/49] drm/i915/bdw: Handle context switch events

[PATCH] drm/i915: Always use kref tracking for all contexts
 2014-04-09  8:07 UTC  (2+ messages)

[PATCH 0/2] Module parameter to enable execlists
 2014-04-09  7:58 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Add a module "

i915 DVI resolution regression (3.13.7+)
 2014-04-09  7:08 UTC  (9+ messages)

[PATCH 0/2] Optimization on intel HDMI detect and get_modes
 2014-04-09  6:50 UTC  (7+ messages)

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

[PATCH 1/3] drm/crtc: Add property for aspect ratio
 2014-04-07 10:03 UTC  (2+ messages)
` [PATCH 3/3] drm/i915: Add aspect ratio property for HDMI

[PATCH] dri3: Print log message
 2014-04-08 21:14 UTC 

[PATCH] dri3: Print log message
 2014-04-08 21:11 UTC 

Fujitsu S6010 still woes (partially)
 2014-04-08 20:55 UTC  (5+ messages)


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