public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2013-07-02 09:48:09 to 2013-07-05 13:49:04 UTC [more...]

[PATCH 00/30] drm/i915: Lots of workaround changes
 2013-07-05 13:48 UTC  (3+ messages)
` [PATCH 01/30] drm/i915: We implement WaDisableL3Bank2xClockGate:vlv
` [PATCH 02/30] drm/i915: We implement WaGsvBringDownFreqInRc6:vlv

[PATCH] drm/i915: Introduce a new create ioctl for user specified placement
 2013-07-05 13:42 UTC 

[PATCH 2/2] drm/i915: Correct obj->mm_list link to dev_priv->dev_priv->mm.inactive_list
 2013-07-05 13:41 UTC  (2+ messages)

[PATCH 0/3] Fix backlight issues on some Windows 8 systems
 2013-07-05 12:20 UTC  (3+ messages)
` [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

[PATCH 00/35] drm/i915: ILK+ watermark rewrite
 2013-07-05 10:51 UTC  (41+ messages)
` [PATCH 01/35] drm/i915: Add scaled paramater to update_sprite_watermarks()
` [PATCH 02/35] drm/i915: Pass the actual sprite width to watermarks functions
` [PATCH 03/35] drm/i915: Calculate the sprite WM based on the source width instead of the destination width
` [PATCH 04/35] drm/i915: Rename hsw_wm_get_pixel_rate to ilk_pipe_pixel_rate
` [PATCH 05/35] drm/i915: Rename most wm compute functions to ilk_ prefix
` [PATCH 06/35] drm/i915: Pass the watermark level to primary WM compute functions
` [PATCH 07/35] drm/i915: Don't pass "mem_value" to ilk_compute_fbc_wm
` [PATCH 08/35] drm/i915: Change the watermark latency type to uint16_t
` [PATCH 09/35] drm/i915: Split out reading of HSW watermark latency values
` [PATCH 10/35] drm/i915: Don't multiply the watermark latency values too early
` [PATCH 11/35] drm/i915: Add SNB/IVB support to intel_read_wm_latency
` [PATCH 12/35] drm/i915: Add ILK "
` [PATCH 13/35] drm/i915: Store the watermark latency values in dev_priv
` [PATCH 14/35] drm/i915: Use the stored cursor and plane latencies properly
` [PATCH 15/35] drm/i915: Print the watermark latencies during init
` [PATCH 16/35] drm/i915: Disable specific watermark levels when latency is zero
` [PATCH 17/35] drm/i915: Pull watermark level validity check out
` [PATCH 18/35] drm/i915: Split watermark level computation from the code
` [PATCH 19/35] drm/i915: Kill fbc_enable from hsw_lp_wm_results
` [PATCH 20/35] drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioning
` [PATCH 21/35] drm/i915: Rename hsw_lp_wm_result to intel_wm_level
` [PATCH 22/35] drm/i915: Calculate max watermark levels for ILK+
` [PATCH 23/35] drm/i915; Pull some watermarks state into a separate structure
` [PATCH 24/35] drm/i915: Split plane watermark parameters into a separate struct
` [PATCH 25/35] drm/i915: Pass crtc to our update/disable_plane hooks
` [PATCH 26/35] drm/i915: Don't try to disable plane if it's already disabled
` [PATCH 27/35] drm/i915: Pass plane and crtc to intel_update_sprite_watermarks
` [PATCH 28/35] drm/i915: Always call intel_update_sprite_watermarks() when disabling a plane
` [PATCH 29/35] drm/i915: Pass crtc to intel_update_watermarks() and call it in one place during modeset
` [PATCH 30/35] drm/i915: Replace the ILK/SNB/IVB/HSW watermark code
` [PATCH 31/35] drm/i915: Move HSW linetime watermark handling to modeset code
` [PATCH 32/35] hack: Add debug prints to watermark compute funcs
` [PATCH 33/35] hack: Don't disable underrun reporting on the first error on ILK/SNB/IVB
` [PATCH 34/35] hack: Make fifo underruns DRM_ERROR
` [PATCH 35/35] hack: Print watermark programming duration

[PATCH 1/2] drm/i915: reform i915_gem_verify_gtt() function
 2013-07-05 10:53 UTC 

RFC asynchronous vblank tasks
 2013-07-05  8:48 UTC  (8+ messages)
` [PATCH 1/5] drm/i915: Asynchronously unpin the old framebuffer after the next vblank
` [PATCH 2/5] drm/i915/sprite: Make plane switching asynchronous
` [PATCH 3/5] drm/i915: Synchronize userspace palette LUT (i.e. gamma) changes to vblank
` [PATCH 4/5] drm/i915: Up/downclock LVDS on vblanks
` [PATCH 5/5] drm/i915: Boost DMA qos whilst performing uninterruptible waits for the GPU
` [PATCH] drm/i915: Introduce vblank work function

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww27
 2013-07-05  7:53 UTC 

[PATCH] drm/i915: Don't use a special stolen reserve offset
 2013-07-05  7:12 UTC  (3+ messages)

[PATCH 00/14] irq locking review v2
 2013-07-04 21:35 UTC  (15+ messages)
` [PATCH 01/14] drm/i915: extract ibx_display_interrupt_update
` [PATCH 02/14] drm/i915: improve SERR_INT clearing for fifo underrun reporting
` [PATCH 03/14] drm/i915: improve GEN7_ERR_INT "
` [PATCH 04/14] drm/i915: kill lpt pch transcoder->crtc mapping code for fifo underruns
` [PATCH 05/14] drm/i915: irq handlers don't need interrupt-safe spinlocks
` [PATCH 06/14] drm/i915: streamline hsw_pm_irq_handler
` [PATCH 07/14] drm/i915: queue work outside spinlock in hsw_pm_irq_handler
` [PATCH 08/14] drm/i915: kill dev_priv->rps.lock
` [PATCH 09/14] drm/i915: unify ring irq refcounts (again)
` [PATCH 10/14] drm/i915: don't enable PM_VEBOX_CS_ERROR_INTERRUPT
` [PATCH 11/14] drm/i915: unify PM interrupt preinstall sequence
` [PATCH 12/14] drm/i915: unify GT/PM irq postinstall code
` [PATCH 13/14] drm/i915: extract rps interrupt enable/disable helpers
` [PATCH 14/14] drm/i915: simplify rps interrupt enabling/disabling sequence

[PATCH 00/24] irq locking review
 2013-07-04 21:03 UTC  (16+ messages)
` [PATCH 10/24] drm/i915: remove SERR_INT clearing in the postinstall hook
` [PATCH 11/24] drm/i915: improve SERR_INT clearing for fifo underrun reporting
` [PATCH 18/24] drm/i915: unify ring irq refcounts (again)
` [PATCH 20/24] drm/i915: kill bogus GTIIR clearing in vlv_preinstall hook
` [PATCH 21/24] drm/i915: unify PM interrupt preinstall sequence

[PATCH 13/24] drm/i915: kill lpt pch transcoder->crtc mapping code for fifo underruns
 2013-07-04 20:41 UTC  (4+ messages)
` [PATCH] "

[PATCH 1/6] drm: pre allocate node for create_block
 2013-07-04 20:32 UTC  (16+ messages)
` [PATCH 2/6] drm/i915: Getter/setter for object attributes
` [PATCH 3/6] drm/i915: Kill obj->gtt_offset
` [PATCH 4/6] drm/i915: Use gtt_space->start for stolen reservation
` [PATCH 5/6] drm/i915: Embed drm_mm_node in i915 gem obj
` [PATCH 6/6] drm: Optionally create mm blocks from top-to-bottom
` [PATCH] [v3] drm: pre allocate node for create_block

[PATCH 0/6] ILK/IVB irq handler merge
 2013-07-04 20:21 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: extract ilk_display_irq_handler
` [PATCH 2/6] drm/i915: extract ivb_display_irq_handler
` [PATCH 3/6] drm/i915: don't read or write GEN6_PMIIR on Gen 5
` [PATCH 4/6] drm/i915: reorganize ironlake_irq_handler
` [PATCH 5/6] drm/i915: POSTING_READ(DEIER) on ivybridge_irq_handler
` [PATCH 6/6] drm/i915: add ILK/SNB support to ivybridge_irq_handler

Linux 3.10-rc7
 2013-07-04 19:26 UTC  (11+ messages)

[PATCH 8/8] drm/i915: fix hpd interrupt register locking
 2013-07-04 19:22 UTC  (3+ messages)
` [PATCH 1/6] drm/i915: assert_spin_locked for pipestat interrupt enable/disable

[PATCH] drm/i915: switch disable_power_well default value to 1
 2013-07-04 18:54 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: convert debugfs creation/destruction to table
 2013-07-04 18:49 UTC  (2+ messages)

[PATCH 1/5] drm/i915/hsw: Set correct Haswell PTE encodings
 2013-07-04 18:47 UTC  (13+ messages)
` [PATCH 2/5] drm/i915: Define some of the eLLC magic
` [PATCH 3/5] drm/i915: store eLLC size
  ` [PATCH 3.5/5] drm/i915: Do eLLC detection earlier
` [PATCH 4/5] drm/i915: Use eLLC/LLC by default when available
` [PATCH 5/5] drm/i915: debugfs entries for [e]LLC
  ` [PATCH 6/6] drm/i915: Add a param for eLLC size

[PATCH 0/7] Hangcheck and arb robustness
 2013-07-04 16:39 UTC  (16+ messages)
` [PATCH 1/7] drm/i915: Fix retrieval of hangcheck stats
` [PATCH 2/7] drm/i915: Replace open-coding of DEFAULT_CONTEXT_ID
` [PATCH 3/7] drm/i915: introduce i915_queue_hangcheck
` [PATCH 4/7] drm/i915: no hangcheck when reset is in progress
` [PATCH 5/7] drm/i915: queue hangcheck on reset
` [PATCH 6/7] drm/i915: add i915_reset_count
` [PATCH 7/7] drm/i915: add i915_get_reset_stats_ioctl

[PATCH 0/4 V7] Power-well API implementation for Haswell
 2013-07-04 13:24 UTC  (6+ messages)
        ` [Intel-gfx] "

[PATCH] drm/i915: Use Graphics Base of Stolen Memory on all gen3+
 2013-07-04 12:44 UTC  (10+ messages)
          ` [PATCH] drm/i915: Verify that our stolen memory doesn't conflict

[PATCH] drm/i915: less magic for stolen preallocated objects w/o gtt offset
 2013-07-04 12:41 UTC  (5+ messages)

[PATCH 1/2] drm/i915: explicitly cast pipe -> cpu_transcoder
 2013-07-04 12:41 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Explicitly cast pipe -> intel_dpll_id

[PATCH 1/3] drm/i915: clean up media reset on gm45
 2013-07-03 14:33 UTC  (13+ messages)
` [PATCH 2/3] drm/i915: run the full gem hw init after a gpu reset
    ` [PATCH] drm/i915: reinit status page registers after "
` [PATCH 3/3] drm/i915: WARN if the bios reserved range is bigger than stolen size

MacBook Pro 10,1 + i915
 2013-07-03 13:13 UTC  (5+ messages)

[PULL] drm-intel-fixes for 3.11
 2013-07-03 11:26 UTC 

[PATCH 0/6] Page faults to help user space debug
 2013-07-02 19:18 UTC  (6+ messages)

[PATCH 00/66] [v1] Full PPGTT minus soft pin
 2013-07-02 17:07 UTC  (25+ messages)
` [PATCH 26/66] drm/i915: Move active/inactive lists to new mm
` [PATCH 30/66] drm/i915: Getter/setter for object attributes
` [PATCH 42/66] drm/i915: Clean up VMAs before freeing
` [PATCH 61/66] drm/i915: Use multiple VMs

[PATCH 3/6] drm/i915: Optimize the VLV Punit wait a bit
 2013-07-02 14:01 UTC  (5+ messages)
` [PATCH] drm/i915: Use wait_for() to wait for Punit to change GPU freq on VLV

[drm-intel] Diverse GIT branches?
 2013-07-02 13:39 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Don't try to tear down the stolen drm_mm if it's not there
 2013-07-02  9:48 UTC  (4+ messages)
`  "


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