Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-02 13:40:54 to 2012-10-07 17:44:09 UTC [more...]

[3.2.y] drm/i915: add Ivy Bridge GT2 Server entries
 2012-10-07 17:44 UTC  (7+ messages)
      ` [Intel-gfx] "

[PATCH] drm/i915: Set guardband clipping workaround bit in the right register
 2012-10-07 15:51 UTC  (3+ messages)

Improvements and fixes for Intel ddx swap scheduling/timestamping
 2012-10-07  6:38 UTC  (4+ messages)
` [PATCH 1/3] ddx/dri2: Make triple-buffering compatible with timestamping on Xorg 1.12+
` [PATCH 2/3] ddx/dri2: Repair broken pageflip swap scheduling
` [PATCH 3/3] ddx/dri2: Prevent option 'SwapBuffersWait' from disabling pageflip

[RFC 0/4] drm: add raw monotonic timestamp support (Imre Deak)
 2012-10-06  2:46 UTC 

[RFC 1/4] time: export getnstime_raw_and_real for DRM
 2012-10-06  1:41 UTC 

[RFC 0/4] drm: add raw monotonic timestamp support
 2012-10-06  0:49 UTC  (15+ messages)
` [RFC 1/4] time: export getnstime_raw_and_real for DRM
` [RFC 2/4] drm: make memset/calloc for _vblank_time more robust
` [RFC 3/4] drm: use raw time in drm_calc_vbltimestamp_from_scanoutpos
` [RFC 4/4] drm: add support for raw monotonic vblank timestamps

[PATCH 1/2] drm/i915: Align the hangcheck wakeup to the nearest second
 2012-10-05 16:22 UTC  (9+ messages)
` [PATCH 2/2] drm/i915: Align the retire_requests worker "

[PATCH 00/47] Haswell clocking and HDMI fixes, DP and eDP support
 2012-10-05 15:06 UTC  (68+ 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
` [PATCH 00/10] Haswell pipe and clocking fixes
  ` [PATCH 01/10] drm/i915: rewrite the LCPLL code
  ` [PATCH 02/10] drm/i915: enable and disable DDI_FUNC_CTL at the right time
  ` [PATCH 03/10] drm/i915: enable and disable PIPE_CLK_SEL "
  ` [PATCH 04/10] drm/i915: add haswell_crtc_mode_set
  ` [PATCH 05/10] drm/i915: add proper CPU/PCH checks to crtc_mode_set functions
  ` [PATCH 06/10] drm/i915: add haswell_set_pipeconf
  ` [PATCH 07/10] drm/i915: completely rewrite the Haswell PLL handling code
  ` [PATCH 08/10] drm/i915: don't rely on previous values set on DDI_BUF_CTL
  ` [PATCH 09/10] drm/i915: disable DDI_BUF_CTL at the correct time
  ` [PATCH 10/10] drm/i915: pipe and planes should be disabled on haswell_crtc_mode_set

[PATCH] drm/i915: Remove the disabling of VHR unit clock gating for HSW
 2012-10-05 13:40 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Document that we are implementing WaDisableBackToBackFlipFix
 2012-10-05 13:28 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Remove the WaDisableBackToBackFlipFix w/a for Haswell

[PATCH 1/4] drm/i915: Remove duplicate cache workaround
 2012-10-05  0:14 UTC  (8+ 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

i915 problems with suspend to disk
 2012-10-04 21:09 UTC  (3+ messages)

[RFC] [PATCH 00/14] HPD/connector-polling rework
 2012-10-04 17:43 UTC  (4+ messages)

[PATCH] drm/i915: paper over a pipe-enable vs pageflip race
 2012-10-04 17:20 UTC 

[pull] drm-intel-fixes
 2012-10-04 16:49 UTC  (3+ messages)

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

Stereo 3D modes support v2
 2012-10-04 13:56 UTC  (4+ messages)
` [PATCH 1/3] drm: Add an "expose 3d modes" property
  ` [Intel-gfx] "

[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] "


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