public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-11-14 10:16:52 to 2014-11-18 02:10:35 UTC [more...]

[PATCH 0/5] i915 display refactoring
 2014-11-18  2:10 UTC  (2+ messages)
` [PATCH 1/5] drm: Refactor mode stereo doubling into its own function

[PATCH] drm/i915: Propagate invalid setcrtc cloning errors back to userspace
 2014-11-18  1:19 UTC  (7+ messages)
` [PATCH] drm/i915: Propagate invalid setcrtc cloning

[PATCH 00/18] drm/i915: All sorts of cdclk stuff
 2014-11-18  0:38 UTC  (31+ messages)
` [PATCH 01/18] drm/i915: Return more precise cdclk for gen2/3
` [PATCH 02/18] drm/i915: Fix i855_get_display_clock_speed()
` [PATCH 03/18] drm/i915: Fix 852GM/GMV cdclk
` [PATCH 04/18] drm/i915: Add cdclk extraction for g33, 965gm and g4x
` [PATCH 05/18] drm/i915: ILK cdclk seems to be 450MHz
` [PATCH 06/18] drm/i915: Assume 400 MHz cdclk for the rest of gen4-7
` [PATCH 07/18] drm/i915: Simplify ilk_get_aux_clock_divider()
` [PATCH 08/18] drm/i915: Convert the ddi cdclk code to .get_display_clock_speed()
` [PATCH 09/18] drm/i915: Warn when cdclk for the platforms is not known
` [PATCH 10/18] drm/i915: Cache the current cdclk frequency in dev_priv
` [PATCH 11/18] drm/i915: Use cached cdclk value
` [PATCH 12/18] drm/i915: Unify ilk and hsw .get_aux_clock_divider()
` [PATCH 13/18] drm/i915: Store max cdclk value in dev_priv
` [PATCH 14/18] drm/i915: Don't enable IPS when pixel rate exceeds 95% of cdclk
` [PATCH 15/18] drm/i915: Fix chv cdclk support
` [PATCH 16/18] drm/i915: HSW cdclk change support
` [PATCH 17/18] drm/i915: Add IS_BDW_ULX()
` [PATCH 18/18] drm/i915: BDW cdclk change support

[PATCH 1/2] drm/i915/ddi: set has_infoframe flag on DDI too
 2014-11-17 21:08 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/ddi: add break in DDI mode select switch

[PATCH 01/15] drm/i915: Make dp aux pack/unpack public outside intel_dp.c
 2014-11-17 20:18 UTC  (23+ messages)
` [PATCH 02/15] drm/i915: Introduce intel_psr.c
` [PATCH 03/15] drm/i915: Add PSR docbook
` [PATCH 04/15] drm/i915: Parse VBT PSR block
` [PATCH 05/15] drm/i915: HSW/BDW PSR Set idle_frames = VBT + 1
` [PATCH 06/15] drm/i915: PSR get full link off x standby from VBT
` [PATCH 07/15] drm/i915: PSR skip aux on wake up as defined by VBT
` [PATCH 08/15] drm/i915: remove PSR BDW single frame update
` [PATCH 09/15] drm/i915: Fix intel_psr_is_enabled function and document it
` [PATCH 10/15] drm/i915: Add PSR registers for PSR VLV/CHV
` [PATCH 11/15] drm/i915: PSR VLV/CHV: Introduce setup, enable and disable functions
` [PATCH 12/15] drm/i915: VLV/CHV PSR Software timer mode
` [PATCH 13/15] drm/i915: VLV/CHV PSR: Increase wait delay time before active PSR
` [PATCH 14/15] drm/i915: VLV/CHV PSR debugfs
` [PATCH 15/15] drm/i915: Enable PSR for Baytrail and Braswell
  ` [PATCH 15/15] drm/i915: Enable PSR for Baytrail and

[PATCH 7/8] drm/i915: sanitize rps irq disabling
 2014-11-17 19:15 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 6/8] drm/i915: sanitize rps irq enabling
 2014-11-17 19:05 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] drm/i915: Free resources correctly if we cannot map status page during ctx create
 2014-11-17 19:04 UTC  (4+ messages)

[PATCH] drm/i915: Specify bsd rings through exec flag
 2014-11-17 18:58 UTC  (2+ messages)

[PATCH 1/5] igt/gem_mmap_wc: Exercise mmap(wc) interface
 2014-11-17 18:36 UTC  (7+ messages)
` [PATCH 2/5] igt/gem_tiled_wc: Exercise wc mmaps with swizzling
` [PATCH 3/5] igt/gem_gtt_speed: compare against WC mmaps
` [PATCH 4/5] igt/gem_fence_upload: Add comparison against wc mmaps
` [PATCH 5/5] igt/gem_concurrent_blit: Exercise wc mappings

[PATCH 0/4] SKL eDP clocks
 2014-11-17 18:28 UTC  (13+ messages)
` [PATCH 1/4] drm/i915/skl: Remove spurious warn in get_ddi_pll()
` [PATCH 2/4] drm/i915/skl: Set the eDP link rate on DPLL0
` [PATCH 3/4] drm/i915/skl: Use the pipe config DPLL tracking to query the link clock
` [PATCH 4/4] drm/i915/skl: Read out crtl1 for eDP/DPLL0

[PATCH 1/2] drm/i915: Drop the HSW special case from __gen6_gt_wait_for_thread_c0()
 2014-11-18  8:51 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Drop WaRsForcewakeWaitTC0:vlv

[PATCH 3/4] drm/i915/bdw: Pin the context backing objects to GGTT on-demand
 2014-11-18 14:27 UTC  (8+ messages)
` [PATCH v5 "

[PATCH] drm/i915: Bug fixes to ring 'head' updating
 2014-11-18 15:00 UTC  (5+ messages)

[PATCH 0/4] drm/i915: Additional CHV RPS fixes
 2014-11-18 14:33 UTC  (15+ messages)
` [PATCH 1/4] drm/i915: Refactor vlv/chv GPU frequency divider setup
` [PATCH 2/4] drm/i915: Fix chv GPU freq<->opcode conversions
` [PATCH 3/4] drm/i915: Add missing newline to 'DDR speed' debug messages
` [PATCH 4/4] drm/i915: Change CHV SKU400 GPU freq divider to 10

[PATCH] drm/i915: Fix comments about CHV snoop behaviour
 2014-11-17 15:04 UTC  (4+ messages)

[PATCH v4 1/4] drm/i915/bdw: Clean up execlist queue items in retire_work
 2014-11-18  6:29 UTC  (4+ messages)
` [PATCH v5 "

[PATCH 4/4] drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demand
 2014-11-18 14:30 UTC  (6+ messages)
` [PATCH v5 "

[PATCH 0/5] drm/i915: Some VLV/CHV rc6/rps fixes/cleanups
 2014-11-18  9:20 UTC  (10+ messages)
` [PATCH 1/5] drm/i915: Silence valleyview_set_rps()
` [PATCH 3/5] drm/i915: Add a name for the Punit GPLLENABLE bit
` [PATCH 4/5] drm/i915: Warn if GPLL isn't used on vlv/chv
` [PATCH 5/5] drm/i915: Improve PCBR debug information

[PATCH i-g-t 1/2] lib/os: Pust igt_require into memory check function
 2014-11-17 14:18 UTC  (2+ messages)
` [PATCH i-g-t 2/2] lib/os: Push simulation test down into intel_require_memory

[PATCH 1/2] drm/i915/hdmi: fetch infoframe status in get_config v3
 2014-11-17  9:08 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: calculate pfit changes in set_config v3

[PATCH 00/14] drm/i915: IRQ work for chv mostly
 2014-11-17  8:17 UTC  (9+ messages)
` [PATCH 13/14] drm/i915: Use vlv display irq setup code for chv
` [PATCH 14/14] drm/i915: Reinit display irqs and hpd from chv pipe-a power well

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2014-11-17  3:04 UTC 

[PATCH v3] drm/i915: Move to CPU domain in pwrite/pread
 2014-11-15 10:40 UTC  (4+ messages)

[PATCH] drm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_GEN4/
 2014-11-15  4:43 UTC  (2+ messages)
` [PATCH] drm/i915:

[PATCH 00/11] BYT DSI Dual Link Support
 2014-11-15  1:15 UTC  (6+ messages)
` [PATCH 0/3] "
  ` [PATCH 1/3] drm/i915/dsi: clean up MIPI DSI pipe vs. port usage
  ` [PATCH 2/3] drm/i915/dsi: add ports to intel_dsi to describe the ports being driven
  ` [PATCH 3/3] drm/i915/dsi: an example how to handle dual link for each port
    ` [PATCH 3/3] drm/i915/dsi: an example how to handle dual

[PATCH] drm/i915/skl: Fix big integer constant sparse warning
 2014-11-14 23:54 UTC  (3+ messages)
` [PATCH] drm/i915/skl: Fix big integer constant sparse

[PATCH v2 00/28] Replace seqno values with request structures
 2014-11-14 20:54 UTC  (30+ messages)
` [PATCH v2 01/28] drm/i915: Ensure OLS & PLR are always in sync
` [PATCH v2 02/28] drm/i915: Add reference count to request structure
` [PATCH v2 03/28] drm/i915: Add helper functions to aid seqno -> request transition
` [PATCH v2 04/28] drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
` [PATCH v2 05/28] drm/i915: Convert i915_gem_ring_throttle to use requests
` [PATCH v2 06/28] drm/i915: Ensure requests stick around during waits
` [PATCH v2 07/28] drm/i915: Remove 'outstanding_lazy_seqno'
` [PATCH v2 08/28] drm/i915: Make 'i915_gem_check_olr' actually check by request not seqno
` [PATCH v2 09/28] drm/i915: Convert 'last_flip_req' to be a request not a seqno
` [PATCH v2 10/28] drm/i915: Convert i915_wait_seqno to i915_wait_request
` [PATCH v2 11/28] drm/i915: Add IRQ friendly request deference facility
` [PATCH v2 12/28] drm/i915: Convert mmio_flip::seqno to struct request
` [PATCH v2 13/28] drm/i915: Convert __wait_seqno() to __wait_request()
` [PATCH v2 14/28] drm/i915: Remove obsolete seqno parameter from 'i915_add_request'
` [PATCH v2 15/28] drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'
` [PATCH v2 16/28] drm/i915: Convert trace functions from seqno to request
` [PATCH v2 17/28] drm/i915: Convert 'trace_irq' to use requests rather than seqnos
` [PATCH v2 18/28] drm/i915: Convert 'ring_idle()' to use requests not seqnos
` [PATCH v2 19/28] drm/i915: Connect requests to rings at creation not submission
` [PATCH v2 20/28] drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'
` [PATCH v2 21/28] drm/i915: Remove the now redundant 'obj->ring'
` [PATCH v2 22/28] drm/i915: Cache request completion status
` [PATCH v2 23/28] drm/i915: Zero fill the request structure
` [PATCH v2 24/28] drm/i915: Spinlock protection for request list
` [PATCH v2 25/28] drm/i915: Interrupt driven request completion
` [PATCH v2 26/28] drm/i915: Remove obsolete parameter to i915_gem_request_completed()
` [PATCH v2 27/28] drm/i915: Add unique id to the request structure for debugging
` [PATCH v2 28/28] drm/i915: Additional request structure tracing
  ` [PATCH v2 28/28] drm/i915: Additional request structure

[PATCH] drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+
 2014-11-14 17:17 UTC  (2+ messages)

[PULL] drm-intel-next
 2014-11-14 16:31 UTC 

drm-i915-mst + Ubuntu 14.04 + HP 840
 2014-11-14 15:32 UTC  (4+ messages)

[PATCH] drm/i915: Kick fbdev before vgacon
 2014-11-14 15:23 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: WaSetupGtModeTdRowDispatch:snb
 2014-11-14 14:25 UTC  (5+ messages)
` [Intel-gfx] "

[QA 11/14 ww45] Testing report for `drm-intel-testing` (was: Updated -next)
 2014-11-14 13:48 UTC 

[PATCH v3 0/8] Add enlightenments for vGPU
 2014-11-14 12:01 UTC  (6+ messages)
` [PATCH v3 2/8] drm/i915: Adds graphic address space ballooning logic

[PATCH] drm: Simplify return value handling in drm_crtc.c
 2014-11-14 11:50 UTC  (2+ messages)

[PATCH 00/10] SKL stage 1 part 3
 2014-11-14 11:30 UTC  (3+ messages)

[PATCH 0/7] SKL stage 1 part 4 - loose ends
 2014-11-14 10:31 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