public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-06-17 21:26:21 to 2014-06-18 20:16:31 UTC [more...]

[PATCH 00/53] Execlists v3
 2014-06-18 20:16 UTC  (7+ messages)
` [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 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] "

[PATCH 00/25] Fix FBC for real
 2014-06-18 20:06 UTC  (29+ 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

[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] drm/i915: Unpin last_context at reset
 2014-06-18 19:04 UTC  (2+ messages)
` [PATCH igt] tests/gem_ctx_exec: Add reset-pin-leak subtest

[PATCH 00/11] Support for 180 degree HW rotation
 2014-06-18 17:02 UTC  (27+ messages)
` [PATCH 01/11] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h
` [PATCH 02/11] drm: Add support_bits parameter to drm_property_create_bitmask()
` [PATCH 03/11] drm: Add drm_mode_create_rotation_property()
` [PATCH 04/11] drm/omap: Switch omapdrm over to drm_mode_create_rotation_property()
` [PATCH 05/11] drm: Add drm_rect rotation functions
` [PATCH 06/11] drm: Add drm_rotation_simplify()
` [PATCH 07/11] drm/i915: Add 180 degree sprite rotation support
` [PATCH 08/11] drm/i915: Make intel_plane_restore() return an error
` [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/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 1/3] drm/i915: Add ppgtt init/release trace points
 2014-06-18 16:16 UTC  (3+ 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/bdw: Map unused PDPs to a scratch page
 2014-06-18 16:14 UTC 

[PATCH 00/16] PSR rework and accurate frontbuffer tracking
 2014-06-18 16:15 UTC  (43+ 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

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  (4+ 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
` [PATCH 4/4] drm/i915: Boost GPU frequency if we detect outstanding pageflips

[PATCH v2] drm/i915: Bring GPU Freq to min while suspending
 2014-06-19  3:23 UTC  (4+ messages)

[PATCH] drm/i915/vlv: DP_SINK_COUNT is not reliable for valleyview platform
 2014-06-18 10:45 UTC  (9+ messages)

[PATCH] drm/i915: select MMU_NOTIFIER
 2014-06-18  8:18 UTC  (3+ messages)

[PATCH] Fix the comments for igt case: pm_rc6_residency
 2014-06-18  7:39 UTC 

intel_gpu_top missing clocks
 2014-06-18  2:43 UTC  (2+ messages)

i915 hpd irq rework
 2014-06-18  1:29 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Add #defines for short/long pulse on gmch platforms
` [PATCH 2/2] drm/i915: rework digital port IRQ handling (v2)

[PATCH] drm/i915: Add some L3 registers to the parser whitelist
 2014-06-17 22:28 UTC  (2+ messages)

[PATCH] tests/kms_psr_sink_crc: Fix delayed gtt/cpu write tests
 2014-06-17 22:27 UTC 

[PATCH v3 1/4] drm/i915: Ack interrupts before handling them (GEN5 - GEN7)
 2014-06-17 22:24 UTC  (3+ messages)
` [PATCH v3 3/4] drm/i915/bdw: Ack interrupts before handling them (GEN8)

[PATCH 1/2] drm/i915: Grab dev->struct_mutex in i915_gem_pageflip_info
 2014-06-17 22:04 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Don't BUG_ON in i915_gem_obj_offset

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

[PATCH 1/3] drm/i915: Check for a stalled page flip after each vblank
 2014-06-17 21:33 UTC  (3+ messages)
` [PATCH 2/3] 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