intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-25 23:05:25 to 2012-07-03 10:35:12 UTC [more...]

[PATCH 00/43] [RFC] modeset rework, part 1
 2012-07-03  9:28 UTC  (36+ 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
` [PATCH 04/43] drm/i915: add direct encoder disable/enable infrastructure
` [PATCH 05/43] drm/i915: add missing gen2 pipe A quirk entries
` [PATCH 06/43] drm/i915: rip out the overlay pipe A workaround
` [PATCH 07/43] drm/i915: prepare load-detect pipe code for dpms changes
` [PATCH 08/43] drm/i915/hdmi: convert to encoder->disable/enable
` [PATCH 09/43] drm/i915/tv: convert to encoder enable/disable
` [PATCH 10/43] drm/i915/lvds: ditch ->prepare special case
` [PATCH 11/43] drm/i915/lvds: convert to encoder disable/enable
` [PATCH 12/43] drm/i915/dp: "
` [PATCH 13/43] drm/i915: create VLV_DSIPLAY_BASE #define
` [PATCH 14/43] drm/i915: group ADPA #defines together
` [PATCH 15/43] drm/i915: add inte_crt->adpa_reg
` [PATCH 16/43] drm/i915/crt: convert to encoder disable/enable
` [PATCH 17/43] drm/i915/sdvo: convert to encoder disabl/enable
` [PATCH 18/43] drm/i915: simplify dvo dpms interface
` [PATCH 19/43] drm/i915: simplify possible_clones computation
` [PATCH 20/43] drm/i915: add port parameter to intel_hdmi_init
` [PATCH 21/43] drm/i915: convert dpms functions of dvo/sdvo/crt
` [PATCH 22/43] drm/i915: rip out encoder->disable/enable checks
` [PATCH 23/43] drm/i915: clean up encoder_prepare/commit
` [PATCH 24/43] drm/fb helper: don't call drm_crtc_helper_set_config
` [PATCH 25/43] drm: remove the list_head from drm_mode_set
` [PATCH 26/43] drm/i915: copy&paste drm_crtc_helper_set_config
` [PATCH 27/43] drm/i915: call set_base directly
` [PATCH 28/43] drm/i915: inline intel_best_encoder
` [PATCH 29/43] drm/i915: copy&paste drm_crtc_helper_set_mode
` [PATCH 30/43] drm/i915: simplify intel_crtc_prepare_encoders
` [PATCH 31/43] drm/i915: rip out encoder->prepare/commit
` [PATCH 32/43] drm/i915: call crtc functions directly
` [PATCH 33/43] drm/i915: WARN when trying to enabled an unused crtc
` [PATCH 34/43] drm/i915: Add interfaces to read out encoder/connector hw state
` [PATCH 35/43] drm/i915/dp: implement get_hw_state

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  (12+ messages)
` [PATCH 1/5] drm/i915: wrap up gt powersave enabling functions
` [PATCH 3/5] drm/i915: don't return a spurious -EIO from intel_ring_begin

[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


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).