public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-02-07 14:49:47 to 2014-02-11 11:02:32 UTC [more...]

[PATCH v5 00/11] Enabling 180 degree rotation for sprite and crtc planes
 2014-02-11 11:02 UTC  (19+ messages)
` [PATCH v5 01/11] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h
` [PATCH v5 02/11] drm: Add support_bits parameter to drm_property_create_bitmask()
    ` [PATCH v2 "
` [PATCH v5 03/11] drm: Add drm_mode_create_rotation_property()
` [PATCH v5 04/11] drm/omap: Switch omapdrm over to drm_mode_create_rotation_property()
` [PATCH v5 05/11] drm: Add drm_rect rotation functions
` [PATCH v5 06/11] drm: Add drm_rotation_simplify()
` [PATCH v5 07/11] drm/i915: Add 180 degree sprite rotation support
` [PATCH v5 08/11] drm/i915: Make intel_plane_restore() return an error
` [PATCH v5 09/11] drm/i915: Add rotation property for sprites
` [PATCH v5 10/11] drm/i915: Add 180 degree primary plane rotation support
` [PATCH v5 11/11] drm/i915: Calling rotate and inverse rotate transformations after clipping
  ` [Intel-gfx] "

[PATCH v3 1/1] drm/i915: Add 180 degree sprite rotation support
 2014-02-11 11:00 UTC 

[PATCH v5 1/1] drm/i915: Add 180 degree primary plane rotation support
 2014-02-11 10:59 UTC 

[PULL] drm-intel-fixes
 2014-02-11 10:58 UTC 

[PATCH 0/2] drm/i915/dp: native aux defer retry timeout & retry limit
 2014-02-11 10:36 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/dp: increase native aux defer retry timeout
` [PATCH 2/2] drm/i915/dp: add native aux defer retry limit

[PATCH 1/2] drm: expose subpixel order name routine v2
 2014-02-11  9:51 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: add a display info file to debugfs v2
  ` [PATCH] drm: expose subpixel order name routine v3

[PATCH] drm/i915: Initialize downclock mode in panel init
 2014-02-11  9:55 UTC  (2+ messages)

[PATCH v3] drm/i915: Added write-enable pte bit support
 2014-02-11  8:49 UTC 

[PATCH] drm/i915: Initialize downclock mode in panel init
 2014-02-11  8:42 UTC  (2+ messages)

[PATCH 0/5] Enabling DRRS in the kernel
 2014-02-11  6:32 UTC  (5+ messages)
` [PATCH 2/5] drm/i915: Parse EDID probed modes for DRRS support

[PATCH v2] drm/i915/vlv: Added a rendering specific Hw WA 'WaSendDummy3dPrimitveAfterSetContext'
 2014-02-11  0:58 UTC  (3+ messages)

[PATCH 1/6] drm/i915: split aligned height calculation out v2
 2014-02-10 23:35 UTC  (16+ messages)
` [PATCH 2/6] drm/i915: get_plane_config for i9xx v10
` [PATCH 3/6] drm/i915: get_plane_config support for ILK+
` [PATCH 4/6] drm/i915: alloc intel_fb in the intel_fbdev struct
  ` [PATCH 1/2] drm/i915: Use normal fb deref for the fbcon framebuffer
    ` [PATCH 2/2] drm/i915: Fix error path leak in fbdev fb allocation
` [PATCH 5/6] drm/i915: allow re-use BIOS connector config for initial fbdev config
` [PATCH 6/6] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v10

agp/intel: can't ioremap flush page - no chipset flushing
 2014-02-10 21:33 UTC  (7+ messages)

[PATCH 0/2] drm/i915: Potential gen3 vblank interrupt fixes
 2014-02-10 18:38 UTC  (2+ messages)
` [PATCH 3/2] drm/i915: Add a refcount for the AGPBUSY# bit

Supporting fused display configurations v5
 2014-02-10 18:24 UTC  (21+ messages)
` [PATCH 1/8] drm/i915: Always use INTEL_INFO() to access the device_info structure
` [PATCH 2/8] drm/i915: Make the intel_device_info structure kept in dev_priv writable
` [PATCH 3/8] drm/i915: Move num_plane to the intel_device_info structure
` [PATCH 4/8] drm/i915: Consolidate FUSE_STRAP in one set of defines
` [PATCH 5/8] drm/i915: Disable display when fused off
    ` [PATCH 5/8 v5] "
` [PATCH 6/8] drm/i915: Use I915_MAX_PIPES in the pipe/plane_to_crtc_mapping definitions
` [PATCH 7/8] drm/i915: Reorder i915_params fields to not create holes
` [PATCH 8/8] drm/i915: Provide a command line option to disable display
    ` [PATCH 8/8 v2] "

[PATCH 1/3] drm/i915: dp: fix order of dp aux i2c device cleanup
 2014-02-10 18:23 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: sdvo: fix error path in sdvo_connector_init
` [PATCH 3/3] drm/i915: sdvo: add i2c sysfs symlink to the connector's directory

[PATCH 0/9] drm-intel-collector - update
 2014-02-10 17:32 UTC  (15+ messages)
` [PATCH 1/9] drm/i915: Propagate errors on failed PPGTT
` [PATCH 2/9] drm/i915: wrap crtc enable/disable
` [PATCH 3/9] drm/i915: make crtc enable/disable asynchronous
` [PATCH 4/9] drm/i915: Propagate PCI read/write errors during vga_set_state()
` [PATCH 5/9] drm/i915: Short-circuit no-op vga_set_state()
` [PATCH 6/9] drm/i915: Verify address field of PCBR register
` [PATCH 7/9] drm/i915: Bring UP Power Wells before disabling RC6
` [PATCH 8/9] drm/i915: Flush GPU rendering with a lockless wait during a pagefault
` [PATCH 9/9] drm/i915: PF CRC may not work on HSW

[PATCH v4 00/11] Enabling 180 degree rotation for sprite and crtc planes
 2014-02-10 17:31 UTC  (11+ messages)
` [PATCH v4 02/11] drm: Add support_bits parameter to drm_property_create_bitmask()
` [PATCH v4 04/11] drm/omap: Switch omapdrm over to drm_mode_create_rotation_property()

[PATCH 0/3] drm/i915: "Fix" g4x infoframes w/ multiple HDMI/DVI monitors
 2014-02-10 17:28 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: Add encoder .off() hook
` [PATCH 2/3] drm/i915: Convert DIP port switch cases to a simple macro
` [PATCH 3/3] drm/i915: Make infoframe trnsmission more reliable on g4x

[PATCH 1/3] drm/i915: add wait_for_vblank argument to intel_enable_pipe
 2014-02-10 17:23 UTC  (14+ messages)
` [PATCH 4/3] drm/i915: pass intel_crtc as argument for intel_enable_pipe
  ` [PATCH 5/3] drm/i915: remove pch_port argument form intel_enable_pipe
  ` [PATCH 6/3] drm/i915: remove "dsi" "
  ` [PATCH 7/3] drm/i915: remove wait_for_vblank "
  ` [PATCH 8/3] drm/i915: WARN in case we're enabling the pipe and it's enabled

[PATCH v2 1/3] drm/i915: pass status instead of enable flags to i915_enable_pipestat
 2014-02-10 16:42 UTC  (3+ messages)
` [PATCH v2 2/3] drm/i915: vlv: fix mapping of pipestat enable to status bits
` [PATCH v2 3/3] drm/i915: vlv: handle only enabled pipestat interrupt events

intel_sdvo_init: trying to register non-static key
 2014-02-10 15:49 UTC  (9+ messages)

[PATCH] drm/i915/vlv: Added write-enable pte bit support
 2014-02-10 14:45 UTC  (10+ messages)

[PATCH 1/3] drm/i915: Rely on accurate request tracking for finding hung batches
 2014-02-10 14:30 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Record pid/comm of hanging task
` [PATCH 3/3] drm/i915: Record error state capture reason

[ANNOUNCE] xf86-video-intel 2.99.910
 2014-02-10  9:42 UTC 

[PATCH] drm/i915: Downgrade *ERROR* message for invalid user input
 2014-02-10  9:32 UTC  (2+ messages)

[PATCH i-g-t 0/3] Various small fixes
 2014-02-10  9:04 UTC  (6+ messages)
` [PATCH i-g-t 1/3] debugger: fix the -p option
` [PATCH i-g-t 2/3] assembler: fix condition for printing a warning
` [PATCH i-g-t 3/3] tests/gem_seqno_wrap: fix over allocation of buffers

3.13.1 - WARNING at drivers/gpu/drm/i915/i915_irq.c:1240
 2014-02-10  8:58 UTC  (8+ messages)

[PATCH v5 07/11] drm/i915: Add 180 degree sprite rotation support
 2014-02-10  7:36 UTC 

linux-next: manual merge of the drm-intel tree with the tree
 2014-02-10  1:59 UTC 

[PATCH 0/7] drm/i915: Some more w/a'ish stuff
 2014-02-08 19:57 UTC  (5+ messages)
` [PATCH 4/7] drm/i915: Disable SF pipelined attribute fetch for SNB

[PATCH v2] drm/i915: Added write-enable pte bit support
 2014-02-08 10:31 UTC 

[PATCH] drm/i915: Fix correct FIFO size for Baytrail
 2014-02-07 19:38 UTC  (5+ messages)

[PATCH 1/2] drm/i915: HSW PSR fix inverted sink DP_PSR_CFG link setup
 2014-02-07 19:29 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: PSR HSW: update after enabling sprite

[PATCH] drm/i915: Add Baytrail PSR Support
 2014-02-07 18:39 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH 0/2] Using MMIO based flips on VLV
 2014-02-07 17:17 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/vlv: Replaced Blitter ring based flips with MMIO Flips for VLV

[PATCH] tests/gem_gtt_hog: Fix for BDW
 2014-02-07 16:41 UTC  (6+ messages)

[PATCH 0/5] Add power feature debugfs disabling
 2014-02-07 16:43 UTC  (5+ messages)

Updated drm-intel-testing
 2014-02-07 16:12 UTC 

[PATCH] drm/i915: Pair va_copy with va_end in i915_error_vprintf
 2014-02-07 15:58 UTC  (3+ messages)

[PATCH 1/2] tests/pm_rps: Round requested freq correctly
 2014-02-07 15:08 UTC  (6+ messages)

Modeset API for KMS tests
 2014-02-07 14:49 UTC  (13+ messages)
` [PATCH igt 17/28] tests/kms_cursor_crc: Use igt_pipe_crc_collect_crc()
` [PATCH igt 18/28] lib/display: Add support for DRM planes
` [PATCH igt 19/28] lib: Introduce a new helper kmstest_create_color_fb()
` [PATCH igt 20/28] kms_cursor_crc: Use kmstest_create_color_fb()
` [PATCH igt 21/28] lib: Include drm_fourcc.h from igt_kms.h
` [PATCH igt 22/28] kms_pipe_crc_basic: Use kmstest_create_color_fb()
` [PATCH igt 23/28] lib: Add a helper to wait for a keypress
` [PATCH igt 24/28] lib/display: Add a way to wait at every commit for inspection
` [PATCH igt 25/28] lib/display: Print the fb id, not its pointer in the set_fb() log message
` [PATCH igt 26/28] lib/display: Wait for a vblank after SetPlane()
` [PATCH igt 27/28] lib/display: Fix assertion in set_plane()
` [PATCH igt 28/28] kms_plane: Start a basic display plane test


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