public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-07-16 18:25:53 to 2015-07-21 11:10:08 UTC [more...]

[PATCH 00/16] Color Manager Implementation
 2015-07-21 11:10 UTC  (16+ messages)
` [PATCH 03/16] drm/i915: Attach color properties to CRTC
` [PATCH 04/16] drm: Add structure for querying palette color capabilities
` [PATCH 06/16] drm/i915: Load gamma color capabilities for CHV CRTC
` [PATCH 07/16] drm/i915: Add atomic set property interface for CRTC
` [PATCH 10/16] drm/i915: Add set_property handler for pipe Gamma correction on CHV/BSW
` [PATCH 11/16] drm/i915: Add pipe level Gamma correction for CHV/BSW

[drm-intel:topic/drm-misc 18/18] drivers/gpu/drm/i915/intel_crt.c:801:2: warning: initialization from incompatible pointer type
 2015-07-21 10:08 UTC 

[RFC 00/39] GPU scheduler for i915 driver
 2015-07-21  9:59 UTC  (47+ messages)
` [RFC 01/39] drm/i915: Add total count to context status debugfs output
` [RFC 02/39] drm/i915: Updating assorted register and status page definitions
` [RFC 03/39] drm/i915: Explicit power enable during deferred context initialisation
` [RFC 04/39] drm/i915: Prelude to splitting i915_gem_do_execbuffer in two
` [RFC 05/39] drm/i915: Split i915_dem_do_execbuffer() in half
` [RFC 06/39] drm/i915: Re-instate request->uniq because it is extremely useful
` [RFC 07/39] drm/i915: Start of GPU scheduler
` [RFC 08/39] drm/i915: Prepare retire_requests to handle out-of-order seqnos
` [RFC 09/39] drm/i915: Added scheduler hook into i915_gem_complete_requests_ring()
` [RFC 10/39] drm/i915: Disable hardware semaphores when GPU scheduler is enabled
` [RFC 11/39] drm/i915: Force MMIO flips when scheduler enabled
` [RFC 12/39] drm/i915: Added scheduler hook when closing DRM file handles
` [RFC 13/39] drm/i915: Added deferred work handler for scheduler
` [RFC 14/39] drm/i915: Redirect execbuffer_final() via scheduler
` [RFC 15/39] drm/i915: Keep the reserved space mechanism happy
` [RFC 16/39] drm/i915: Added tracking/locking of batch buffer objects
` [RFC 17/39] drm/i915: Hook scheduler node clean up into retire requests
` [RFC 18/39] drm/i915: Added scheduler interrupt handler hook
` [RFC 19/39] drm/i915: Added scheduler support to __wait_request() calls
` [RFC 20/39] drm/i915: Added scheduler support to page fault handler
` [RFC 21/39] drm/i915: Added scheduler flush calls to ring throttle and idle functions
` [RFC 22/39] drm/i915: Add scheduler hook to GPU reset
` [RFC 23/39] drm/i915: Added a module parameter for allowing scheduler overrides
` [RFC 24/39] drm/i915: Support for 'unflushed' ring idle
` [RFC 25/39] drm/i915: Defer seqno allocation until actual hardware submission time
` [RFC 26/39] drm/i915: Added immediate submission override to scheduler
` [RFC 27/39] drm/i915: Add sync wait support "
` [RFC 28/39] drm/i915: Connecting execbuff fences "
` [RFC 29/39] drm/i915: Added trace points "
` [RFC 30/39] drm/i915: Added scheduler queue throttling by DRM file handle
` [RFC 31/39] drm/i915: Added debugfs interface to scheduler tuning parameters
` [RFC 32/39] drm/i915: Added debug state dump facilities to scheduler
` [RFC 33/39] drm/i915: Add early exit to execbuff_final() if insufficient ring space
` [RFC 34/39] drm/i915: Added scheduler statistic reporting to debugfs
` [RFC 35/39] drm/i915: Added seqno values to scheduler status dump
` [RFC 36/39] drm/i915: Add scheduler support functions for TDR
` [RFC 37/39] drm/i915: GPU priority bumping to prevent starvation
` [RFC 38/39] drm/i915: Enable GPU scheduler by default
` [RFC 39/39] drm/i915: Allow scheduler to manage inter-ring object synchronisation

[PATCH v2] tests/gem_reg_read: Extend and check for valid 36b counter
 2015-07-21  9:49 UTC  (12+ messages)
` [PATCH v3] "
  ` [PATCH v3] drm/i915: Use two 32bit reads for select 64bit REG_READ ioctls
      ` [Intel-gfx] "

[PATCH] drm/i915: Update HAS_PSR macro to include all gen>=8 platforms
 2015-07-21  9:47 UTC  (3+ messages)

interference on display, Intel 945GM, 32bit system, kernel next
 2015-07-21  9:43 UTC  (6+ messages)

[PATCH i-g-t v3] Android.mk: Disable tools that do not build for android
 2015-07-21  9:39 UTC  (6+ messages)

[PATCH] drm/i915: Update atomic state when removing mst connector
 2015-07-21  9:23 UTC  (3+ messages)

[PATCH 0/4] i915 to call hda driver on HDMI plug/unplug
 2015-07-21  9:14 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: Add audio hotplug info struct
` [PATCH 2/4] drm/i915: Call audio hotplug notify function
` [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback
` [PATCH 4/4] ALSA: hda - Wake the codec up on hotplug notify events

[PATCH 0/3] drm/i915/bxt: HPD long/short pulse detect support on port A
 2015-07-21  8:21 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: combine i9xx_get_hpd_pins and pch_get_hpd_pins
` [PATCH 2/3] drm/i915: don't use HPD_PORT_A as an alias for HPD_NONE
` [PATCH 3/3] drm/i915/bxt: add support for HPD long/short pulse detection on HPD_PORT_A pin

[PATCH 0/5] drm/i915: Make waiting interruptible
 2015-07-21  8:02 UTC  (5+ messages)
` [PATCH 5/5] drm/i915: Make wait_for_flips interruptible

[PATCH v2] drm/i915: remove unnecessary null test
 2015-07-21  7:37 UTC  (4+ messages)

[PATCH v3 0/3] Add Pooled EU support to BXT
 2015-07-21  7:33 UTC  (5+ messages)
` [PATCH v3 1/3] drm/i915: Do kunmap if renderstate parsing fails
` [PATCH v3 2/3] drm/i915: Add provision to extend Golden context batch
` [PATCH v3 3/3] drm/i915:bxt: Enable Pooled EU support

[v3 0/7] Crystalcove (CRC) PMIC based panel and pwm control
 2015-07-21  7:24 UTC  (7+ messages)
` [Intel-gfx] "

[PATCH v1 0/4] Add Pooled EU support to BXT
 2015-07-21  7:26 UTC  (13+ messages)
` [PATCH v1 1/4] drm/i915: Do kunmap if renderstate parsing fails
` [PATCH v1 2/4] drm/i915: Add provision to extend Golden context batch
` [PATCH v1 3/4] drm/i915:bxt: Enable Pooled EU support
` [PATCH v1 4/4] drm/i915/bxt: Add get_param to query Pooled EU availability

[RFC 0/9] Convert requests to use struct fence
 2015-07-21  7:19 UTC  (14+ messages)
` [RFC 1/9] staging/android/sync: Support sync points created from dma-fences
` [RFC 2/9] android: add sync_fence_create_dma
` [RFC 3/9] drm/i915: Convert requests to use struct fence
` [RFC 4/9] drm/i915: Removed now redudant parameter to i915_gem_request_completed()
` [RFC 5/9] drm/i915: Add per context timelines to fence object
` [RFC 6/9] drm/i915: Delay the freeing of requests until retire time
` [RFC 7/9] drm/i915: Interrupt driven fences
` [RFC 8/9] drm/i915: Updated request structure tracing
` [RFC 9/9] drm/i915: Add sync framework support to execbuff IOCTL

[PATCH 00/13 v4] Batch submission via GuC
 2015-07-21  6:38 UTC  (14+ messages)
` [PATCH 01/13 v4] drm/i915: Add i915_gem_object_create_from_data()
` [PATCH 02/13 v4] drm/i915: Add GuC-related module parameters
` [PATCH 03/13 v4] drm/i915: Add GuC-related header files
` [PATCH 04/13 v4] drm/i915: GuC-specific firmware loader
` [PATCH 05/13 v4] drm/i915: Debugfs interface to read GuC load status

[PATCH] drm/i915/bxt: WA for swapped HPD pins in A stepping
 2015-07-20 21:43 UTC  (13+ messages)
` [PATCH 1/2] drm/i915/bxt: Add HPD support for DDIA
  ` [PATCH 2/2] drm/i915/bxt: WA for swapped HPD pins in A stepping

8086:1616 [Lenovo ThinkPad T450s] External monitor is disabled after resume
 2015-07-20 19:05 UTC 

[PATCH i-g-t 0/3] gpgpu_fill test new hardware support
 2015-07-20 17:16 UTC  (5+ messages)
` [PATCH i-g-t 1/3] lib: Move gpgpu_fill code to separate file
` [PATCH i-g-t 2/3] lib/gpgpu_fill: Add BDW support
` [PATCH i-g-t 3/3] lib/gpgpu_fill: Add SKL support

[PATCH v4] drm/i915: Add soft-pinning API for execbuffer
 2015-07-20 16:50 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] kms_universal_plane: subtest for yuv pixel format in primary plane
 2015-07-20 15:00 UTC 

[PATCH] drm/i915: fix possible null pointer dereference
 2015-07-20 14:23 UTC  (4+ messages)

[PATCH] drm/i915: Change SRM, LRM instructions to use correct length
 2015-07-20 12:55 UTC  (2+ messages)

[PATCH v2 0/4] Add Pooled EU support to BXT
 2015-07-20  9:45 UTC  (10+ messages)
` [PATCH v2 1/4] drm/i915: Do kunmap if renderstate parsing fails
` [PATCH v2 2/4] drm/i915: Add provision to extend Golden context batch
` [PATCH v2 3/4] drm/i915/bxt: Add get_param to query Pooled EU availability
` [PATCH v2 4/4] drm/i915:bxt: Enable Pooled EU support
  ` [PATCH v3 3/3] "

[PATCH] igt/kms_plane_scaling : plane scaling enhancement and plane support for bxt
 2015-07-20  9:44 UTC  (6+ messages)
  ` [PATCH i-g-t v2 0/2] Overlay Plane support for broxton and plane scaling ehancement
    ` [PATCH i-g-t v2 1/2] lib/igt_fb : Add more overlay plane support for bxt
    ` [PATCH i-g-t v2 2/2] igt/kms_plane_scaling : plane scaling enhancement "

[RFC 0/8] Atomic watermark updates (v2)
 2015-07-20  9:19 UTC  (5+ messages)
` [RFC 5/8] drm/i915: Move active watermarks into CRTC state
` [RFC 7/8] drm/i915: Allow final wm programming to be scheduled after next vblank (v2)

[PATCH] Partially revert "drm/i915: s/mdelay/msleep/" in ilk rps code
 2015-07-20  8:59 UTC 

[PATCH] drm/i915/skl+: Add YUV pixel format in Capability list
 2015-07-20  7:28 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] drm/i915: Do kunmap if renderstate parsing fails
 2015-07-20  2:51 UTC  (2+ messages)

[PATCH] drm/fbdev: Return -EBUSY when oopsing
 2015-07-19 15:19 UTC  (2+ messages)

[PATCH] drm/fbdev: Return -EBUSY when oopsing
 2015-07-19 15:16 UTC  (2+ messages)

[PATCH 2/2] drm/tegra: Use drm_gem_object_reference_unlocked
 2015-07-19 10:43 UTC  (2+ messages)

[PATCH] drm/i915: Use two 32bit reads for all 64bit REG_READ ioctls
 2015-07-19  3:25 UTC  (2+ messages)

Updated drm-intel-testing
 2015-07-17 21:14 UTC 

[PATCH i-g-t v3] Android.mk: Disable tools that do not build for android
 2015-07-17  8:53 UTC  (2+ messages)

[RFC] drm/i915/gtt: Allow >= 4GB offsets in X86_32
 2015-07-17  8:42 UTC  (2+ messages)

[PATCH] drm/i915: Fix divide by zero on watermark update
 2015-07-17  7:10 UTC  (4+ messages)

[PATCH 1/2] drm/i915/skl: Don't expose the top most plane on gen9 display
 2015-07-17  7:10 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/skl: Drop the preliminary_hw_support flag

[PATCH 1/2] drm: Stop resetting connector state to unknown
 2015-07-17  6:38 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Don't reprobe on resume


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