public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-02-17 22:02:54 to 2014-02-20 19:46:02 UTC [more...]

[PATCH 00/19] drm/i915: vlv power domains support
 2014-02-20 19:46 UTC  (39+ messages)
` [PATCH 01/19] drm/i915: use drm_i915_private everywhere in the power domain api
` [PATCH 02/19] drm/i915: fold in __intel_power_well_get/put functions
` [PATCH 03/19] drm/i915: move modeset_update_power_wells earlier
` [PATCH 04/19] drm/i915: move power domain macros to intel_pm.c
` [PATCH 05/19] drm/i915: power domains: add power well ops
` [PATCH 06/19] drm/i915: remove power_well->always_on flag
` [PATCH 07/19] drm/i915: add port power domains
` [PATCH 08/19] drm/i915: get port power domain in connector detect
` [PATCH 09/19] drm/i915: check port power domain when reading the encoder hw state
` [PATCH 10/19] drm/i915: check pipe power domain when reading its "
` [PATCH 11/19] drm/i915: vlv: keep first level vblank IRQs masked
` [PATCH 12/19] drm/i915: sanitize PUNIT register macro definitions
` [PATCH 13/19] drm/i915: factor out reset_vblank_counter
` [PATCH 15/19] drm/i915: use power domain api to check vga power state
` [PATCH 16/19] drm/i915: sanity check power well sw state against hw state
` [PATCH 17/19] drm/i915: vlv: factor out valleyview_display_irq_install
` [PATCH 18/19] drm/i915: move hsw power domain comment to its right place
` [PATCH 19/19] drm/i915: power domains: add vlv power wells

[PATCH 0/9] [REPOST] BDW 4G GGTT + PPGTT cleanups
 2014-02-20 19:35 UTC  (37+ messages)
  ` [PATCH 2/9] drm/i915/bdw: Reorganize PPGTT init
      ` [PATCH] [v3] "
  ` [PATCH 3/9] drm/i915/bdw: Split ppgtt initialization up
  ` [PATCH 4/9] drm/i915: Make clear/insert vfuncs args absolute
  ` [PATCH 5/9] drm/i915/bdw: Reorganize PT allocations
  ` [PATCH 6/9] Revert "drm/i915/bdw: Limit GTT to 2GB"
  ` [PATCH 7/9] drm/i915: Update i915_gem_gtt.c copyright
  ` [PATCH 0/9] [v2] BDW 4G GGTT + PPGTT cleanups
  ` [PATCH 1/9] drm/i915/bdw: Free PPGTT struct
  ` [PATCH 8/9] drm/i915: Split GEN6 PPGTT cleanup
  ` [PATCH 9/9] drm/i915: Split GEN6 PPGTT initialization up

[Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2014-02-20 18:36 UTC  (2+ messages)

[PATCH] Fix GPU Hang on BYT
 2014-02-20 16:18 UTC  (3+ messages)
` [PATCH] drm/i915: Revert workaround for disabling L3 cache aging "

[PATCH v5 0/5] drm/dp: Introduce AUX channel infrastructure
 2014-02-20 15:55 UTC  (6+ messages)
  ` [PATCH v5 1/5] drm/dp: Add "
  ` [PATCH v5 2/5] drm/dp: Add drm_dp_dpcd_read_link_status()
  ` [PATCH v5 3/5] drm/dp: Add DisplayPort link helpers
  ` [PATCH v5 4/5] drm/dp: Allow registering AUX channels as I2C busses
  ` [PATCH v5 5/5] drm/tegra: Add eDP support

[PATCH v3 0/5] drm/i915: Atomic sprites v3
 2014-02-20 13:42 UTC  (10+ messages)
` [PATCH 7/5] drm/i915: Improve gen3/4 frame counter
  ` [PATCH 8/5] drm/i915: Fix gen2 scanline counter
    ` [PATCH v2 "
  ` [PATCH 9/5] drm/i915: Draw a picture about video timings
    ` [PATCH v2 "

[PATCH 0/6] Intel Color Manager Framework
 2014-02-20 13:11 UTC  (8+ messages)
` [PATCH 1/6] drm/i915: Add Color manager framework
` [PATCH 2/6] drm/i915: Color Manager: Add CSC color correction
` [PATCH 3/6] drm/i915: Color manager: Add Gamma correction
` [PATCH 4/6] drm/i915: Color manager: brightness/contrast
` [PATCH 5/6] drm/i915: Color manager: hue/saturation correction
` [PATCH 6/6] drm/i915: Save color manager status
` [Intel-gfx] [PATCH 0/6] Intel Color Manager Framework

[v2 0/2] Support for new MIPI Blocks in VBT
 2014-02-20 11:16 UTC  (3+ messages)
` [v2 1/2] drm/i915: Update VBT data structures to have MIPI block enhancements
` [v2 2/2] drm/i915: Add parsing support for new MIPI blocks in VBT

[PATCH] drm/i915: Perform pageflip using mmio if the GPU is terminally wedged
 2014-02-20  9:26 UTC 

Request for feedback : New Panel-fitter property for connectors
 2014-02-20  8:10 UTC  (5+ messages)

3.13 i915 brightness settings broken when going from docked -> undocked
 2014-02-20  7:53 UTC  (2+ messages)

[PATCH 1/9] drm/i915: Clarify RC6 enabling
 2014-02-20  6:27 UTC  (17+ messages)
` [PATCH 00/11] [v2] BDW RPS + RC6 + rps fixlets
  ` [PATCH 01/11] drm/i915: Reorganize the overclock code
  ` [PATCH 02/11] drm/i915: Fix coding style for RPS
  ` [PATCH 03/11] drm/i915: Rename and comment all the RPS *stuff*
    ` [PATCH 03/11] [v2] "
  ` [PATCH 04/11] drm/i915: Remove extraneous MMIO for RPS
  ` [PATCH 05/11] drm/i915: remove rps local variables
  ` [PATCH 06/11] drm/i915/bdw: Set initial rps freq to nominal
  ` [PATCH 07/11] drm/i915/bdw: Extract rp_state_caps logic
  ` [PATCH 08/11] drm/i915/bdw: RPS frequency bits are the same as HSW
  ` [PATCH 09/11] drm/i915/bdw: Implement a basic PM interrupt handler
  ` [PATCH 10/11] drm/i915/bdw: Enable RC6
  ` [PATCH 11/11] drm/i915/bdw: Ensure a context is loaded before RC6
    ` [PATCH 11/11] [v2] "
      ` [PATCH 11/11] [v3] "
        ` [PATCH 11/11] [v4] "

[PATCH 01/13] drm/i915: Move semaphore specific ring members to struct
 2014-02-20  6:19 UTC  (13+ messages)
` [PATCH 02/13] drm/i915: Virtualize the ringbuffer signal func
` [PATCH 03/13] drm/i915: Move ring_begin to signal()
` [PATCH 04/13] drm/i915: Make semaphore updates more precise
` [PATCH 05/13] drm/i915: gen specific ring init
` [PATCH 06/13] drm/i915/bdw: implement semaphore signal
` [PATCH 07/13] drm/i915/bdw: implement semaphore wait
` [PATCH 08/13] drm/i915/bdw: poll semaphores
` [PATCH 09/13] drm/i915: Extract semaphore error collection
` [PATCH 10/13] drm/i915/bdw: collect semaphore error state
` [PATCH 11/13] drm/i915: unleash semaphores on gen8
` [PATCH 12/13] drm/i915: semaphore debugfs
` [PATCH 13/13] DONT_MERGE drm/i915: FORCE_RESTORE for gen8 semaphores

Need your advice: Add a new communication inteface between HD-Audio and Gfx drivers for hotplug notification/ELD update
 2014-02-20  5:15 UTC  (13+ messages)

[PATCH] drm/i915/bdw: Add FBC support
 2014-02-20  2:32 UTC 

[PATCH 3/9] [v3] drm/i915/bdw: Split ppgtt initialization up
 2014-02-19 23:00 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Do forcewake reset on gen8
 2014-02-19 16:59 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Don't access fifodbg registers "

[PATCH] build: Skip kms_plane and kms_sysfs_edid_timing on Android
 2014-02-19 14:55 UTC  (7+ messages)
` [PATCH] build: Skip kms_plane "

[PATCH] drm/i915: Accurately track when we mark the hardware as idle/busy
 2014-02-19 10:37 UTC  (5+ messages)

[PATCH 0/5] drm/i915: Full pipe rotation & rotation property name bikeshedding
 2014-02-19 10:25 UTC  (11+ messages)
` [PATCH 4/5] drm/i915: Add rotation support for the cursor plane
` [PATCH 5/5] drm/i915: Add full pipe rotation

[RFC 1/1] drm/i915: Added support for setting plane alpha through drm property
 2014-02-19 10:08 UTC 

[PATCH] drm/i915/opregion: work around buggy firmware that provides 8+ output devices
 2014-02-19  8:59 UTC  (8+ messages)

[PATCH v4] ACPI / video: Add systems that should favour native backlight interface
 2014-02-19  2:57 UTC  (8+ messages)

[PATCH] drm/i915: honor forced connector modes
 2014-02-18 20:14 UTC 

[PATCH 2/7] drm/i915: Resolving the memory region conflict for Stolen area
 2014-02-18 19:49 UTC  (3+ messages)

[PATCH] drm/i915: Do not access stolen memory directly by the CPU, even for error capture
 2014-02-18 19:18 UTC  (2+ messages)

[PATCH] drm/i915: fix forcewake counts for gen8
 2014-02-18 19:08 UTC  (5+ messages)
  ` [PATCH] drm/i915: Fix "

[PATCH] xf86-video-intel: Unbreak build on OpenBSD
 2014-02-18 19:05 UTC  (4+ messages)

[PATCH 1/6] tests: Add a test for the command parser
 2014-02-18 18:17 UTC  (6+ messages)
` [PATCH 2/6] tests/gem_exec_parse: Add tests for rejected commands
` [PATCH 3/6] tests/gem_exec_parse: Add tests for register whitelist
` [PATCH 4/6] tests/gem_exec_parse: Add tests for bitmask checks
` [PATCH 5/6] tests/gem_exec_parse: Test for batches w/o MI_BATCH_BUFFER_END
` [PATCH 6/6] tests/gem_exec_parse: Test a command crossing a page boundary

[PATCH 00/13] Gen7 batch buffer command parser
 2014-02-18 18:15 UTC  (14+ messages)
` [PATCH 01/13] drm/i915: Refactor shmem pread setup
` [PATCH 02/13] drm/i915: Implement command buffer parsing logic
` [PATCH 03/13] drm/i915: Initial command parser table definitions
` [PATCH 04/13] drm/i915: Reject privileged commands
` [PATCH 05/13] drm/i915: Allow some privileged commands from master
` [PATCH 06/13] drm/i915: Add register whitelists for mesa
` [PATCH 07/13] drm/i915: Add register whitelist for DRM master
` [PATCH 08/13] drm/i915: Enable register whitelist checks
` [PATCH 09/13] drm/i915: Reject commands that explicitly generate interrupts
` [PATCH 10/13] drm/i915: Enable PPGTT command parser checks
` [PATCH 11/13] drm/i915: Reject commands that would store to global HWS page
` [PATCH 12/13] drm/i915: Add a CMD_PARSER_VERSION getparam
` [PATCH 13/13] drm/i915: Enable command parsing by default

[PATCH] intel: Merge i915_drm.h with cmd parser define
 2014-02-18 18:17 UTC 

[PATCH] Update intel_chipset macros
 2014-02-18 17:03 UTC  (3+ messages)

[PATCH 1/1] drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support
 2014-02-18 13:13 UTC  (2+ messages)

[PATCH] drm/i915: Added a new Panel-fitter property for connectors
 2014-02-18 10:42 UTC 

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww07
 2014-02-18  1:42 UTC 


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