Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-09-27 18:41:06 to 2012-10-04 16:07:01 UTC [more...]

[RFC] [PATCH 00/14] HPD/connector-polling rework
 2012-10-04 16:07 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Remove duplicate cache workaround
 2012-10-04 14:55 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: Disable render depth cache pipeline flush
` [PATCH 3/4] drm/i915: ILK also needs that last fix
` [PATCH 4/4] drm/i915: Fix GT_MODE default value

Updated workaround & VLV fixes
 2012-10-04 14:54 UTC  (34+ messages)
` [PATCH 01/12] drm/i915: add more clock gating regs for gen7, make sure writes happen
` [PATCH 02/12] drm/i915: implement WaDisableL3CacheAging on VLV
` [PATCH 03/12] drm/i915: implement WaDisableDopClockGatingisable on VLV and IVB
` [PATCH 04/12] drm/i915: implement WaForceL3Serialization "
` [PATCH 05/12] drm/i915: implement WaGTEnableMiFlush on VLV
` [PATCH 06/12] drm/i915: implement WaDisableVLVClockGating_VBIIssue "
` [PATCH 07/12] drm/i915: implement WaDisableEarlyCull for VLV and IVB
` [PATCH 08/12] drm/i915: implement WaDisablePSDDualDispatchEnable on IVB
` [PATCH 09/12] drm/i915: limit VLV IRQ enables to those we use
` [PATCH 10/12] drm/i915: TLB invalidation with MI_FLUSH_SW requires a post-sync op
` [PATCH 11/12] drm/i915: PIPE_CONTROL TLB invalidate requires CS stall
` [PATCH 12/12] drm/i915: set swizzling to none on VLV

[PATCH 00/47] Haswell clocking and HDMI fixes, DP and eDP support
 2012-10-04 14:38 UTC  (54+ messages)
` [PATCH 01/47] drm/i915: rewrite the LCPLL code
` [PATCH 02/47] drm/i915: enable and disable DDI_FUNC_CTL at the right time
` [PATCH 03/47] drm/i915: enable and disable PIPE_CLK_SEL "
` [PATCH 04/47] drm/i915: completely rewrite the Haswell PLL handling code
` [PATCH 05/47] drm/i915: don't rely on previous values set on DDI_BUF_CTL
` [PATCH 06/47] drm/i915: disable DDI_BUF_CTL at the correct time
` [PATCH 07/47] drm/i915: add haswell_crtc_mode_set
` [PATCH 08/47] drm/i915: add proper CPU/PCH checks to crtc_mode_set functions
` [PATCH 09/47] drm/i915: add haswell_set_pipeconf
` [PATCH 10/47] drm/i915: pipe and planes should be disabled on haswell_crtc_mode_set
` [PATCH 11/47] drm/i915: add DP support to intel_ddi_enable_pipe_func
` [PATCH 12/47] drm/i915: add intel_ddi_set_pipe_settings
` [PATCH 13/47] drm/i915: add DP support to intel_ddi_pll_mode_set
` [PATCH 14/47] drm/i915: add DP support to intel_ddi_disable_port
` [PATCH 15/47] drm/i915: add DP support to intel_ddi_mode_set
` [PATCH 16/47] drm/i915: add basic Haswell DP link train bits
` [PATCH 17/47] drm/i915: use TU_SIZE macro at intel_dp_set_m_n
` [PATCH 18/47] drm/i915: fix Haswell DP M/N registers
` [PATCH 19/47] drm/i915: fix DP AUX register definitions on Haswell
` [PATCH 20/47] drm/i915: add DP support to intel_ddi_get_encoder_port
` [PATCH 21/47] drm/i915: add DP support to intel_ddi_get_hw_state
` [PATCH 22/47] drm/i915: add DP support to intel_enable_ddi
` [PATCH 23/47] drm/i915: implement Haswell DP link train sequence
` [PATCH 24/47] drm/i915: set the correct function pointers for Haswell DP
` [PATCH 25/47] drm/i915: add TRANSCODER_EDP
` [PATCH 26/47] drm/i915: convert PIPE_CLK_SEL to transcoder
` [PATCH 27/47] drm/i915: convert DDI_FUNC_CTL "
` [PATCH 28/47] drm/i915: check TRANSCODER_EDP on intel_modeset_setup_hw_state
` [PATCH 29/47] drm/i915: convert PIPECONF to use transcoder instead of pipe
` [PATCH 30/47] drm/i915: convert PIPE_MSA_MISC to transcoder
` [PATCH 31/47] drm/i915: convert CPU M/N timings "
` [PATCH 32/47] drm/i915: convert pipe timing definitions "
` [PATCH 33/47] drm/i915: implement workaround for VTOTAL when using TRANSCODER_EDP
` [PATCH 34/47] drm/i915: select the correct pipe "
` [PATCH 35/47] drm/i915: set the correct eDP aux channel clock divider on DDI
` [PATCH 36/47] drm/i915: set/unset the DDI eDP backlight
` [PATCH 37/47] drm/i915: turn the eDP DDI panel on/off
` [PATCH 38/47] drm/i915: enable DDI eDP
` [PATCH 39/47] drm/i915: simplify assignments inside intel_dp.c
` [PATCH 40/47] drm/i915: add intel_dp_to_dev and intel_hdmi_to_dev
` [PATCH 41/47] drm/i915: create intel_digital_port and use it
` [PATCH 42/47] drm/i915: remove encoder args from intel_{dp, hdmi}_add_properties
` [PATCH 43/47] drm/i915: split intel_hdmi_init into encoder and connector pieces
` [PATCH 44/47] drm/i915: split intel_dp_init "
` [PATCH 45/47] drm/i915: reset intel_encoder->type when DP or HDMI is detected
` [PATCH 46/47] drm/i915: add intel_ddi_connector_get_hw_state
` [PATCH 47/47] drm/i915: create the DDI encoder

Stereo 3D modes support v2
 2012-10-04 13:56 UTC  (10+ messages)
` [PATCH 1/3] drm: Add an "expose 3d modes" property
  ` [Intel-gfx] "
` [PATCH 2/3] drm: Parse the HDMI cea vendor block for 3D present
` [PATCH 3/3] drm/i915: Add HDMI vendor info frame support
  ` [Intel-gfx] "

[pull] drm-intel-fixes
 2012-10-04 13:21 UTC  (2+ messages)

[PATCH] drm/i915: don't frob the vblank ts in finish_page_flip
 2012-10-03 14:34 UTC  (3+ messages)

[PATCH 1/3] drm/i915: EBUSY status handling added to i915_gem_fault()
 2012-10-03 14:30 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: print kernel warning if vmi915_gem_fault returns with error
` [PATCH 3/3] Documentation: kernel-parameters.txt Add drm_kms_helper.poll
` [PATCH v2 1/2] drm/i915: EBUSY status handling added to i915_gem_fault()
  ` [PATCH v2 2/2] drm/i915: print warning if vmi915_gem_fault error is not handled

Бухгалтеру - Годовой отчет 2012
 2012-10-03 14:24 UTC 

Деловая переписка
 2012-10-03 14:09 UTC 

[PATCH] drm/i915: Try harder to complete DP training pattern 1
 2012-10-03 14:00 UTC  (3+ messages)

[PATCH] tests: add drm_threaded_access_tiled
 2012-10-03 13:03 UTC  (2+ messages)

[PATCH 1/2] drm/i915: call drm_handle_vblank before finish_page_flip
 2012-10-03 11:50 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: don't frob the vblank ts in finish_page_flip

Деловая переписка
 2012-10-03 11:01 UTC 

Revenda sites e lojas virtuais
 2012-09-30  2:56 UTC 

Intel-gfx Digest, Vol 57, Issue 7
 2012-10-02 21:27 UTC  (3+ messages)

Képzési ajánlat
 2012-10-02 20:48 UTC 

[PATCH] drm/i915: s/DRM_IRQ_ARSG/int irq, void *arg
 2012-10-02 15:57 UTC  (2+ messages)

Digital Photo Editing Services - Photo Cutout - Photo Retouching
 2012-10-02 15:00 UTC 

[regression] 3.6-rc6, gpu hang with vaapi
 2012-10-02 14:37 UTC  (2+ messages)

[PATCH 5/5] drm/i915: extract intel_set_pipe_timings from crtc_mode_set
 2012-10-02 13:40 UTC  (3+ messages)
` [PATCH] "

[PATCH 2/2] [RESEND] console: implement lockdep support for console_lock
 2012-10-02 13:31 UTC  (6+ messages)
` [PATCH] "
    ` [Intel-gfx] "

WICHTIG: Neue Sicherheits-Update!
 2012-10-02 10:27 UTC 

This is Ready to Move!
 2012-10-03  3:15 UTC 

Деловая переписка
 2012-10-02 10:32 UTC 

[PATCH] drm/i915: Flush the pending flips on the CRTC before modification
 2012-10-02  9:52 UTC  (9+ messages)

[PATCH] drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/a
 2012-10-02  8:28 UTC  (2+ messages)

A simple driver question
 2012-10-02  8:15 UTC  (3+ messages)

Деловая переписка для всех
 2012-10-02  6:47 UTC 

Su ayuda es indispensable para el Hogar Materno Infantil
 2012-10-02  0:56 UTC 

[PATCH 1/9] drm/i915: disable DOP clock gating on VLV and IVB
 2012-10-01 17:07 UTC  (7+ messages)
` [PATCH 6/9] drm/i915: implement WaDisablePSDDualDispatchEnable on IVB and VLV

[PATCH] drm/i915: add debug logging to ASLE backlight set requests
 2012-10-01 14:24 UTC  (2+ messages)

Боpги
 2012-10-01 10:45 UTC 

[3.2.y] drm/i915: add Ivy Bridge GT2 Server entries
 2012-10-01 10:24 UTC 

Конфиденциальные документы
 2012-10-01  7:30 UTC 

Конфиденциальные документы
 2012-10-01  6:17 UTC 

intel-gfx, STOCK100 MARKET FORECAST
 2012-09-10  6:55 UTC 

[PATCH 1/3] drm/i915: Extract PCU communication
 2012-09-29 20:07 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Workaround to bump rc6 voltage to 450

[ANNOUNCE] xf86-video-intel 2.20.9
 2012-09-29  9:58 UTC 

Digital Photo Editing Services - Photo Cutout - Photo Retouching
 2012-09-29  7:30 UTC 

This company is making noise
 2012-09-29  1:54 UTC  (4+ messages)
` could you stop this spam "
  ` could you stop this spam

[PATCH] drm/i915: Call drm_handle_vblank() after processing pending pageflips
 2012-09-29  0:57 UTC  (2+ messages)

[PATCH 1/2] lib: Dump information about the supported 3D stereo formats
 2012-09-29  0:45 UTC  (4+ messages)
` [PATCH 2/2] tests/testdisplay: Test the stereo 3D modes

[PATCH v2 0/9] Enable all display interfaces in Valleyview
 2012-09-28 15:08 UTC  (10+ messages)
` [PATCH v2 5/9] drm/i915: Disable CRT hotplug detection for valleyview
` [PATCH v2 6/9] drm/i915: Enable DisplayPort in Valleyview
` [PATCH v2 7/9] drm/i915: Add eDP support for Valleyview

Enabling all display interfaces
 2012-09-28 13:58 UTC 

This Company Continues to Show Solid Gains
 2012-09-28 12:53 UTC 

[PATCH] drm/i915: Flush outstanding unpin tasks before pageflipping
 2012-09-28 12:20 UTC  (4+ messages)

Директору по персоналу
 2012-09-28  6:06 UTC 

Директору по персоналу
 2012-09-27 23:51 UTC 

高清行车记录仪+8G卡,仅198元,超大广角. [正品带防伪]
 2012-09-27 19:37 UTC 


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