public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2013-11-02 12:04:43 to 2013-11-05 03:56:52 UTC [more...]

[PATCH 00/62] Broadwell kernel driver support
 2013-11-05  3:56 UTC  (115+ messages)
` [PATCH 01/62] drm/i915/bdw: IS_GEN8 definition
` [PATCH 02/62] drm/i915/bdw: Handle forcewake for writes on gen8
` [PATCH 03/62] drm/i915/bdw: Disable PPGTT for now
` [PATCH 04/62] drm/i915/bdw: Add device IDs
    ` [PATCH 04/62] [v6] "
    ` [PATCH 04/62] [v7] "
` [PATCH 05/62] drm/i915/bdw: Fences on gen8 look just like gen7
` [PATCH 06/62] drm/i915/bdw: Swizzling support
` [PATCH 07/62] drm/i915/bdw: HW context support
` [PATCH 08/62] drm/i915/bdw: Clock gating init
` [PATCH 09/62] drm/i915/bdw: display stuff
` [PATCH 10/62] drm/i915/bdw: support GMS and GGMS changes
  ` [PATCH 10/62] [v5] "
` [PATCH 11/62] drm/i915/bdw: Implement interrupt changes
` [PATCH 12/62] drm/i915/bdw: Add interrupt info to debugfs
` [PATCH 13/62] drm/i915/bdw: Support 64b relocations
` [PATCH 14/62] drm/i915/bdw: dispatch updates (64b related)
` [PATCH 15/62] drm/i915/bdw: Update MI_FLUSH_DW
` [PATCH 16/62] drm/i915/bdw: debugfs updates
` [PATCH 17/62] drm/i915/bdw: Update relevant error state
` [PATCH 18/62] drm/i915/bdw: Make gen8_gmch_probe
    ` [PATCH 18/62] [v6] "
` [PATCH 19/62] drm/i915/bdw: Create gen8_gtt_pte_t
` [PATCH 20/62] drm/i915/bdw: Add GTT functions
` [PATCH 21/62] drm/i915/bdw: Support BDW caching
    ` [PATCH 21/62] [v4] "
` [PATCH 22/62] drm/i915/bdw: Implement Full Force Miss disables
` [PATCH 23/62] drm/i915/bdw: PPGTT init & cleanup
` [PATCH 24/62] drm/i915/bdw: Initialize the PDEs
` [PATCH 25/62] drm/i915/bdw: Implement PPGTT clear range
` [PATCH 26/62] drm/i915/bdw: Implement PPGTT insert
` [PATCH 27/62] drm/i915/bdw: Implement PPGTT enable
` [PATCH 28/62] drm/i915/bdw: unleash PPGTT
` [PATCH 29/62] drm/i915/bdw: Render ring flushing
` [PATCH 30/62] drm/i915/bdw: BSD init for gen8 also
` [PATCH 31/62] drm/i915/bdw: Don't muck with gtt_size on Gen8 when PPGTT setup fails
` [PATCH 32/62] drm/i915/bdw: ppgtt info in debugfs
` [PATCH 33/62] drm/i915/bdw: add IS_BROADWELL macro
` [PATCH 34/62] drm/i915/bdw: Broadwell has 3 pipes
` [PATCH 35/62] drm/i915/bdw: add Broadwell sprite/plane/cursor checks
` [PATCH 36/62] drm/i915/bdw: Broadwell also has the "power down well"
` [PATCH 37/62] drm/i915/bdw: pretend we have LPT LP on Broadwell
` [PATCH 38/62] drm/i915/bdw: get the correct LCPLL frequency "
` [PATCH 39/62] drm/i915/bdw: on Broadwell, the panel fitter is on the pipe
` [PATCH 40/62] drm/i915/bdw: Broadwell has PIPEMISC
` [PATCH 41/62] drm/i915/bdw: Use pipe CSC on Broadwell
` [PATCH 42/62] drm/i915/bdw: Implement WaSwitchSolVfFArbitrationPriority
` [PATCH 43/62] drm/i915/bdw: Add BDW DDI buffer translation values
` [PATCH 44/62] drm/i915/bdw: add BDW DDI buf translations for eDP
` [PATCH 45/62] drm/i915/bdw: add support for BDW DP voltage swings and pre-emphasis
` [PATCH 46/62] drm/i915/bdw: BDW also has only 2 FDI lanes
` [PATCH 47/62] drm/i915/bdw: check DPD on port D when setting the DDI buffers
` [PATCH 48/62] drm/i915/bdw: Add Broadwell display FIFO limits
` [PATCH 49/62] drm/i915/bdw: Use The GT mailbox for IPS enable/disable
` [PATCH 50/62] drm/i915/bdw: Support eDP PSR
` [PATCH 51/62] drm/i915/bdw: Use HSW formula for ring freq scaling
` [PATCH 52/62] drm/i915/bdw: Don't wait for c0 threads on forcewake
` [PATCH 53/62] drm/i915/bdw: Broadwell has a max port clock of 300Mhz on HDMI
` [PATCH 54/62] drm/i915/bdw: Create a separate BDW rps enable
` [PATCH 55/62] drm/i915/bdw: Disable semaphores
    ` [PATCH 55/62] [v2] "
` [PATCH 56/62] drm/i915/bdw: Implement edp PSR workarounds
` [PATCH 57/62] drm/i915/bdw: BWGTLB clock gate disable
` [PATCH 58/62] drm/i915/bdw: Disable centroid pixel perf optimization
` [PATCH 59/62] drm/i915/bdw: Sampler power bypass disable
` [PATCH 60/62] drm/i915/bdw: Limit SDE poly depth FIFO to 2
` [PATCH 61/62] drm/i915/bdw: conservative SBE VUE cache mode
` [PATCH 62/62] drm/i915/bdw: WaSingleSubspanDispatchOnAALinesAndPoints
` [PATCH 63/62] drm/i915/bdw: Enable trickle feed on Broadwell

[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
 2013-11-05  3:34 UTC  (3+ messages)

[PATCH 1/2] drm/i915/vlv: split CCK and DDR freq usage
 2013-11-05  0:07 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/vlv: fixup DDR freq detection per Punit spec

[PATCH 1/3] drm/i915: add bunit read/write routines
 2013-11-05  0:01 UTC  (12+ messages)
` [PATCH 2/3] drm/i915: move VLV DDR freq fetch into init_clock_gating
` [PATCH 3/3] drm/i915/vlv: modeset_global_* for VLV v5
  ` [PATCH] drm/i915/vlv: modeset_global_* for VLV v6
    ` [PATCH] drm/i915/vlv: modeset_global_* for VLV v7

More questions and patches for 835GM/ns2501 DVO
 2013-11-04 23:20 UTC  (15+ messages)
                ` Patches for i830 flicker on panning
        ` 16bpp and 8bpp uxa output broken

[RFC 0/6] Haswell runtime PM support + D3
 2013-11-04 21:40 UTC  (8+ messages)
` [RFC 3/6] drm/i915: add enable_runtime_pm option
` [RFC i-g-t] tests: add runtime_pm

display problems since: drm/i915/dp: workaround BIOS eDP bpp clamping issue
 2013-11-04 20:08 UTC  (11+ messages)

wakeups/sec from i915 gen6_pm_rps_work
 2013-11-04 20:00 UTC  (2+ messages)

[PATCH 0/3] drm: drm_sysfs_connector_add() stuff
 2013-11-04 19:18 UTC  (4+ messages)
` [PATCH 1/3] drm/sysfs: Remove stale comments about calling drm_sysfs_connector_add() multiple times
` [PATCH 2/3] drm/sysfs: Don't pollute connector->kdev if drm_connector_sysfs_add() fails
` [PATCH 3/3] drm/i915: Clean up if drm_sysfs_connector_add() fails

[PATCH 0/5] igt test naming conventions
 2013-11-04 18:53 UTC  (7+ messages)
` [PATCH 1/5] tests: Start to document "
` [PATCH 2/5] tests: estbalish drv_ prefix
` [PATCH 3/5] tests: establish pm_ prefix
` [PATCH 4/5] tests: Use kms_ prefix a bit more
` [PATCH 5/5] tests: establish core_ prefix

[PATCH] prime_self_import: Assure no pending requests before object counting
 2013-11-04 17:43 UTC  (12+ messages)

[PATCH 1/4] tests: Fix "-thrashing" and "-thrash-inactive" distinction
 2013-11-04 17:41 UTC  (8+ messages)
` [PATCH 2/4] lib: Add igt_drop_caches_set()
` [PATCH 3/4] prime_self_import: Assure no pending requests before object counting
` [PATCH 4/4] gem_flink_race: "

[PATCH] drm/i915/vlv: modeset_global_* for VLV v3
 2013-11-04 17:41 UTC  (4+ messages)
` [PATCH] drm/i915/vlv: modeset_global_* for VLV v4

[PATCH] drm/i915: flush cursors harder
 2013-11-04 16:58 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH 2/3] drm/i915: Make intel_dp_is_edp() less specific
 2013-11-04 16:30 UTC  (6+ messages)
` [PATCH 1/2] drm/i915: Give names to the VBT child device type bits
  ` [PATCH v2 2/2] drm/i915: Make intel_dp_is_edp() less specific

[PATCH 0/8] support for multiple power wells
 2013-11-04 16:23 UTC  (3+ messages)
` [PATCH 1/8] drm/i915: add audio power domain

Patch for crashing intel server
 2013-11-04  9:45 UTC  (10+ messages)
  ` Bug#724944: [Intel-gfx] "

sna: buffer overrun
 2013-11-04  9:39 UTC  (4+ messages)

[PATCH] drm/i915: Restore rps/rc6 on reset
 2013-11-04  8:44 UTC  (3+ messages)

Updated drm-intel-testing
 2013-11-03 13:47 UTC 

[PATCH 1/2] drm/i915: Fix fbc + rc6 combination on SNB
 2013-11-02 16:10 UTC  (2+ messages)

[PATCH 3/4] drm/i915: HSW GT3 Slices: exec flag to warn kernel that userspace is using predication
 2013-11-02 12:54 UTC  (5+ messages)
` [PATCH] "

[PATCH] drm/i915: Wait and retry if there is no space in the aperture mappable area
 2013-11-02 12:15 UTC  (2+ messages)


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