intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-04 20:18:56 to 2012-07-12 18:03:09 UTC [more...]

Kill the flushing list
 2012-07-12 18:02 UTC  (10+ messages)
` [PATCH 1/6] drm/i915: Allow late allocation of request for i915_add_request()
  ` [PATCH] "
` [PATCH 2/6] drm/i915: Remove the defunct flushing list
` [PATCH 3/6] drm/i915: Remove the per-ring write list
` [PATCH 4/6] drm/i915: Remove explicit flush from i915_gem_object_flush_fence()
` [PATCH 5/6] drm/i915: Remove the explicit flush of the GPU write domain
` [PATCH 6/6] drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs

[BUG:i915] framebuffer console occasionally blanks in multiples of 10 seconds
 2012-07-12 16:21 UTC 

[PATCH 01/09] drm/i915: move common code to intel_dp_set_link_train
 2012-07-12 15:13 UTC  (8+ 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 00/81] modeset rework
 2012-07-12 14:44 UTC  (87+ messages)
` [PATCH 01/81] drm/i915: add crtc->enable/disable vfuncs insted of dpms
` [PATCH 02/81] drm/i915: rip out crtc prepare/commit indirection
` [PATCH 03/81] drm/i915: add direct encoder disable/enable infrastructure
` [PATCH 04/81] drm/i915: add missing gen2 pipe A quirk entries
` [PATCH 05/81] drm/i915: rip out the overlay pipe A workaround
` [PATCH 06/81] drm/i915: prepare load-detect pipe code for dpms changes
` [PATCH 07/81] drm/i915/hdmi: convert to encoder->disable/enable
` [PATCH 08/81] drm/i915/tv: convert to encoder enable/disable
` [PATCH 09/81] drm/i915/lvds: ditch ->prepare special case
` [PATCH 10/81] drm/i915/lvds: convert to encoder disable/enable
` [PATCH 11/81] drm/i915/dp: "
` [PATCH 12/81] drm/i915: create VLV_DSIPLAY_BASE #define
` [PATCH 13/81] drm/i915: group ADPA #defines together
` [PATCH 14/81] drm/i915: add inte_crt->adpa_reg
` [PATCH 15/81] drm/i915/crt: convert to encoder disable/enable
` [PATCH 16/81] drm/i915/sdvo: "
` [PATCH 17/81] drm/i915: simplify dvo dpms interface
` [PATCH 18/81] drm/i915/dvo: convert to encoder disable/enable
` [PATCH 19/81] drm/i915: simplify possible_clones computation
` [PATCH 20/81] drm/i915: add port parameter to intel_hdmi_init
` [PATCH 21/81] drm/i915: convert dpms functions of dvo/sdvo/crt
` [PATCH 22/81] drm/i915: rip out encoder->disable/enable checks
` [PATCH 23/81] drm/i915: clean up encoder_prepare/commit
` [PATCH 24/81] drm/fb helper: don't call drm_crtc_helper_set_config
` [PATCH 25/81] drm: remove the list_head from drm_mode_set
` [PATCH 26/81] drm/i915: copy&paste drm_crtc_helper_set_config
` [PATCH 27/81] drm/i915: call set_base directly
` [PATCH 28/81] drm/i915: inline intel_best_encoder
` [PATCH 29/81] drm/i915: copy&paste drm_crtc_helper_set_mode
` [PATCH 30/81] drm/i915: simplify intel_crtc_prepare_encoders
` [PATCH 31/81] drm/i915: rip out encoder->prepare/commit
` [PATCH 32/81] drm/i915: call crtc functions directly
` [PATCH 33/81] drm/i915: WARN when trying to enabled an unused crtc
` [PATCH 34/81] drm/i915: Add interfaces to read out encoder/connector hw state
` [PATCH 35/81] drm/i915/dp: implement get_hw_state
` [PATCH 36/81] drm/i915/hdmi: "
` [PATCH 37/81] drm/i915/tv: "
` [PATCH 38/81] drm/i915/lvds: "
` [PATCH 39/81] drm/i915/crt: "
` [PATCH 40/81] drm/i915/sdvo: "
` [PATCH 41/81] drm/i915/dvo: "
` [PATCH 42/81] drm/i915: read out the modeset hw state at load and resume time
` [PATCH 43/81] drm/i915: check connector hw/sw state
` [PATCH 44/81] drm/i915: rip out intel_crtc->dpms_mode
` [PATCH 45/81] drm/i915: rip out intel_dp->dpms_mode
` [PATCH 46/81] drm/i915: ensure the force pipe A quirk is actually followed
` [PATCH 47/81] drm/i915: introduce struct intel_set_config
` [PATCH 48/81] drm/i915: extract modeset config save/restore code
` [PATCH 49/81] drm/i915: extract intel_set_config_compute_mode_changes
` [PATCH 50/81] drm/i915: extract intel_set_config_update_output_state
` [PATCH 51/81] drm/i915: implement crtc helper semantics relied upon by the fb helper
` [PATCH 52/81] drm/i915: don't update the fb base if there is no fb
` [PATCH 53/81] drm/i915: convert pointless error checks in set_config to BUGs
` [PATCH 54/81] drm/i915: don't save all the encoder/crtc state in set_config
` [PATCH 55/81] drm/i915: stage modeset output changes
` [PATCH 56/81] drm/i915: push crtc->fb update into pipe_set_base
` [PATCH 57/81] drm/i915: remove crtc disabling special case
` [PATCH 58/81] drm/i915: move output commit and crtc disabling into set_mode
` [PATCH 59/81] drm/i915: extract adjusted mode computation
` [PATCH 60/81] drm/i915: use staged outuput config in tv->mode_fixup
` [PATCH 61/81] drm/i915: use staged outuput config in lvds->mode_fixup
` [PATCH 62/81] drm/i915: compute masks of crtcs affected in set_mode
` [PATCH 63/81] drm/i915: implement new set_mode code flow
` [PATCH 64/81] drm/i915: push commit_output_state past crtc disabling
` [PATCH 65/81] drm/i915: s/intel_encoder_disable/intel_encoder_noop
` [PATCH 66/81] drm/i915: kill a few unused things in dev_priv
` [PATCH 67/81] drm/i915: WARN if the pipe won't turn off
` [PATCH 68/81] drm/i915: switch the load detect code to the staged modeset config
` [PATCH 69/81] drm/i915: push commit_output_state past the crtc/encoder preparing
  ` [PATCH] "
` [PATCH 70/81] drm/i915: disable all crtcs at suspend time
` [PATCH 71/81] drm/i915: add tons of modeset state checks
  ` [PATCH] "
` [PATCH 72/81] drm/i915: extract ironlake_fdi_pll_disable
` [PATCH 73/81] drm/i915: rip out intel_disable_pch_ports
` [PATCH 74/81] drm/i915: don't disable fdi links harder in ilk_crtc_enable
` [PATCH 75/81] drm/i915: don't call dpms funcs after set_mode
` [PATCH 76/81] drm/i915: update dpms property in set_mode
` [PATCH 77/81] drm/i915: add encoder->pre_enable/post_disable
` [PATCH 78/81] drm/i915: clean up the cpu edp pll special case
` [PATCH 79/81] drm/i915: robustify edp_pll_on/off
  ` [PATCH] "
` [PATCH 80/81] drm/i915: rip out dp port enabling cludges^Wchecks
` [PATCH 81/81] drm/i915: disable the cpu edp port after the cpu pipe

[RFC] Set cache level ioctl
 2012-07-12 12:19 UTC  (14+ messages)
` [PATCH 1/3] drm: Add colouring to the range allocator
        ` [PATCH 1/2] "
          ` [PATCH 2/2] drm/i915: Segregate memory domains in the GTT using coloring
` [PATCH 2/3] "
` [PATCH 3/3] drm/i915: Export ability of changing cache levels to userspace
      ` [PATCH] "

[PATCH 1/2] intel_dri: Fixed a buffer leak when enable glamor
 2012-07-12 12:11 UTC  (3+ messages)
` [PATCH 2/2] uxa-glyphs: Bypass uxa glyphs operations if using glamor

[PATCH] drm/i915: Unconditionally flush residual writes before batches
 2012-07-12 10:10 UTC  (3+ messages)

[PATCH] drm/i915: add register read IOCTL
 2012-07-12  8:11 UTC  (5+ messages)
` [PATCH] reg_read: basic register read ioctl test

[PATCH] drm/i915: check whether we actually received an edid in detect_ddc
 2012-07-11 20:02 UTC  (7+ messages)
  ` [PATCH 1/2] "
    ` [PATCH 2/2] drm/i915: kill intel_ddc_probe

[PATCH] drm/i915: move ring init to intel_ringbuffer.c
 2012-07-11 17:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/i915: fix up PCH backlight #define mixup
 2012-07-11  8:23 UTC  (3+ messages)

[PATCH] drm/i915: Add comments to explain the BSD tail write workaround
 2012-07-10 22:47 UTC  (3+ messages)

[PATCH] i810: Make XAA optional
 2012-07-10  8:42 UTC  (2+ messages)

[PATCH] drm/i915: Disable the BLT on pre-production SNB hardware
 2012-07-09 18:05 UTC  (6+ messages)

i915 problem with DVI to HDMI adapter: crazy colors
 2012-07-09  8:11 UTC  (2+ messages)

[PATCH 1/1] drm/i915: initialize power wells in modeset_init_hw
 2012-07-08 17:42 UTC  (2+ messages)

[PATCH] drm/i915: Only request PM interrupts for the events we handled
 2012-07-08 17:35 UTC  (4+ messages)

[PATCH 00/21] More Haswell patches
 2012-07-06 20:47 UTC  (13+ 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 11/21] drm/i915: program FDI_RX TP and FDI delays
    ` [PATCH 10/31] "

Updated -testing
 2012-07-06 11:14 UTC 

Output problems with displayport-hdmi kable on arrandale based hp elitebook 2540p
 2012-07-05 17:39 UTC 

[PATCH] drm/i915: Detect the error case for too large CRTC offsets
 2012-07-05 17:27 UTC  (3+ messages)

[PATCH 00/43] [RFC] modeset rework, part 1
 2012-07-05 13:08 UTC  (5+ messages)
` [PATCH 01/43] drm/i915: introduce for_each_encoder_on_crtc
    ` [PATCH] "

[PATCH 0/6] drm/i915: Framebuffer layout fixes and sanity checks
 2012-07-05 12:01 UTC  (14+ messages)
` [PATCH 2/6] drm/i915: Check framebuffer stride more thoroughly
    ` [Intel-gfx] "
` [PATCH 3/6] drm/i915: Zero initialize mode_cmd
` [PATCH 5/6] drm/i915: Handle framebuffer offsets[]
      ` [Intel-gfx] "
` [PATCH 6/6] drm/i915: Reject page flips with changed format/offset/pitch
  ` [Intel-gfx] "

[PATCH 1/2] drm/i915: introduce crtc->dspaddr_offset
 2012-07-05 11:38 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: adjust framebuffer base address on gen4+

[PATCH 0/5] reset rework, 2nd try
 2012-07-05  8:04 UTC  (7+ messages)
` [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] "

Chrome OS issue
 2012-07-05  7:52 UTC 

[PATCH 1/1] drm/i915: fix typo in gen6_enable_rps
 2012-07-05  7:59 UTC  (3+ messages)

[PATCH] drm/i915: fix PIPE_DDI_PORT_MASK
 2012-07-05  7:58 UTC  (2+ messages)

[PATCH 19/21] drm/i915: prevent bogus intel_update_fbc notifications
 2012-07-05  7:47 UTC  (5+ messages)

[PATCH 00/10] Haswell force wake/rps v3
 2012-07-04 21:34 UTC  (3+ messages)
` [PATCH 04/10] drm/i915: add RPS configuration for Haswell

[PATCH 2/5] drm/i915: non-interruptible sleeps can't handle -EGAIN
 2012-07-04 20:54 UTC  (2+ messages)
` [PATCH] drm/i915: non-interruptible sleeps can't handle -EAGAIN


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