public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-06-18 11:23:28 to 2014-06-19 08:29:50 UTC [more...]

[PATCH 00/25] Fix FBC for real
 2014-06-19  8:29 UTC  (31+ messages)
` [PATCH 01/25] drm/i915: Add ring_notify mechanism
` [PATCH 02/25] drm/i915: Add vblank notify mechanism
` [PATCH 03/25] drm/i915: Name the IPS bits
` [PATCH 04/25] drm/i915: Use vblank notifier for IPS
` [PATCH 05/25] drm/i915: Reogranize page flip code for fbc
` [PATCH 06/25] drm/i915: Move ilk_pipe_pixel_rate() earlier to avoid forward declaration
` [PATCH 07/25] drm/i915: Reorganize intel_update_fbc()
` [PATCH 08/25] drm/i915: Check panel fitting state before enabling fbc
` [PATCH 09/25] drm/i915: Reject fbc on g4x when sprites are enabled
` [PATCH 10/25] drm/i915: Check pixel format for fbc
` [PATCH 11/25] drm/i915: Remove dblscan flag from fbc1 check
` [PATCH 12/25] drm/i915: Don't claim fbc as possible if the obj size exceeds stolen size
` [PATCH 13/25] drm/i915: Use low level funciton to disable fbc at init/resume
` [PATCH 14/25] drm/i915: Move fbc function prototypes got intel_drv.h
` [PATCH 15/25] drm/i915: Move fbc state into dev_priv.fbc
` [PATCH 16/25] drm/i915: Rewrite fbc
` [PATCH 17/25] drm/i915: Reduce dmesg spam from FBC enable
` [PATCH 18/25] drm/i915: Add i915_fbc_info debugfs file
` [PATCH v6 19/25] drm/i915: Implement LRI based FBC tracking
` [PATCH v3 20/25] drm/i915: Use LRI based FBC render tracking for ILK
` [PATCH v2 21/25] drm/i915: Reorder i915_gem_execbuffer_move_to_gpu() and i915_switch_context()
` [PATCH 22/25] drm/i915: Flush caches for scanout during cpu->gtt move
` [PATCH v5 23/25] drm/i915: Nuke FBC from SW_FINISH ioctl
` [PATCH 24/25] drm/i915: Pimp fbc render/blitter tracking
` [PATCH 25/25] drm/i915: Enable fbc for ilk+ by default

[PATCH 00/11] Support for 180 degree HW rotation
 2014-06-19  8:21 UTC  (26+ messages)
` [PATCH 09/11] drm/i915: Add rotation property for sprites
` [PATCH 10/11] drm/i915: Add 180 degree primary plane rotation support
` [PATCH 11/11] tests/kms_rotation_crc: IGT for 180 degree HW rotation
  ` [PATCH 1/1] Documentation: drm: describing rotation property for i915

[PATCH 1/3] drm/i915: Add ppgtt init/release trace points
 2014-06-19  7:56 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Add ctx param to i915_gem_ring_dispatch trace point
` [PATCH 3/3] drm/i915: Trace point callbacks for validation

[PATCH] drm/i915: Unpin last_context at reset
 2014-06-19  7:47 UTC  (3+ messages)
` [PATCH igt] tests/gem_ctx_exec: Add reset-pin-leak subtest

[PATCH 00/16] PSR rework and accurate frontbuffer tracking
 2014-06-19  7:29 UTC  (45+ messages)
` [PATCH 01/16] drm/i915: Drop unecessary complexity from psr_inactivate
` [PATCH 02/16] drm/i915: Ditch intel_edp_psr_update
` [PATCH 03/16] drm/i915: Run psr_setup unconditionally
` [PATCH 04/16] drm/i915: Drop schedule_back from psr_exit
` [PATCH 05/16] drm/i915: Add a FIXME about drrs/psr interactions
` [PATCH 06/16] drm/i915: Track the psr dp connector in dev_priv->psr.enabled
` [PATCH 07/16] drm/i915: Don't try to disable psr harder from the work item
` [PATCH 08/16] drm/i915: Lock down psr sw/hw state tracking
` [PATCH 09/16] drm/i915: More checks for psr.enabled
` [PATCH 10/16] drm/i915: Add locking to psr code
` [PATCH 11/16] drm/i915: Introduce accurate frontbuffer tracking
  ` [PATCH] "
  ` [PATCH] drm/i915: Properly track domain of the fbcon fb
` [PATCH 12/16] drm/i915: Use new frontbuffer bits to increase pll clock
` [PATCH 13/16] drm/i915: Properly track domain of the fbcon fb
` [PATCH 14/16] drm/i915: Track frontbuffer invalidation/flushing
` [PATCH 15/16] drm/i915: Fix up PSR frontbuffer tracking
` [PATCH 16/16] drm/i915: Improve PSR debugfs output
  ` [PATCH] drm/i915: Print obj->frontbuffer_bits in "
` [PATCH] drm/i915: Remove redundant HAS_PSR checks

[PATCH 1/2] mm: Report attempts to overwrite PTE from remap_pfn_range()
 2014-06-19  7:19 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/3] connector debugfs properties
 2014-06-19  6:57 UTC  (4+ messages)
` [PATCH 1/3] drm: add register and unregister functions for connectors

[PATCH] drivers/i915: Fix unnoticed failure of init_ring_common()
 2014-06-19  6:15 UTC  (2+ messages)

[PATCH 00/53] Execlists v3
 2014-06-19  6:13 UTC  (45+ messages)
` [PATCH 04/53] drm/i915: Extract ringbuffer destroy & make alloc outside accesible
` [PATCH 05/53] drm/i915: Move i915_gem_validate_context() to i915_gem_context.c
` [PATCH 06/53] drm/i915/bdw: Introduce one context backing object per engine
` [PATCH 07/53] drm/i915/bdw: New file for Logical Ring Contexts and Execlists
` [PATCH 08/53] drm/i915/bdw: Macro for LRCs and module option for Execlists
` [PATCH 09/53] drm/i915/bdw: Initialization for Logical Ring Contexts
` [PATCH 10/53] drm/i915/bdw: A bit more advanced context init/fini
` [PATCH 11/53] drm/i915/bdw: Allocate ringbuffers for Logical Ring Contexts
` [PATCH 12/53] drm/i915/bdw: Populate LR contexts (somewhat)
` [PATCH 13/53] drm/i915/bdw: Deferred creation of user-created LRCs
` [PATCH 15/53] drm/i915/bdw: Don't write PDP in the legacy way when using LRCs
` [PATCH 19/53] drm/i915: Extract pipe control fini & make init outside accesible
` [PATCH 36/53] drm/i915: Abstract the workload submission mechanism away
` [PATCH 41/53] drm/i915/bdw: Avoid non-lite-restore preemptions
` [PATCH 42/53] drm/i915/bdw: Make sure gpu reset still works with Execlists
` [PATCH 43/53] drm/i915/bdw: Make sure error capture keeps working "
` [PATCH 45/53] drm/i915/bdw: Do not call intel_runtime_pm_get() in an interrupt
` [PATCH 46/53] drm/i915/bdw: Display execlists info in debugfs
` [PATCH 53/53] !UPSTREAM: drm/i915: Use MMIO flips

[PATCH v2] iommu/intel: Exclude devices using RMRRs from IOMMU API domains
 2014-06-19  6:10 UTC  (8+ messages)

[PATCH] drm/i915: Don't prefault the entire obj if the vma is smaller
 2014-06-18 21:25 UTC  (4+ messages)

[PATCH 2/3] drm/debugfs: add a "force" file per connector
 2014-06-18 20:11 UTC  (7+ messages)
` [PATCH v2 0/2] connector debugfs properties
  ` [PATCH v2 1/2] drm/debugfs: add a "force" file per connector
  ` [PATCH v2 2/2] drm/debugfs: add an "edid_override" "
      ` [Intel-gfx] "

[RFC 0/4] Command parser batch buffer copy
 2014-06-18 19:59 UTC  (9+ messages)
` [RFC 1/4] drm/i915: Implement a framework for batch buffer pools
` [RFC 2/4] drm/i915: Use batch pools with the command parser
` [RFC 3/4] drm/i915: Add a batch pool debugfs file
` [RFC 4/4] drm/i915: Dispatch the shadow batch buffer

[PATCH 1/8] drm/i915: Get rid of the synchronous flag in switch_mm
 2014-06-18 19:50 UTC  (6+ messages)
` [PATCH 2/8] drm/i915/bdw: If we are in reset, switch the GEN8 ppgtt synchronously
` [PATCH 3/8] drm/i915: Enable the PPGTT in the ring init
` [PATCH 4/8] drm/i915: Split PPGTT enabling from Aliasing PPGTT switching

[PATCH] drm/i915: Remove ctx->last_ring
 2014-06-18 19:43 UTC  (3+ messages)

[PATCH 1/2] drm/i915: use runtime irq suspend/resume in freeze/thaw
 2014-06-18 16:52 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: don't take runtime PM reference around freeze/thaw

[PATCH] drm/i915/bdw: Map unused PDPs to a scratch page
 2014-06-18 16:14 UTC 

Display glitching (and possibly related lockup) in 3.16-rc1?
 2014-06-18 16:14 UTC 

Deadlock in intel_enable_pipe_a()
 2014-06-18 16:03 UTC  (6+ messages)
` [PATCH] drm/i915: Avoid double mutex lock applying pipe A quirk during sanitize_crtc()
      ` Partial success - Fixing resume from s2ram on S6010
              ` i830GM on IBM R31 works with alm_fixes5 repository

[PATCH 1/2] drm/i915: Set M2_N2 registers during mode set
 2014-06-18 15:52 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] drm/i915: default to having backlight if VBT not available
 2014-06-18 14:59 UTC  (2+ messages)

[PATCH v5 2/2] drm/i915: State readout and cross-checking for dp_m2_n2
 2014-06-18 14:57 UTC  (9+ messages)
              ` [PATCH v6 "

[PATCH i-g-t 0/4] enabling connectors (v2)
 2014-06-18 14:05 UTC  (8+ messages)
` [PATCH i-g-t 1/4] lib: add function to change connector states
` [PATCH i-g-t 2/4] lib: add the ability to set an EDID data block on a connector
` [PATCH i-g-t 3/4] lib: add igt_enable_connectors and igt_reset_connectors
` [PATCH i-g-t 4/4] tests: enable extra connectors in kms_flip and kms_pipe_crc_basic

[PATCH 1/2] uxa: When the output is off, report the cached backlight value
 2014-06-18 14:02 UTC  (5+ messages)
` [PATCH 2/2] uxa: Mark the output as off before making pipe changes

[PATCH 00/10] Support for 180 degree HW rotation
 2014-06-18 13:18 UTC  (15+ messages)
` [PATCH 01/10] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h
` [PATCH 02/10] drm: Add support_bits parameter to drm_property_create_bitmask()
` [PATCH 03/10] drm: Add drm_mode_create_rotation_property()
` [PATCH 04/10] drm/omap: Switch omapdrm over to drm_mode_create_rotation_property()
` [PATCH 05/10] drm: Add drm_rect rotation functions
` [PATCH 06/10] drm: Add drm_rotation_simplify()
` [PATCH 07/10] drm/i915: Add 180 degree sprite rotation support
` [PATCH 08/10] drm/i915: Make intel_plane_restore() return an error
` [PATCH 09/10] drm/i915: Add rotation property for sprites
` [PATCH 10/10] drm/i915: Add 180 degree primary plane rotation support

[PATCH] backlight: Fix compile error
 2014-06-18 13:12 UTC  (5+ messages)

[PATCH 1/4] drm/i915: Suppress redundant syncs with mmio page flips
 2014-06-18 11:23 UTC  (3+ messages)
` [PATCH 2/4] drm/i915: Check for a stalled page flip after each vblank
` [PATCH 3/4] drm/i915: Decouple the stuck pageflip on modeset


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