intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-28 18:54:41 to 2012-07-04 20:18:58 UTC [more...]

[PATCH 0/5] reset rework, 2nd try
 2012-07-04 20:18 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: don't trylock in the gpu reset code
` [PATCH 2/5] drm/i915: non-interruptible sleeps can't handle -EGAIN
` [PATCH 3/5] drm/i915: don't hang userspace when the gpu reset is stuck
` [PATCH 4/5] drm/i915: properly SIGBUS on I/O errors
` [PATCH 5/5] drm/i915: don't return a spurious -EIO from intel_ring_begin

[PATCH 00/21] More Haswell patches
 2012-07-04 20:07 UTC  (26+ messages)
` [PATCH 07/21] drm/i915: re-initialize DDI buffer translations after resume
` [PATCH 10/21] drm/i915: introduce lpt_enable_pch and cpt_enable_pch
` [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: Return a mask of the active rings in the high word of busy_ioctl
 2012-07-04 11:42 UTC  (2+ messages)

[PATCH] drm/i915: Ajdust down threshold in intel_pm
 2012-07-04  7:52 UTC  (2+ messages)

[PATCH 1/3] drm/i915: add PCH_NONE to enum intel_pch
 2012-07-04  7:49 UTC  (10+ messages)
` [PATCH 2/3] drm/i915: get rid of dev_priv->info->has_pch_split
` [PATCH 3/3] drm/i915: don't ironlake_init_pch_refclk() on LPT

[PATCH] drm/i915: prefer wide & slow to fast & narrow in DP configs
 2012-07-04  7:42 UTC  (6+ messages)

[PATCH] drm/i915: fix up ilk rc6 disabling confusion
 2012-07-04  7:38 UTC  (8+ messages)

[PATCH 00/10] Haswell force wake/rps v3
 2012-07-04  7:34 UTC  (27+ 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-04  6:51 UTC  (10+ messages)

Valleyview: 3DSTATE_URB_VS Minimum URB Entries
 2012-07-04  5:50 UTC  (3+ messages)

[PATCH 1/4] drm/i915: don't return a spurious -EIO from intel_ring_begin
 2012-07-03 18:11 UTC  (7+ messages)

[ANNOUNCE] libdrm 2.4.37
 2012-07-03 15:56 UTC  (2+ messages)

[PATCH 00/43] [RFC] modeset rework, part 1
 2012-07-03  9:28 UTC  (44+ 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
` [PATCH 36/43] drm/i915/hdmi: "
` [PATCH 37/43] drm/i915/tv: "
` [PATCH 38/43] drm/i915/lvds: "
` [PATCH 39/43] drm/i915/crt: "
` [PATCH 40/43] drm/i915/sdvo: "
` [PATCH 41/43] drm/i915/dvo: "
` [PATCH 42/43] drm/i915: read out the modeset hw state at load and resume time
` [PATCH 43/43] drm/i915: check connector hw/sw state

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

Trouble with dell latitude E6420
 2012-07-02 15:24 UTC  (11+ 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  (4+ messages)
` [PATCH 1/5] drm/i915: wrap up gt powersave enabling functions

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

[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] drm/i915: "Flush Me Harder" required on gen6+
 2012-06-28 19:06 UTC  (3+ 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).