messages from 2014-03-06 20:04:20 to 2014-03-08 18:48:24 UTC [more...]
[PATCH 1/1] kms_cursor_crc/Enabling this test for variable cursor width and heights
2014-03-08 18:49 UTC (2+ messages)
` [PATCH v2 1/1] kms_cursor_crc: Enabling this test for 128x128 and 256x256 cursors
agp/intel: can't ioremap flush page - no chipset flushing
2014-03-08 14:44 UTC (17+ messages)
[PATCH 1/8] drm/i915: add plane_config fetching infrastructure v2
2014-03-08 10:36 UTC (11+ messages)
` [PATCH 2/8] drm/i915: get_plane_config for i9xx v13
` [PATCH 3/8] drm/i915: get_plane_config support for ILK+ v3
` [PATCH 4/8] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v12
` [PATCH 5/8] drm/i915: preserve SSC if previously set
` [PATCH 6/8] drm/i915: don't bother enabling swizzle bits on gen7+
` [PATCH 7/8] drm/i915: use current mode if the size matches the preferred mode
` [PATCH 8/8] drm/i915: remove early fb allocation dependency on CONFIG_FB v2
[PATCH 0/6] More runtime PM fixes
2014-03-08 10:27 UTC (10+ messages)
` [PATCH 1/6] drm/i915: don't schedule force_wake_timer at gen6_read
` [PATCH 2/6] drm/i915: properly disable the VDD when disabling the panel
` [PATCH 3/6] drm/i915: get runtime PM at i915_reg_read_ioctl
` [PATCH 4/6] drm/i915: don't get/put runtime PM at the debugfs forcewake file
` [PATCH 5/6] drm/i915: don't read pp_ctrl_reg if we're suspended
` [PATCH 6/6] drm/i915: get runtime PM at intel_set_mode
[PATCH] drm/i915: fix vxd392 memory corruption on VLV and >4GB
2014-03-08 10:07 UTC (3+ messages)
[RFC 1/1] drm/i915: Added support for setting plane alpha through drm property
2014-03-08 8:21 UTC (6+ messages)
` [PATCH 0/4] Adding support for plane alpha/color blending "
` [PATCH 1/4] drm: Added plane alpha and color blending property
` [PATCH 2/4] drm/i915: Enabling constant alpha drm property
` [PATCH 3/4] drm/i915: Enabling pre-multiplied "
` [PATCH 4/4] Documentation: drm: describing plane alpha and color blending property
[PATCH v2 1/1] Documentation: drm: describing drm properties exposed by various drivers
2014-03-08 7:28 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v4 "
` [PATCH v5 "
[RFCv2 04/10] drm/i915: Restrict plane loops to only operate on overlay planes
2014-03-08 0:03 UTC (3+ messages)
` [RFCv2 09/10] drm/i915: Rename similar plane functions to avoid confusion
` [RFCv2 10/10] drm/i915: Intel-specific primary plane handling
[PATCH 0/6] SNB/BDW runtime PM
2014-03-07 23:12 UTC (7+ messages)
` [PATCH 1/6] drm/i915: kill dev_priv->pm.regsave
` [PATCH 2/6] drm/i915: add gen-specific runtime suspend/resume functions
` [PATCH 3/6] drm/i915: add SNB runtime PM support
` [PATCH 4/6] drm/i915: remove HAS_PC8 check
` [PATCH 5/6] drm/i915: BDW needs D_COMP writes through MCHBAR
` [PATCH 6/6] drm/i915: add BDW runtime PM support
[PATCH 00/20] ILK+ interrupt improvements, v2
2014-03-07 23:10 UTC (21+ messages)
` [PATCH 01/20] drm/i915: add GEN5_IRQ_INIT macro
` [PATCH 02/20] drm/i915: also use GEN5_IRQ_INIT with south display interrupts
` [PATCH 03/20] drm/i915: use GEN8_IRQ_INIT on GEN5
` [PATCH 04/20] drm/i915: add GEN5_IRQ_FINI
` [PATCH 05/20] drm/i915: don't forget to uninstall the PM IRQs
` [PATCH 06/20] drm/i915: properly clear IIR at irq_uninstall on Gen5+
` [PATCH 07/20] drm/i915: add GEN5_IRQ_INIT
` [PATCH 08/20] drm/i915: check if IIR is still zero at postinstall on Gen5+
` [PATCH 09/20] drm/i915: fix SERR_INT init/reset code
` [PATCH 10/20] drm/i915: fix GEN7_ERR_INT "
` [PATCH 11/20] drm/i915: fix open coded gen5_gt_irq_preinstall
` [PATCH 12/20] drm/i915: extract ibx_irq_uninstall
` [PATCH 13/20] drm/i915: call ibx_irq_uninstall from gen8_irq_uninstall
` [PATCH 14/20] drm/i915: enable SDEIER later
` [PATCH 15/20] drm/i915: remove ibx_irq_uninstall
` [PATCH 16/20] drm/i915: add missing intel_hpd_irq_uninstall
` [PATCH 17/20] drm/i915: add ironlake_irq_reset
` [PATCH 18/20] drm/i915: add gen8_irq_reset
` [PATCH 19/20] drm/i915: only enable HWSTAM interrupts on postinstall on ILK+
` [PATCH 20/20] drm/i915: add POSTING_READs to the IRQ init/reset macros
[PATCH 00/16] Merge PC8 with runtime PM, v3
2014-03-07 23:08 UTC (17+ messages)
` [PATCH 01/16] drm/i915: extract __hsw_do_{en, dis}able_package_c8
` [PATCH 02/16] drm/i915: make PC8 be part of runtime PM suspend/resume
` [PATCH 03/16] drm/i915: get/put runtime PM when we get/put a power domain
` [PATCH 04/16] drm/i915: remove dev_priv->pc8.requirements_met
` [PATCH 05/16] drm/i915: get runtime PM references when the GPU is idle/busy
` [PATCH 06/16] drm/i915: kill pc8.disable_count
` [PATCH 07/16] drm/i915: remove an indirection level on PC8 functions
` [PATCH 08/16] drm/i915: don't get/put PC8 reference on freeze/thaw
` [PATCH 09/16] drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8
` [PATCH 10/16] drm/i915: don't get/put PC8 when getting/putting power wells
` [PATCH 11/16] drm/i915: remove dev_priv->pc8.enabled
` [PATCH 12/16] drm/i915: move pc8.irqs_disabled to pm.irqs_disabled
` [PATCH 13/16] drm/i915: kill struct i915_package_c8
` [PATCH 14/16] drm/i915: rename __hsw_do_{en, dis}able_pc8
` [PATCH 15/16] drm/i915: update the PC8 and runtime PM documentation
` [PATCH 16/16] drm/i915: init pm.suspended earlier
[PATCH 1/2] drm/i915: Process page flags once rather than per pwrite/pread
2014-03-07 23:03 UTC (7+ messages)
` [PATCH 2/2] drm/i915: Do not force non-caching copies for pwrite along shmem path
Updated drm-intel-testing
2014-03-07 23:02 UTC
[PATCH] drm/i915: Fail gpu reset if the forcewake fifo hasn't drained
2014-03-07 21:35 UTC (2+ messages)
[PATCH 00/24] drm/i915: Two part watermark update for ILK+
2014-03-07 21:32 UTC (27+ messages)
` [PATCH 01/24] drm/i915: Don't read sprite LP2+ registers on ILK/SNB
` [PATCH 02/24] drm/i915: Add some more tracked state to intel_pipe_wm
` [PATCH 03/24] drm/i915: Skip watermark merging for inactive pipes
` [PATCH 04/24] drm/i916: Refactor WM register maximums
` [PATCH 05/24] drm/i915: Merge LP1+ watermarks in safer way
` [PATCH 06/24] drm/i915: Disable/enable planes as the first/last thing during modeset on ILK+
` [PATCH 07/24] drm/i915: Remove useless checks from primary enable/disable
` [PATCH 08/24] drm/i915: Shuffle wait_for_vblank out of primary_enable/disable funcs
` [PATCH 09/24] drm/i915: Keep vblank interrupts enabled while enabling/disabling planes
` [PATCH 10/24] drm/i915: Leave interrupts enabled while disabling crtcs during suspend
` [PATCH 11/24] drm/i915: Check hw vs. sw watermark state after programming
` [PATCH 12/24] drm/i915: Refactor ilk_validate_pipe_wm()
` [PATCH 13/24] drm/i915: Refactor ilk_update_wm
` [PATCH 14/24] drm/i915: Add dev_priv->wm.mutex
` [PATCH 15/24] drm/i915: Add vblank based delayed watermark update mechanism
` [PATCH 16/24] drm/i915: Split watermark programming into pre and post steps
` [PATCH 17/24] drm/i915: Actually perform the watermark update in two phases
` [PATCH 18/24] drm/i915: Wait for watermark updates to finish before disabling a pipe
` [PATCH 19/24] drm/i915: Refactor get_other_active_crtc()
` [PATCH 20/24] drm/i915: Disable LP1+ watermarks while changing the number of active pipes
` [PATCH 21/24] drm/i915: Keep track of who disabled LP1+ watermarks
` [PATCH 22/24] drm/i915: Prefer the 5/6 DDB split when primary is disabled
` [PATCH 23/24] drm/i915: Add a workaround for sprite only <-> primary only switching
` [PATCH 24/24] drm/i915: Don't disable LP1+ watermarks for every frame when scaled
[RFC 0/1] Add support for server managed fds
2014-03-07 20:05 UTC (5+ messages)
` [PATCH] intel: "
[PATCH] drm/i915: Don't enable display error interrupts from the start
2014-03-07 19:34 UTC (5+ messages)
Request for feedback : [RFC] Added a new 'window size' property for connector
2014-03-07 17:12 UTC (7+ messages)
[PATCH v7 3/5] drm/i915: Make sprite updates atomic
2014-03-07 15:57 UTC (3+ messages)
` [PATCH v8 "
[PATCH 0/2] Using MMIO based flips on VLV
2014-03-07 13:30 UTC (8+ messages)
` [PATCH 2/2] drm/i915/vlv: Replaced Blitter ring based flips with MMIO Flips for VLV
[PATCH] drm/i915: Go OCD on the Makefile
2014-03-07 11:12 UTC (3+ messages)
[PATCH 0/3] Increase the utilization of Stolen area on VLV
2014-03-07 11:05 UTC (9+ messages)
` [PATCH 1/3] drm/i915: Added a new 'I915_CPU_MAP_NOT_NEEDED' flag to gem_create ioctl
` [PATCH 2/3] drm/i915: Truncation logic for Stolen mem objects
` [PATCH 3/3] drm/i915: Memory node free handling on truncation of stolen obj
Menu shakes or vibrate in ubuntu 13.10
2014-03-07 10:08 UTC
Blanking out when driving QHD 2560x1440 cheap panels with the displayport
2014-03-07 9:03 UTC (2+ messages)
[PATCH 00/23] Merge PC8 with runtime PM, v2
2014-03-07 8:51 UTC (8+ messages)
` [PATCH 09/23] drm/i915: make PC8 be part of runtime PM suspend/resume
[PATCH 0/7] intel_audio_dump: add support for Valleyview
2014-03-07 8:49 UTC (2+ messages)
[PATCH 0/6] v6: Enabling DRRS in the kernel
2014-03-07 8:41 UTC (4+ messages)
` [PATCH 3/6] drm/i915: Add support for DRRS to switch RR
[PATCH] [RFC] Taint the kernel for unsafe module options
2014-03-07 8:05 UTC (5+ messages)
[PATCH 0/6] v6: Enabling DRRS in the kernel
2014-03-07 5:17 UTC (7+ messages)
` [PATCH 1/6] drm/i915: Adding VBT fields to support eDP DRRS feature
` [PATCH 2/6] drm/i915: Parse EDID probed modes for DRRS support
` [PATCH 3/6] drm/i915: Add support for DRRS to switch RR
` [PATCH 4/6] drm/i915: Idleness detection for DRRS
` [PATCH 5/6] drm/i915/bdw: Add support for DRRS to switch RR
` [PATCH 6/6] drm/i915: Support for RR switching on VLV
[PATCH 00/13] Gen7 batch buffer command parser
2014-03-06 22:13 UTC (9+ messages)
` [PATCH 02/13] drm/i915: Implement command buffer parsing logic
` [PATCH 10/13] drm/i915: Enable PPGTT command parser checks
[PATCH] drm/i915: Disable full ppgtt by default
2014-03-06 21:55 UTC (5+ messages)
[PATCH 1/3] uxa: Don't emit PIPE_CONTROLs in an empty batch
2014-03-06 21:23 UTC (4+ messages)
` [PATCH 2/3] uxa: Remove implicit length from BLT command #defines
` [PATCH 3/3] uxa: Enable BLT acceleration on Broadwell
[PATCH v2 00/21] drm/i915: vlv power domains support
2014-03-06 21:04 UTC (10+ messages)
` [PATCH v2 06/21] drm/i915: split power well 'set' handler to separate enable/disable/sync_hw
` [PATCH v2 20/21] drm/i915: factor out intel_set_cpu_fifo_underrun_reporting_nolock
` [PATCH v2 21/21] drm/i915: power domains: add vlv power wells
[PATCH 0/5] drm/i915: FDI port_clock fix for DDI and other FDI changes
2014-03-06 21:01 UTC (6+ messages)
` [PATCH 2/5] drm/i915: Change intel_fdi_link_freq() to 10kHz
[PATCH] drm/i915: Avoid div by zero when pixel clock is large
2014-03-06 20:57 UTC (4+ messages)
[PATCH] drm/i915: Add support for stealing purgable stolen pages
2014-03-06 20:25 UTC
Make init and mode set more asynchronous
2014-03-06 20:15 UTC (5+ messages)
` [PATCH 2/6] drm/i915: make fbdev initialization asynchronous
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