Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-27 23:28:13 to 2013-07-01 20:01:03 UTC [more...]

[PATCH 1/3] drm/mm: fix debug table BUG
 2013-07-01 20:01 UTC  (2+ messages)
` [PATCH 2/3] drm/i915: Don't try to tear down the stolen drm_mm if it's not there

[PATCH 00/66] [v1] Full PPGTT minus soft pin
 2013-07-01 19:54 UTC  (104+ messages)
` [PATCH 01/66] drm/i915: Remove extra error state NULL
` [PATCH 02/66] drm/i915: Extract error buffer capture
` [PATCH 03/66] drm/i915: make PDE|PTE platform specific
` [PATCH 04/66] drm: Optionally create mm blocks from top-to-bottom
` [PATCH 05/66] drm/i915: Don't clear gtt with 0 entries
` [PATCH 06/66] drm/i915: Conditionally use guard page based on PPGTT
` [PATCH 07/66] drm/i915: Use drm_mm for PPGTT PDEs
` [PATCH 08/66] drm/i915: cleanup context fini
` [PATCH 09/66] drm/i915: Do a fuller init after reset
` [PATCH 10/66] drm/i915: Split context enabling from init
` [PATCH 11/66] drm/i915: destroy i915_gem_init_global_gtt
` [PATCH 12/66] drm/i915: Embed PPGTT into the context
` [PATCH 13/66] drm/i915: Unify PPGTT codepaths on gen6+
` [PATCH 14/66] drm/i915: Move ppgtt initialization down
` [PATCH 15/66] drm/i915: Tie context to PPGTT
` [PATCH 16/66] drm/i915: Really share scratch page
` [PATCH 17/66] drm/i915: Combine scratch members into a struct
` [PATCH 18/66] drm/i915: Drop dev from pte_encode
` [PATCH 19/66] drm/i915: Use gtt shortform where possible
` [PATCH 20/66] drm/i915: Move fbc members out of line
` [PATCH 21/66] drm/i915: Move gtt and ppgtt under address space umbrella
` [PATCH 22/66] drm/i915: Move gtt_mtrr to i915_gtt
` [PATCH 23/66] drm/i915: Move stolen stuff "
` [PATCH 24/66] drm/i915: Move aliasing_ppgtt
` [PATCH 25/66] drm/i915: Put the mm in the parent address space
` [PATCH 26/66] drm/i915: Move active/inactive lists to new mm
` [PATCH 27/66] drm/i915: Create a global list of vms
` [PATCH 28/66] drm/i915: Remove object's gtt_offset
` [PATCH 29/66] drm: pre allocate node for create_block
` [PATCH 30/66] drm/i915: Getter/setter for object attributes
` [PATCH 31/66] drm/i915: Create VMAs (part 1)
` [PATCH 32/66] drm/i915: Create VMAs (part 2) - kill gtt space
` [PATCH 33/66] drm/i915: Create VMAs (part 3) - plumbing
` [PATCH 34/66] drm/i915: Create VMAs (part 3.5) - map and fenceable tracking
` [PATCH 35/66] drm/i915: Create VMAs (part 4) - Error capture
` [PATCH 36/66] drm/i915: Create VMAs (part 5) - move mm_list
` [PATCH 37/66] drm/i915: Create VMAs (part 6) - finish error plumbing
` [PATCH 38/66] drm/i915: create an object_is_active()
` [PATCH 39/66] drm/i915: Move active to vma
` [PATCH 40/66] drm/i915: Track all VMAs per VM
` [PATCH 41/66] drm/i915: Defer request freeing
` [PATCH 42/66] drm/i915: Clean up VMAs before freeing
` [PATCH 43/66] drm/i915: Replace has_bsd/blt with a mask
` [PATCH 44/66] drm/i915: Catch missed context unref earlier
` [PATCH 45/66] drm/i915: Add a context open function
` [PATCH 46/66] drm/i915: Permit contexts on all rings
` [PATCH 47/66] drm/i915: Fix context fini refcounts
` [PATCH 48/66] drm/i915: Better reset handling for contexts
` [PATCH 49/66] drm/i915: Create a per file_priv default context
` [PATCH 50/66] drm/i915: Remove ring specificity from contexts
` [PATCH 51/66] drm/i915: Track which ring a context ran on
` [PATCH 52/66] drm/i915: dump error state based on capture
` [PATCH 53/66] drm/i915: PPGTT should take a ppgtt argument
` [PATCH 54/66] drm/i915: USE LRI for switching PP_DIR_BASE
` [PATCH 55/66] drm/i915: Extract mm switching to function
` [PATCH 56/66] drm/i915: Write PDEs at init instead of enable
` [PATCH 57/66] drm/i915: Disallow pin with full ppgtt
` [PATCH 58/66] drm/i915: Get context early in execbuf
` [PATCH 59/66] drm/i915: Pass ctx directly to switch/hangstat
` [PATCH 60/66] drm/i915: Actually add the new address spaces
` [PATCH 61/66] drm/i915: Use multiple VMs
` [PATCH 62/66] drm/i915: Kill now unused ppgtt_{un, }bind
` [PATCH 63/66] drm/i915: Add PPGTT dumper
` [PATCH 64/66] drm/i915: Dump all ppgtt
` [PATCH 65/66] drm/i915: Add debugfs for vma info per vm
` [PATCH 66/66] drm/i915: Getparam full ppgtt

[PATCH 1/2] drm/i915: fixup messages in pipe_config_compare
 2013-07-01 17:50 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: get clock config when checking CRTC state too

[PATCH 4/4] drm/i915: add error_state sysfs entry
 2013-07-01 16:56 UTC  (4+ messages)

[PATCH 3/3] tests/ZZ_hangman: Test both error_state interfaces
 2013-07-01 16:56 UTC  (3+ messages)

Linux 3.10-rc7
 2013-07-01 14:54 UTC  (10+ messages)

linux-next: Tree for Jul 1 [ drm-intel-next: Several call-traces ]
 2013-07-01  9:03 UTC  (3+ messages)

[PATCH] drm/i915: Don't wait for vblank for sprite plane flips
 2013-07-01  8:20 UTC  (7+ messages)

[PATCH 1/3] drm/i915: introduce i915_queue_hangcheck
 2013-07-01  5:13 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: no hangcheck when reset is in progress

[PATCH i-g-t 1/3] quick_dump: Add automagic DPIO register support
 2013-07-01  5:09 UTC  (2+ messages)

[PATCH 1/3] drm/i915: Fix retrieval of hangcheck stats
 2013-07-01  5:04 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: Replace open-coding of DEFAULT_CONTEXT_ID
` [PATCH 3/3] drm/i915: Allow contexts to be specified for unsupported rings

[ANNOUNCE] xf86-video-intel 2.21.11
 2013-06-30 23:04 UTC 

Moar fastboot
 2013-06-30 19:33 UTC  (3+ messages)
` [PATCH 5/5] drm/i915: flip on a no fb -> fb transition if crtc is active v3

[PATCH] drm/i915: pixel multiplier readout support for pch ports
 2013-06-30 19:25 UTC  (3+ messages)

Updated drm-intel-testing
 2013-06-30 11:13 UTC 

[PATCH xf86-video-intel] intel: replace direct ioctl use with drm{Set, Drop}Master
 2013-06-30 10:33 UTC  (2+ messages)

[PATCH] drm/i915: Break up the large vsnprintf() in print_error_buffers()
 2013-06-29 23:00 UTC  (2+ messages)

[PATCH] drm/i915: Refactor the wait_rendering completion into a common routine
 2013-06-29 21:34 UTC  (6+ messages)

[PATCH 0/6] Page faults to help user space debug
 2013-06-29 21:28 UTC  (13+ messages)
` [PATCH 1/6] drm/i915: Faults for scratch PTEs
` [PATCH 2/6] drm/i915: Debugfs for setting debug_flags
` [PATCH 3/6] drm/i915: Reset scratch pages when using debug_flags
` [PATCH 4/6] drm/i915: Synchronous execbuf for debug
` [PATCH 5/6] drm/i915: Let userspace create a faultable pad page
` [PATCH 6/6] drm/i915: distinguish pad and fault pages

[PATCH] drm/i915: Only clear write-domains after a successful wait-seqno
 2013-06-29 16:10 UTC  (3+ messages)

[PATCH 01/11] drm: Added SDP and VSC structures for handling PSR for eDP
 2013-06-28 21:00 UTC  (3+ messages)
` [PATCH 11/11] drm/i915: Hook PSR functionality

[PATCH 06/11] drm/i915: Match all PSR mode entry conditions before enabling it
 2013-06-28 20:46 UTC  (3+ messages)
` [PATCH] "

[PATCH 05/11] drm/i915: Added debugfs support for PSR Status
 2013-06-28 20:14 UTC  (4+ messages)
` [PATCH] "

[PATCH 04/11] drm/i915: Enable/Disable PSR
 2013-06-28 19:31 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: boost GPU and CPU freq when leaving idle
 2013-06-28 19:27 UTC  (6+ messages)

[PATCH] drm/i915: Add functions to force psr exit
 2013-06-28 18:05 UTC  (4+ messages)

[PATCH 08/11] drm/intel: add enable_psr module option
 2013-06-28 17:47 UTC  (2+ messages)
` [PATCH] "

[PATCH 07/11] drm/i915: add update function to disable/enable-back PSR
 2013-06-28 17:44 UTC  (2+ messages)
` [PATCH] "

[PATCH] drm/i915: Initialize drm_crtc gamma ramp
 2013-06-28 17:41 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH 00/24] irq locking review
 2013-06-28 17:26 UTC  (16+ messages)
` [PATCH 17/24] drm/i915: kill dev_priv->rps.lock
` [PATCH 18/24] drm/i915: unify ring irq refcounts (again)
` [PATCH 19/24] drm/i915: don't enable PM_VEBOX_CS_ERROR_INTERRUPT
` [PATCH 20/24] drm/i915: kill bogus GTIIR clearing in vlv_preinstall hook
` [PATCH 21/24] drm/i915: unify PM interrupt preinstall sequence

[PATCH 14/24] drm/i915: irq handlers don't need interrupt-safe spinlocks
 2013-06-28 16:57 UTC  (5+ messages)
` [PATCH] "

[PATCH 02/11] drm/i915: Read the EDP DPCD and PSR Capability
 2013-06-28 16:57 UTC  (2+ messages)
` [PATCH] "

[PATCH] drm/i915: "Scotty, I need more power!"
 2013-06-28 16:18 UTC 

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww26
 2013-06-28 13:05 UTC 

linux-next: Tree for Jun 28 [ call-trace: workqueue | drm releated? ]
 2013-06-28  9:30 UTC  (5+ messages)

[PATCH] drm/i915: correct intel_dp_get_config() function for DevCPT
 2013-06-28  8:28 UTC  (2+ messages)

Issue on Ubuntu UI bootup
 2013-06-28  6:44 UTC 


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