messages from 2012-12-10 15:39:22 to 2012-12-13 11:26:54 UTC [more...]
[PATCH 00/37] [RFC] revamped modeset locking
2012-12-13 11:26 UTC (50+ messages)
` [PATCH 01/37] drm: review locking rules in drm_crtc.c
` [PATCH 05/37] drm/i915: use drm_modeset_lock_all
` [PATCH 08/37] drm/shmobile: "
` [PATCH 10/37] drm: add per-crtc locks
` [PATCH 11/37] drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesss
` [PATCH 02/37] drm/doc: integrate drm_crtc.c kerneldoc
` [PATCH 03/37] drm: add drm_modeset_lock|unlock_all
` [PATCH 04/37] drm/i915: rework locking for intel_dpio|sbi_read|write
` [Intel-gfx] "
` [PATCH 06/37] drm/gma500: use drm_modeset_lock_all
` [PATCH 07/37] drm/ast: "
` [PATCH 09/37] drm/vmgfx: "
` [PATCH 12/37] drm/radeon: make indirect register access concurrency-safe
` [PATCH 13/37] drm/nouveau: protect evo_wait/evo_kick sections with a channel mutex
` [PATCH 14/37] drm: only take the crtc lock for ->cursor_set
` [PATCH 15/37] drm: only take the crtc lock for ->cursor_move
` [PATCH] "
` [PATCH 16/37] drm/<drivers>: reorder framebuffer init sequence
` [PATCH 1/2] "
` [PATCH 2/2] drm/exynos: "
` [PATCH 17/37] drm: revamp locking around fb creation/destruction
` [PATCH 18/37] drm: create drm_framebuffer_lookup
` [PATCH 19/37] drm/gma500: move fbcon restore to lastclose
` [PATCH 20/37] drm: revamp framebuffer cleanup interfaces
` [PATCH 21/37] drm: reference framebuffers which are on the idr
` [PATCH 22/37] drm: nest modeset locks within fpriv->fbs_lock
` [PATCH 23/37] drm/i915: fixup overlay stolen memory leak
` [PATCH 24/37] drm: push modeset_lock_all into ->fb_create driver callbacks
` [PATCH 27/37] drm: refcounting for sprite framebuffers
` [PATCH 28/37] drm: encapsulate crtc->set_config calls
` [PATCH 29/37] drm: refcounting for crtc framebuffers
` [PATCH 30/37] drm/i915: dump refcount into framebuffer debugfs file
` [PATCH 32/37] drm: optimize drm_framebuffer_remove
` [PATCH 34/37] drm/ttm: fix fence locking in ttm_buffer_object_transfer
` [PATCH] allow shmob+imx drm drivers to be compiled
` [PATCH] drm/ttm: fix fence locking in ttm_buffer_object_transfer
` [PATCH 35/37] drm/radeon: fix fence locking in the pageflip callback
` [PATCH 36/37] drm: only grab the crtc lock for pageflips
` [PATCH 37/37] drm: don't hold crtc mutexes for connector ->detect callbacks
` [PATCH 25/37] drm: don't take modeset locks in getfb ioctl
` [PATCH 26/37] drm: fb refcounting for dirtyfb_ioctl
` [PATCH 31/37] drm/vmwgfx: add proper framebuffer refcounting
` [PATCH 33/37] drm/nouveau: try to protect nbo->pin_refcount
[PATCH 1/4] drm/i915: Cleanup SHOTPLUG_CTL status bits definitions
2012-12-13 11:16 UTC (9+ messages)
` [PATCH 2/4] drm/i915/hdmi: Read the HPD status before trying to read the EDID
` [PATCH 3/4] drm/i915/dp: Read the HPD status before trying to read the DPCD
` [PATCH 4/4] drm/i915/dp: Don't log the DPCD if we are disconnected
[PATCH 1/1] tests/gem_seqno_wrap: dont sync when crossing half of seqno space
2012-12-13 10:43 UTC
[PATCH] drm/i915: Fix missed needs_dmar setting
2012-12-13 15:47 UTC
[PATCH] tests/gem_seqno_wrap: dont sync when crossing half of seqno space
2012-12-12 20:34 UTC (3+ messages)
` gfx context switch
[PATCH 2/3] ddx/dri2: Repair broken pageflip swap scheduling
2012-12-12 20:15 UTC (5+ messages)
[PATCH 00/81] drm/i915: Atomic mode setting / page flip, yet again
2012-12-12 16:16 UTC (82+ messages)
` [PATCH 01/81] drm: Add struct drm_region and assorted utility functions
` [PATCH 02/81] drm: Add drm_calc_{hscale, vscale}() "
` [PATCH 03/81] drm: Keep a copy of last plane coordinates
` [PATCH 04/81] drm: Add restore_fbdev_mode() hook to drm_fb_helper
` [PATCH 05/81] drm: Export drm_property_create_blob() and drm_property_destroy_blob()
` [PATCH 06/81] drm: Allow signed values for range properties
` [PATCH 07/81] drm: Allow drm_mode_object_find() to look up an object of any type
` [PATCH 08/81] drm: Export drm_encoder_crtc_ok
` [PATCH 09/81] drm: Export drm_crtc_prepare_encoders()
` [PATCH 10/81] drm: Refactor object property check code
` [PATCH 11/81] drm: Export mode<->umode conversion functions
` [PATCH 12/81] drm: Make blobs resizeable
` [PATCH 13/81] drm: Add drm_flip helper
` [PATCH 14/81] drm: Add mode_blob and connector_ids_blob to drm_crtc
` [PATCH 15/81] drm: Add the atomic modeset ioctl
` [PATCH 16/81] drm/i915: Use drm_format_plane_cpp() rather than bits_per_pixel/8
` [PATCH 17/81] drm/i915: Implement proper clipping for video sprites
` [PATCH 18/81] drm/i915: Implement restore_fbdev_mode hook
` [PATCH 19/81] drm/i915: Split clipping and checking from update_plane hook
` [PATCH 20/81] drm/i915: Factor out i9xx_compute_clocks() like ironlake_compute_clocks()
` [PATCH 21/81] drm/i915: Consitify adjusted_mode parameter
` [PATCH 22/81] drm/i915: Add intel_check_clock()
` [PATCH 23/81] drm/i915: store cursor_handle in struct intel_crtc
` [PATCH 24/81] drm/i915: split cursor setting code into prepare/commit/unref parts
` [PATCH 25/81] drm/i915: unstatic cursor functions for use with atomic modesetting
` [PATCH 26/81] drm/i915: Unstatic intel_finish_fb()
` [PATCH 27/81] drm/i915: Pull intel_pipe_set_base() out of the crtc_mode_set() functions
` [PATCH 28/81] drm/i915: Unstatic intel_crtc_update_sarea()
` [PATCH 29/81] drm/i915: Unstatic intel_crtc_update_sarea_pos()
` [PATCH 30/81] drm/i915: Constify mode argument to intel_modeset_adjusted_mode()
` [PATCH 31/81] drm/i915: Unstatic intel_crtc_mode_fixup()
` [PATCH 32/81] drm/i915: Introduce intel_plane_regs
` [PATCH 33/81] drm/i915: Split primary plane update_plane() into calc+commit phases
` [PATCH 34/81] drm/i915: Split sprite "
` [PATCH 35/81] drm/i915: Implement atomic modesetting
` [PATCH 36/81] drm/i915: Add support for atomic modesetting completion events
` [PATCH 37/81] drm/i915: Add atomic page flip support
` [PATCH 38/81] drm/i915: Unstatic intel_enable_primary() and intel_disable_primary()
` [PATCH 39/81] drm/i915: Respect primary_disabled in crtc_enable()
` [PATCH 40/81] drm/i915: Enable/disable primary plane in calc_plane()
` [PATCH 41/81] drm/i915: Add primary plane disable logic to atomic mode setting code
` [PATCH 42/81] drm: Add missing EXPORT_SYMBOL()s for drm_flip
` [PATCH 43/81] drm/i915: Clear flip helpers for sprites too
` [PATCH 44/81] drm/i915: Refactor property handling in atomic code
` [PATCH 45/81] drm/i915: Move standard properties under mode_config
` [PATCH 46/81] drm_crtc_helper: Update standard crtc properties after modeset
` [PATCH 47/81] drm: Update standard plane properties after update_plane/disable_plane
` [PATCH 48/81] drm/i915: Update CRTC properties after modeset
` [PATCH 49/81] drm: Move standard crtc/plane prop handling to drm_crtc.c
` [PATCH 50/81] drm/i915: Use intel_best_encoder() directly
` [PATCH 51/81] drm/i915: Unstatic intel_modeset_update_staged_output_state()
` [PATCH 52/81] drm/i915: Update new_crtc and new_encoder fields after atomic modeset
` [PATCH 53/81] drm/i915: Update connector DPMS state after an "
` [PATCH 54/81] drm/i915: Kill the pending_flip counter manipulations
` [PATCH 55/81] drm/i915: Don't mark cursor as pinned, when we don't have a cursor bo
` [PATCH 56/81] drm/i915: Fix sprite_scaling_enabled for multiple sprites
` [PATCH 57/81] drm/i915: Fix hiding the cursor with atomic ioctl
` [PATCH 58/81] drm/i915: Fix plane src rectangle dirty check
` [PATCH 59/81] drm/i915: Send atomic completion events even if nothing changed
` [PATCH 60/81] drm/i915: Unpin old fbs only when appropriate
` [PATCH 61/81] drm/i915: Remove stale prototypes form atomic code
` [PATCH 62/81] drm/i915: Unstatic i915_gem_check_olr()
` [PATCH 63/81] drm/i915: Refactor atomic flip code
` [PATCH 64/81] drm/i915: Implement a non-blocking GPU synchronization mechanism for atomic page flips
` [PATCH 65/81] drm/i915: Release all atomic flips when GPU hangs
` [PATCH 66/81] drm/i915: Make a copy of the calculated plane regs
` [PATCH 67/81] drm/i915: Clear pending flips in haswell_crtc_disable()
` [PATCH 68/81] drm/i915: Drop all flips waiting for the GPU when the CRTC is about to be disabled
` [PATCH 69/81] drm/i915: Refactor flip preaparation
` [PATCH 70/81] drm/i915: Unstatic intel_modeset_commit_output_state()
` [PATCH 71/81] drm/i915: Eliminate swap_old_new() hack in the atomic code
` [PATCH 72/81] drm: Drop old_crtc and old_encoder pointers
` [PATCH 73/81] drm/i915: Use new_crtc when checking if CRTC is in use
` [PATCH 74/81] drm/i915: Add some TODO items to the atomic code
` [PATCH 75/81] drm/i915: Drop some stale FIXMEs from "
` [PATCH 76/81] drm/i915: Add pin count trace point
` [PATCH 77/81] drm/i915: Add trace points for flip queue length
` [PATCH 78/81] HACK: drm/i915: Make non-blocking GPU synchronization optional
` [PATCH 79/81] drm/i915: Add some timing debugs to atomic flips
` [PATCH 80/81] drm/i915: Add post flush DSL readout for surflive debug
` [PATCH 81/81] drm/i915: Add trace point for atomic flip vblank evade
[PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager
2012-12-12 10:55 UTC (8+ messages)
` [PATCH 2/3] drm/i915: Preallocate the drm_mm_node prior to manipulating the GTT drm_mm manager
` [PATCH 3/3] drm/i915: Preallocate mm node for GTT mmap offset
[PATCH] drm/i915: Preserve that FDI line reversal override bit on CPT
2012-12-11 18:49 UTC (2+ messages)
[PATCH 1/3] drm/i915: Preserve the FDI line reversal override bit on CPT
2012-12-11 18:48 UTC (3+ messages)
` [PATCH 2/3] drm/i915: Preserve the DDI link reversal configuration
` [PATCH 3/3] drm/i915: Rename intel_digital_port to intel_digital
Disabling a second monitor while in frame buffer
2012-12-11 16:37 UTC (5+ messages)
[PATCH 1/2] drm/i915: Fixup cursor latency used for IVB lp3 watermarks
2012-12-11 16:28 UTC (4+ messages)
` [PATCH 2/2] drm/i915: Double the cursor self-refresh latency on Valleyview
[PATCH] drm/i915: Fixup hpd irq register setup ordering
2012-12-11 16:24 UTC (8+ messages)
i915 freakout with latest 3.7 git
2012-12-11 16:11 UTC (12+ messages)
[PATCH 1/2] drm/i915: Don't emit semaphore wait if wrap happened
2012-12-11 13:08 UTC (2+ messages)
[PATCH v2] drm/i915: Fix shifted screen on top of LVDS on IVY laptop
2012-12-11 11:54 UTC (2+ messages)
Need help to root cause IGD driver issue on xen
2012-12-11 3:55 UTC (5+ messages)
[PATCH] drm/i915: fixup overlay stolen memory leak
2012-12-10 23:50 UTC (2+ messages)
[PATCH] drm/i915: enable sdvo interrupt on pch platforms
2012-12-10 21:29 UTC (4+ messages)
[PATCH 1/2] drm: Make the HPD status updates debug logs more readable
2012-12-10 21:12 UTC (3+ messages)
` [PATCH 2/2] drm: Don't prune modes loudly when a connector is disconnected
[PATCH 1/2] drm/i915: Clear self-refresh watermarks when disabled
2012-12-10 20:58 UTC (4+ messages)
` [PATCH 2/2] drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computations
[PATCH] drm/i915: disable cpt phase pointer fdi rx workaround
2012-12-10 20:54 UTC (3+ messages)
` [Intel-gfx] "
[PATCH] drm: Make the HPD status updates debug logs more readable
2012-12-10 20:28 UTC (3+ messages)
[PATCH] drm/i915: Fix garbage pixels on top of LVDS on IVY laptop
2012-12-10 17:20 UTC (11+ messages)
[PATCH 0/3] More Haswell VGA fixes
2012-12-10 16:04 UTC (7+ messages)
` [PATCH 2/3] drm/i915: add lpt_init_pch_refclk
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox