intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-24 14:42:46 to 2012-07-03 10:34:27 UTC [more...]

[PATCH 00/43] [RFC] modeset rework, part 1
 2012-07-03  9:27 UTC  (4+ messages)
` [PATCH 01/43] drm/i915: introduce for_each_encoder_on_crtc
` [PATCH 02/43] drm/i915: add crtc->enable/disable vfuncs insted of dpms
` [PATCH 03/43] drm/i915: rip out crtc prepare/commit indirection

Valleyview: 3DSTATE_URB_VS Minimum URB Entries
 2012-07-03  4:07 UTC 

[PATCH 00/10] Haswell force wake/rps v3
 2012-07-02 21:19 UTC  (23+ messages)
` [PATCH 01/10] drm/i915: Group the GT routines together in both code and vtable
` [PATCH 02/10] drm/i915: Implement w/a for sporadic read failures on waking from rc6
` [PATCH 03/10] drm/i915: support Haswell force waking
` [PATCH 04/10] drm/i915: add RPS configuration for Haswell
` [PATCH 05/10] drm/i915: slightly improve gt enable/disable routines
` [PATCH 06/10] drm/i915: enable RC6 by default on Haswell
` [PATCH 07/10] drm/i915: disable RC6 when disabling rps
` [PATCH 08/10] drm/i915: introduce haswell_init_clock_gating
` [PATCH 09/10] drm/i915: enable RC6 workaround on Haswell
` [PATCH 10/10] drm/i915: move force wake support into intel_pm

[libva] GPU hung
 2012-07-02 18:49 UTC  (9+ messages)

[PATCH] drm/i915: Disable LVDS while modesetting for HD+ panels
 2012-07-02 18:06 UTC  (5+ messages)

[PATCH] drm/i915: fix up ilk rc6 disabling confusion
 2012-07-02 16:49 UTC  (7+ messages)

[PATCH 1/4] drm/i915: don't return a spurious -EIO from intel_ring_begin
 2012-07-02 16:47 UTC  (12+ messages)
` [PATCH 2/4] drm/i915: don't trylock in the gpu reset code
` [PATCH 3/4] drm/i915: non-interruptible sleeps can't handle -EGAIN
` [PATCH 4/4] drm/i915: don't hange userspace when the gpu reset is stuck

Trouble with dell latitude E6420
 2012-07-02 15:24 UTC  (15+ messages)

[PATCH] drm/i915: make rc6 in sysfs functions conditional
 2012-07-01 16:50 UTC 

[PATCH] drm/i915: kick any firmware framebuffers before claiming the gtt
 2012-07-01 15:09 UTC 

[PATCH] drm/i915: make rc6 in sysfs functions conditional
 2012-07-01  3:45 UTC 

[PATCH 0/5] First batch of gm45 clipping/interpolation fixes
 2012-06-30 18:50 UTC  (6+ messages)
` [PATCH 1/5] intel gen4/5: fix GL_VERTEX_PROGRAM_TWO_SIDE
` [PATCH 2/5] intel gen4-5: Compute the interpolation status for every variable in one place
` [PATCH 3/5] intel gen4-5: Correctly setup the parameters in the sf
` [PATCH 4/5] intel gen4-5: Correctly handle flat vs. non-flat in the clipper
` [PATCH 5/5] intel gen4-5: Make noperspective clipping work

[PATCH 0/5] gpu reset improvements
 2012-06-29 21:11 UTC  (23+ messages)
` [PATCH 1/5] drm/i915: wrap up gt powersave enabling functions
` [PATCH 2/5] drm/i915: make enable/disable_gt_powersave locking consistent
` [PATCH 3/5] drm/i915: don't return a spurious -EIO from intel_ring_begin
` [PATCH 4/5] drm/i915: don't trylock in the gpu reset code
` [PATCH 5/5] drm/i915: non-interruptible sleeps can't handle -EGAIN
  ` [PATCH] "

[PATCH 0/9] Haswell Forcewake/RC6 v2
 2012-06-29 19:20 UTC  (14+ messages)
` [PATCH 1/9] drm/i915: Group the GT routines together in both code and vtable
` [PATCH 2/9] drm/i915: Implement w/a for sporadic read failures on waking from rc6
` [PATCH 3/9] drm/i915: support Haswell force waking
` [PATCH 4/9] drm/i915: add RPS configuration for Haswell
` [PATCH 5/9] drm/i915: disable RC6 when disabling rps
` [PATCH 6/9] drm/i915: program RC6 wake rate limits according to docs
` [PATCH 7/9] drm/i915: introduce haswell_init_clock_gating
` [PATCH 8/9] drm/i915: enable RC6 workaround on Haswell
` [PATCH 9/9] drm/i915: move forcewake support into intel_pm

[PATCH 01/09] drm/i915: move common code to intel_dp_set_link_train
 2012-06-29 19:03 UTC  (9+ messages)
` [PATCH 02/09] drm/i915: try to train DP even harder
` [PATCH 03/09] drm/i915: Move DP structs to shared location
` [PATCH 04/09] drm/i915: Add "port" field to struct intel_dp
` [PATCH 05/09] drm/i915: add basic Haswell DP enablement
` [PATCH 06/09] drm/i915: fix Haswell M/N registers
` [PATCH 07/09] drm/i915: implement Haswell DP link train
` [PATCH 08/09] drm/i915: fix DP AUX register definitions on Haswell
` [PATCH 09/09] drm/i915: init DP instead of HDMI on port B

Fw: [ANNOUNCE] libdrm 2.4.37
 2012-06-29 19:03 UTC  (2+ messages)

[PATCH] drm/i915: fix PIPE_DDI_PORT_MASK
 2012-06-29 18:39 UTC 

[PATCH] i965: Add hardware context support
 2012-06-29 18:23 UTC  (3+ messages)

[ANNOUNCE] libdrm 2.4.37
 2012-06-29 18:17 UTC 

[PATCH][TRIVIAL] drm/i915: linuxify create_hw_context()
 2012-06-29 17:45 UTC  (2+ messages)

[PATCH 0/7] Haswell RC6 updates
 2012-06-29 16:45 UTC  (11+ messages)
` [PATCH 1/7] drm/i915: Group the GT routines together in both code and vtable
` [PATCH 2/7] drm/i915: Implement w/a for sporadic read failures on waking from rc6
` [PATCH 3/7] drm/i915: support Haswell-style force waking
` [PATCH 4/7] drm/i915: add RPS configuration for Haswell
` [PATCH 5/7] drm/i915: disable RC6 when disabling rps
` [PATCH 6/7] drm/i915: introduce haswell_init_clock_gating
` [PATCH 7/7] drm/i915: enable RC6 workaround on Haswell

[PATCH 00/21] More Haswell patches
 2012-06-29 13:49 UTC  (32+ messages)
` [PATCH 01/21] drm/i915: Move DP structs to shared location
` [PATCH 02/21] drm/i915: Add support for DDI control DP outputs
` [PATCH 03/21] drm/i915: Add DP Helper functions for Haswell
` [PATCH 04/21] drm/i915: Haswell specific code for the DP Link Training
` [PATCH 05/21] drm/i915: Disable DDI Pipe Control on HSW while disabling pipe
` [PATCH 06/21] drm/i915: Hook DP init in ddi module
` [PATCH 07/21] drm/i915: re-initialize DDI buffer translations after resume
` [PATCH 08/21] drm/i915: simplify FDI RX check for LPT
` [PATCH 09/21] drm/i915: account for only one transcoder on LPT
` [PATCH 10/21] drm/i915: introduce lpt_enable_pch and cpt_enable_pch
` [PATCH 11/21] drm/i915: program FDI_RX TP and FDI delays
` [PATCH 12/21] drm/i915: support Haswell-style force waking
` [PATCH 13/21] drm/i915: add RPS configuration for Haswell
` [PATCH 14/21] drm/i915: Add EDP Registers "
` [PATCH 15/21] drm/i915: Timing initialization for eDP on HSW
` [PATCH 16/21] drm/i915: Modesetting for eDP on HSw
` [PATCH 17/21] drm/i915: Hook eDP initialization on DDI A
` [PATCH 18/21] drm/i915: introduce haswell_init_clock_gating
` [PATCH 19/21] drm/i915: prevent bogus intel_update_fbc notifications
` [PATCH 20/21] drm/i915: fix PIPE_WM_LINETIME definition
` [PATCH 21/21] drm/i915: enable RC6 workaround on Haswell

[PATCH] drm/i915: "Flush Me Harder" required on gen6+
 2012-06-28 19:06 UTC  (3+ messages)

Updated -next
 2012-06-28 12:30 UTC  (3+ messages)
` [PULL] drm-intel-next

[QA 06/28] Testing report for `drm-intel-testing` (was: Updated -next)
 2012-06-28  6:54 UTC 

[daniel@ffwll.ch: [pull] drm-intel-fixes]
 2012-06-27 18:40 UTC 

[PATCH] Revert "drm/i915: allow PCH PWM override on IVB"
 2012-06-27 18:28 UTC  (2+ messages)

[ANNOUNCE] libdrm 2.4.36
 2012-06-27 17:57 UTC 

[PATCH 1/2] drm/i915: mask tiled bit when updating IVB sprites
 2012-06-27 11:34 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: correct IVB default sprite format

[PATCH 0/3] kill /dev/agpgart, v2
 2012-06-25 19:11 UTC  (12+ messages)
` [PATCH 1/3] drm/i915: don't use dev->agp
` [PATCH 2/3] drm/i915: disable drm agp support for !gen3 with kms enabled
      ` [PATCH] "
` [PATCH 3/3] agp/intel-agp: remove snb+ host bridge pciids

[Bug 51061] GPU Hang using VAAPI
 2012-06-25 17:18 UTC  (11+ messages)

[PATCH] drm/i915: expose energy counter on SNB and IVB
 2012-06-24 23:13 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;
as well as URLs for NNTP newsgroup(s).