messages from 2015-10-08 14:37:20 to 2015-10-10 05:20:04 UTC [more...]
[PATCH 00/22] Color Management for DRM
2015-10-10 5:20 UTC (46+ messages)
` [PATCH 01/22] drm: Create Color Management DRM properties
` [PATCH 02/22] drm: Create Color Management query properties
` [Intel-gfx] "
` [PATCH 03/22] drm: Add color correction blobs in CRTC state
` [PATCH 04/22] drm: Add set property support for color manager
` [PATCH 05/22] drm: Add get "
` [PATCH 06/22] drm: Add drm structures for palette color property
` [PATCH 07/22] drm: Add structure to set/get a CTM "
` [PATCH 08/22] drm/i915: Add set property interface for CRTC
` [PATCH 09/22] drm/i915: Create color management files
` [PATCH 10/22] drm/i915: Register color correction capabilities
` [PATCH 11/22] drm/i915: CHV: Load gamma color correction values
` [PATCH 12/22] drm/i915: CHV: Load degamma "
` [PATCH 13/22] drm/i915: CHV: Pipe level Gamma correction
` [PATCH 14/22] drm/i915: CHV: Pipe level degamma correction
` [PATCH 15/22] drm/i915: CHV: Pipe level CSC correction
` [PATCH 16/22] drm/i915: Commit color correction to CRTC
` [PATCH 17/22] drm/i915: Attach color properties "
` [PATCH 18/22] drm/i915: BDW: Load gamma correction values
` [PATCH 19/22] drm/i915: BDW: Pipe level Gamma correction
` [PATCH 20/22] drm/i915: BDW: Load degamma correction values
` [PATCH 21/22] drm/i915: BDW: Pipe level degamma correction
` [PATCH 22/22] drm/i915: BDW: Pipe level CSC correction
[PATCH] igt/kms_addfb_basic: New subtest to check for fb modifier and tiling mode mismatch
2015-10-10 0:46 UTC (6+ messages)
[PATCH v5 0/2] Add drm_dp_aux chardev support
2015-10-10 0:49 UTC (4+ messages)
` [PATCH v5 1/2] drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers
` [Intel-gfx] "
` [PATCH v5 2/2] drm/dp: Set aux.dev to the drm_connector device, instead of drm_device
[PATCH 00/20] tree-wide convert to memremap()
2015-10-09 22:16 UTC (2+ messages)
` [PATCH 09/20] i915: switch from acpi_os_ioremap to memremap
[PATCH v4 0/2] Add drm_dp_aux chardev support
2015-10-09 21:50 UTC (7+ messages)
` [PATCH v4 1/2] drm/dp: Store the drm_connector device pointer on the helper
[PATCH] drm/i915: Partial revert of atomic watermark series
2015-10-09 21:22 UTC (4+ messages)
` [PATCH] drm/i915: revert a few more watermark commits
Weekly regressions report WW41
2015-10-09 20:03 UTC (2+ messages)
[PATCH] drm/i915: Convert WARNs during userptr revoke to SIGBUS
2015-10-09 18:33 UTC (13+ messages)
[PATCH] RFC drm/i915: Stop the machine whilst capturing the GPU crash dump
2015-10-09 17:55 UTC (3+ messages)
[PATCH 0/4] lrc lifecycle cleanups
2015-10-09 17:23 UTC (9+ messages)
` [PATCH 1/4] drm/i915: Unify execlist and legacy request life-cycles
[PATCH i-g-t 1/7] s/gem_mmap/gem_mmap__gtt/
2015-10-09 16:55 UTC (8+ messages)
` [PATCH i-g-t 2/7] lib: Document that gem_mmap__{cpu, gtt, wc} return NULL on failure
` [PATCH i-g-t 3/7] Remove gem_mmap__{cpu, gtt, wc} return value MAP_FAILED asserts
` [PATCH i-g-t 4/7] Sprinkle igt_assert(ptr) after gem_mmap__{cpu, gtt, wc}
` [PATCH i-g-t 5/7] lib: Die if framebuffer GTT mapping fails
` [PATCH i-g-t 6/7] Make gem_mmap__{cpu, gtt, wc}() assert on failure
` [PATCH i-g-t 7/7] Replace __gem_mmap__{cpu, gtt, wc}() + igt_assert() with gem_mmap__{cpu, gtt, wc}()
[RFC] Page table sharing and bufferless execbuf
2015-10-09 16:20 UTC (18+ messages)
` [PATCH 6/9] drm/i915: driver based PASID handling
` [PATCH 7/9] drm/i915: add fences to the request struct
[PATCH v8 0/6] Support for creating/using Stolen memory backed objects
2015-10-09 15:13 UTC (11+ messages)
` [PATCH 3/6] drm/i915: Propagating correct error codes to the userspace
` [PATCH 4/6] drm/i915: Add support for stealing purgable stolen pages
[RFC i-g-t] Deciding on #!/bin/bash or #!/bin/sh
2015-10-09 14:59 UTC (3+ messages)
[DMC_BUGFIX_SKL_V2 0/5] pc10 entry fixes for skl
2015-10-09 13:58 UTC (2+ messages)
[PATCH v2] drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-level
2015-10-09 13:43 UTC (3+ messages)
[PATCH] drm/i915: Unwind partial VMA rebinding after failure in set-cache-level
2015-10-09 13:10 UTC (6+ messages)
[PATCH 0/8] Stability improvements to error state capture
2015-10-09 12:06 UTC (42+ messages)
` [PATCH 1/8] drm/i915: Early exit from semaphore_waits_for for execlist mode
` [PATCH 2/8] drm/i915: Migrate to safe iterators in error state capture
` [PATCH 3/8] drm/i915: Cope with request list state change during "
` [PATCH 4/8] drm/i915: NULL checking when capturing buffer objects "
` [PATCH 5/8] drm/i915: vma NULL pointer check
` [PATCH 6/8] drm/i915: Use safe list iterators
` [PATCH 7/8] drm/i915: Grab execlist spinlock to avoid post-reset concurrency issues
` [PATCH 8/8] drm/i915: NULL check of unpin_work
[PATCH 1/2] drm/i915: Kill DRI1 cliprects
2015-10-09 12:01 UTC (9+ messages)
` [PATCH 2/2] drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-level
[PATCH] drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
2015-10-09 12:00 UTC (7+ messages)
[PATCH 1/3] drm/edid: Fix up clock for CEA/HDMI modes specified via detailed timings
2015-10-09 10:54 UTC (4+ messages)
[PATCH] drm/i915/skl: Init cdclk in the driver rather than relying on pre-os
2015-10-09 10:53 UTC (6+ messages)
` [v2] "
[PATCH 00/11] Mixed bag of ioctl and agp cleanups
2015-10-09 10:00 UTC (5+ messages)
` [PATCH 05/11] drm/i915: Mark getparam ioctl as DRM_UNLOCKED
[PATCH] drm/i915: Remove wrong warning from i915_gem_context_clean
2015-10-09 8:19 UTC (4+ messages)
[PATCH v4] drm/i915: Determine the stolen memory base address on gen2
2015-10-09 8:14 UTC (2+ messages)
[PATCH 3/3] drm/i915: fix FBC buffer size checks
2015-10-09 7:36 UTC (3+ messages)
[PATCH 0/7] FBC again: stolen + SKL fixes
2015-10-09 7:34 UTC (4+ messages)
` [PATCH 3/7] drm/i915: don't allocate fbcon from stolen memory if it's too big
As of kernel 4.3-rc1 system will not stay in S3 suspend [REGRESSION][BISECTED]
2015-10-09 7:23 UTC (2+ messages)
[PATCH] drm/i915: Add hot_plug hook for hdmi encoder
2015-10-09 4:31 UTC (6+ messages)
` [PATCH 1/2] drm/i915: Call encoder hotplug for init and resume cases
[PATCH 0/7] Enable SVM for Intel VT-d
2015-10-08 23:54 UTC (8+ messages)
` [PATCH 1/7] iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macro
` [PATCH 5/7] iommu/vt-d: Assume BIOS lies about ATSR for integrated gfx
` [PATCH 2/7] iommu/vt-d: Add initial support for PASID tables
` [PATCH 3/7] iommu/vt-d: Add intel_svm_{un, }bind_mm() functions
` [PATCH 4/7] iommu/vt-d: Generalise DMAR MSI setup to allow for page request events
` [PATCH 6/7] iommu/vt-d: Enable page request interrupt
` [PATCH 7/7] iommu/vt-d: Implement page request handling
[PATCH 00/16] FBC bug fixes
2015-10-08 21:37 UTC (5+ messages)
` [PATCH 04/16] drm/i915: set ILK_DPFC_FENCE_YOFF to 0 on SNB
[PATCH 2/3] drm/i915: fix CFB size calculation
2015-10-08 21:29 UTC (3+ messages)
[PATCH v4] drm/i915: Clean up associated VMAs on context destruction
2015-10-08 16:41 UTC (6+ messages)
[PATCH 1/2] drm/i915: Simplify intel_dp_voltage_max()
2015-10-08 16:20 UTC (3+ messages)
` [PATCH 2/2] drm/i915: Simplify intel_dp_pre_emphasis_max()
[PATCH] drm/i915: 4K audio N value incorrect at 29.97 and 23.98 refresh rate
2015-10-08 16:06 UTC (5+ messages)
periodic wakeup from DPMS suspend
2015-10-08 15:51 UTC (5+ messages)
[PATCH 1/5] drm/i915: Store and print dmc firmware version
2015-10-08 15:04 UTC (9+ messages)
` [PATCH 2/5] drm/i915: Notify user about outdated dmc firmware
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox