public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-07-06 15:21:05 to 2015-07-07 16:37:52 UTC [more...]

[PATCH v2 00/20] Convert to atomic, part 4
 2015-07-07 16:40 UTC  (57+ messages)
` [PATCH v2 01/20] drm/atomic: add connectors_changed to separate it from mode_changed
` [PATCH v2 02/20] drm: Don't update plane properties for atomic planes if it stays the same
  ` [Intel-gfx] "
` [PATCH v2 03/20] drm/i915: Fix noatomic crtc disabling
` [PATCH v2 04/20] drm/i915: Do not update pfit state when toggling crtc enabled
` [PATCH v2 05/20] drm/i915: Do not use plane_config in intel_fbdev.c
` [PATCH v2 06/20] drm/i915: Allow fuzzy matching in pipe_config_compare
` [PATCH v2 07/20] drm/i915: Rework primary plane stuff slightly
` [PATCH v2 08/20] drm/i915: fill in more mode members
` [PATCH v2 09/20] drm/i915: Fill in more crtc state, v2
` [PATCH v2 10/20] drm/i915: Convert suspend/resume to atomic
` [PATCH v2 11/20] drm/i915: Update power domains on readout
` [PATCH v2 12/20] drm/i915: skip modeset if compatible, and enable fastboot for everyone, v2
` [PATCH v2 13/20] drm/i915: Always reset in intel_crtc_restore_mode
` [PATCH v2 14/20] drm/i915: Make intel_display_suspend atomic, try 2
` [PATCH v2 15/20] drm/i915: Use full atomic modeset
` [PATCH v2 16/20] drm/i915: Call plane update functions directly from intel_atomic_commit
` [PATCH v2 17/20] drm/i915: always disable irqs in intel_pipe_update_start
` [PATCH v2 18/20] drm/i915: Only commit planes on crtc's that have changed planes
` [PATCH v2 19/20] drm/i915: Remove use of runtime pm in atomic commit functions
` [PATCH v2 20/20] drm/i915: Skip modeset checks when modeset is prevented

[PATCH 1/2 i-g-t v2] lib: Add 64-bit version of igt_assert_cmp
 2015-07-07 16:33 UTC  (9+ messages)
` [PATCH 2/2 i-g-t] lib/igt.cocci: Add 64-bit and float compare functions

[PATCH 00/15 v3] Batch submission via GuC
 2015-07-07 16:19 UTC  (16+ messages)
` [PATCH 02/15] drm/i915: Embedded microcontroller (uC) firmware loading support
` [PATCH 05/15] drm/i915: GuC-specific firmware loader
` [PATCH 11/15] drm/i915: Interrupt routing for GuC submission

[PATCH v4 00/18] 48-bit PPGTT
 2015-07-07 15:44 UTC  (21+ messages)
` [PATCH v4 01/18] drm/i915: Remove unnecessary gen8_clamp_pd
` [PATCH v4 02/18] drm/i915/gen8: Make pdp allocation more dynamic
` [PATCH v4 03/18] drm/i915/gen8: Add PML4 structure
` [PATCH v4 04/18] drm/i915/gen8: Abstract PDP usage
` [PATCH v4 05/18] drm/i915/gen8: Add dynamic page trace events
` [PATCH v4 06/18] drm/i915/gen8: implement alloc/free for 4lvl
` [PATCH v4 07/18] drm/i915/gen8: Add 4 level switching infrastructure and lrc support
` [PATCH v4 08/18] drm/i915/gen8: Generalize PTE writing for GEN8 PPGTT
` [PATCH v4 09/18] drm/i915/gen8: Pass sg_iter through pte inserts
` [PATCH v4 10/18] drm/i915/gen8: Add 4 level support in insert_entries and clear_range
` [PATCH v4 11/18] drm/i915/gen8: Initialize PDPs
` [PATCH v4 12/18] drm/i915: Expand error state's address width to 64b
` [PATCH v4 13/18] drm/i915/gen8: Add ppgtt info and debug_dump
` [PATCH v4 14/18] drm/i915: object size needs to be u64
` [PATCH v4 15/18] drm/i915: batch_obj vm offset must "
` [PATCH v4 16/18] drm/i915/userptr: Kill user_size limit check
` [PATCH v4 17/18] drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset
` [PATCH v4 18/18] drm/i915/gen8: Flip the 48b switch

linux-4.2-rc1/drivers/gpu/drm/i915/intel_csr.c:353: bad if statement ?
 2015-07-07 14:33 UTC  (2+ messages)

[PATCH] drm/i915: RMW register cycles considered evil
 2015-07-07 14:24 UTC  (10+ messages)

[PATCH] drm/i915: Don't forget to mark crtc as inactive after disable
 2015-07-07 13:54 UTC 

[PATCH v2 00/18] 48-bit PPGTT
 2015-07-07 13:51 UTC  (20+ messages)
` [PATCH v3 00/17] "
  ` [PATCH v3 02/17] drm/i915/gen8: Make pdp allocation more dynamic
  ` [PATCH v3 03/17] drm/i915/gen8: Abstract PDP usage
  ` [PATCH v3 05/17] drm/i915/gen8: implement alloc/free for 4lvl
  ` [PATCH v3 09/17] drm/i915/gen8: Add 4 level support in insert_entries and clear_range
  ` [PATCH v3 11/17] drm/i915: Expand error state's address width to 64b
  ` [PATCH v3 12/17] drm/i915/gen8: Add ppgtt info and debug_dump

[PATCH] [RFC] drm/i915: Handle HPD when it has actually occurred
 2015-07-07 13:21 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915/skl: replace csr_mutex by completion in csr firmware loading
 2015-07-07 13:18 UTC  (3+ messages)
` [PATCH] drm/i915: Resign firmware loading for dmc

[PATCH v2] drm/i915: Also perform gpu reset under execlist mode
 2015-07-07 12:10 UTC  (12+ messages)

[PATCH] drm/i915: Improve DP downstream HPD handling
 2015-07-07 12:20 UTC  (8+ messages)

[PATCH] drm/i915: storm detection documentation update
 2015-07-07 11:31 UTC  (2+ messages)

[PATCH] drm/i915: Inline SUPPORTS_DIGITAL_OUTPUTS
 2015-07-07 11:28 UTC  (3+ messages)

[PATCH 1/3] drm/i915: Make fb user dirty operation to invalidate frontbuffer
 2015-07-07 11:24 UTC  (9+ messages)

[PATCH] drm/i915: s/mdelay/msleep/
 2015-07-07  9:44 UTC  (3+ messages)

[PATCH] drm/i915: Ditch SUPPORTS_INTEGRATED_HDMI|DP and use IS_G4X instead
 2015-07-07  9:37 UTC  (3+ messages)

[PATCH] drm/i915: Disable execlists by default for gen8
 2015-07-07  9:31 UTC  (3+ messages)

[RFC] drm/i915: Add sync framework support to execbuff IOCTL
 2015-07-07  9:15 UTC  (18+ messages)

[PATCH 1/2] drm/i915: Check crtc->active in intel_crtc_disable_planes
 2015-07-07  9:15 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Use crtc_state->active in primary check_plane func

[PATCH v4 0/4] Support for creating/using Stolen memory backed objects
 2015-07-07  8:52 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: Clearing buffer objects via blitter engine

[PATCH] drm/i915: Parsing LFP brightness control from VBT
 2015-07-07  8:55 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Move DP link parameters out from intel_dp
 2015-07-07  8:46 UTC  (11+ messages)
` [PATCH 2/7] drm/i915: Don't use link_bw for PLL setup
` [PATCH 3/7] drm/i915: Don't pass clock to DDI PLL select functions
` [PATCH 4/7] drm/i915: Avoid confusion between DP and TRANS_DP_CTL in DP .get_config()
` [PATCH 6/7] drm/i915: Don't use link_bw to select between TP1 and TP3
` [PATCH 7/7] drm/i915: Kill intel_dp->{link_bw, rate_select}

WARNING: CPU: 0 PID: 3634 at drivers/gpu/drm/drm_irq.c:1141 drm_wait_one_vblank
 2015-07-07  8:43 UTC  (2+ messages)

[PATCH RESEND] drm/kms-helper: disable hpd_irq handling when poll=0
 2015-07-07  7:09 UTC 

[PATCH 1/2] drm/atomic: Update old_fb after setting a property
 2015-07-07  6:56 UTC  (3+ messages)
` [PATCH 2/2] drm/atomic: Cleanup on error properly in the atomic ioctl

[PATCH] drm: Update plane->fb also for page_flip
 2015-07-07  6:45 UTC  (2+ messages)

[PATCH] drm/i915: Handle HPD when it has actually occurred
 2015-07-07  5:55 UTC  (2+ messages)

[PATCH] drm/i915: Don't dereference NULL plane while setting up scalers
 2015-07-07  5:32 UTC  (3+ messages)

[Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2015-07-07  2:49 UTC  (5+ messages)
` [Announcement] 2014-Q3 release of "
  ` [Announcement] 2015-Q1 "
      ` [Announcement] 2015-Q2 "

NULL pointer deferences in drm_mode_copy() and drm_crtc_index()
 2015-07-07  2:25 UTC  (3+ messages)

[PATCH i-g-t 00/16] Introduction of plotting support
 2015-07-06 22:36 UTC  (7+ messages)

[PATCH] drm/i915: Disable LVDS port after the pipe on PCH
 2015-07-06 19:28 UTC  (2+ messages)

[PATCH 0/9] drm/i915: Check pixel clock when setting mode
 2015-07-06 18:00 UTC  (6+ messages)

[PATCH] drm/i915: avoid leaking DMA mappings
 2015-07-06 16:23 UTC  (13+ messages)

[PATCH v2 0/4] Gen9 WA Batch patches
 2015-07-06 16:12 UTC  (5+ messages)
` [PATCH v2 1/4] drm/i915: Enable WA batch buffers for Gen9
` [PATCH v2 2/4] drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
` [PATCH v2 3/4] drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround
` [PATCH v2 4/4] drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken

[PATCH] drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
 2015-07-06 15:41 UTC  (8+ messages)

[PATCH] drm/i915: Restore all GGTT VMAs on resume
 2015-07-06 15:39 UTC  (4+ messages)

[PATCH 7/7] drm/i915: Mark elsps submitted when they are pushed to hw
 2015-07-06 15:35 UTC  (2+ messages)
` [PATCH 1/2] drm/i915: Convert execlist_submit_contexts() for requests


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