messages from 2015-07-15 10:06:17 to 2015-07-17 14:34:08 UTC [more...]
[PATCH v2 00/22] Enable gpu switching on the MacBook Pro
2015-08-11 10:29 UTC (2+ messages)
` [PATCH v2 12/22] drm/i915: Preserve SSC earlier
[RFC 00/39] GPU scheduler for i915 driver
2015-07-17 14:33 UTC (16+ 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 0/9] Convert requests to use struct fence
2015-07-17 14:31 UTC (10+ 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 i-g-t v3] Android.mk: Disable tools that do not build for android
2015-07-17 14:18 UTC (2+ messages)
[PATCH] drm/i915/skl+: Add YUV pixel format in Capability list
2015-07-17 13:50 UTC (2+ messages)
` [PATCH V2] "
[PATCH] igt/kms_plane_scaling : plane scaling enhancement and plane support for bxt
2015-07-17 11:36 UTC (2+ messages)
[PATCH i-g-t 0/3] gpgpu_fill test new hardware support
2015-07-17 9:25 UTC (4+ 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 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 (3+ messages)
[PATCH] drm/i915/bxt: WA for swapped HPD pins in A stepping
2015-07-17 8:17 UTC (9+ 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
[PATCH] drm/i915: Fix divide by zero on watermark update
2015-07-17 7:10 UTC (7+ 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 (9+ messages)
` [PATCH 2/2] drm/i915: Don't reprobe on resume
[PATCH v3 00/20] Convert to atomic, part 4
2015-07-16 17:43 UTC (2+ messages)
[PATCH] drm/i915: Don't clear all watermarks when updating
2015-07-16 17:15 UTC (4+ messages)
[PATCH i-g-t] lib: exit immediately if igt_fail is called in an exit handler
2015-07-16 16:48 UTC
[PATCH i-g-t v2] Android.mk: Disable tools that do not build for android
2015-07-16 15:23 UTC (9+ messages)
` [PATCH i-g-t 0/2] Enabling intel_reg on Android
` [PATCH i-g-t 1/2] intel_reg: support platforms without sys/io.h
` [PATCH i-g-t 2/2] tools/Android.mk: add any extra program sources
[PATCH] drm/i915: Do kunmap if renderstate parsing fails
2015-07-16 15:21 UTC (2+ messages)
[PATCH] drm/i915: Change SRM, LRM instructions to use correct length
2015-07-16 15:19 UTC
[PATCH 00/13] Make i915 dpms atomic
2015-07-16 15:01 UTC (30+ messages)
` [PATCH 01/13] drm/atomic: Only update crtc->x/y if it's part of the state
` [PATCH v1.1 01/13] drm/atomic: Only update crtc->x/y if it's part of the state, v2
` [PATCH 02/13] drm/atomic: Update legacy DPMS state during modesets
` [PATCH 03/13] drm/i915: Make the force_thru workaround atomic
` [PATCH 04/13] drm/i915: Remove special dpms handling from intel_crt.c
` [PATCH 05/13] drm/i915: Remove special dpms handling from intel_crtc.c
` [PATCH 06/13] drm/i915: Remove special dpms handling from intel_sdvo.c
` [PATCH 07/13] drm/i915: Get rid of dpms handling
` [PATCH 08/13] drm/i915: Use proper locking for intel_dp_check_link_status
` [PATCH 09/13] drm/i915: Remove some unneeded checks from check_crtc_state
` [PATCH 10/13] drm/i915: Remove connectors_active from state checking
` [PATCH 11/13] drm/i915: Remove connectors_active from sanitization
` [PATCH 12/13] drm/i915: Remove connectors_active from intel_dp.c
` [PATCH 13/13] drm/i915: Remove connectors_active
` [PATCH 14/13] drm/i915: Only update mode related state if a modeset happened
[PATCH] drm/fbdev: Return -EBUSY when oopsing
2015-07-16 14:48 UTC
[PATCH 0/5] drm/i915: Make waiting interruptible
2015-07-16 14:13 UTC (7+ messages)
` [PATCH 1/5] drm/i915: Handle return value in intel_pin_and_fence_fb_obj
` [PATCH 2/5] drm/atomic: Make prepare_fb/cleanup_fb only take state
` [PATCH v1.1 2/5] drm/atomic: Make prepare_fb/cleanup_fb only take state, v2
` [PATCH 3/5] drm/i915: Make prepare_plane_fb fully interruptible
` [PATCH 4/5] drm/i915: Remove wait_for_pending_flips from disable_noatomic
` [PATCH 5/5] drm/i915: Make wait_for_flips interruptible
[PATCH v2] drm/i915: Use two 32bit reads for select 64bit REG_READ ioctls
2015-07-16 12:04 UTC (9+ messages)
` [PATCH] tests/gem_reg_read: Extend and check for valid 36b counter
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v3] drm/i915: Use two 32bit reads for select 64bit REG_READ ioctls
[drm-intel:topic/drm-misc 14/14] drivers/gpu/drm/drm_fb_helper.c:400:13: warning: 'drm_fb_helper_force_kernel_mode' defined but not used
2015-07-16 10:07 UTC
[PATCH v5 00/19] 48-bit PPGTT
2015-07-16 9:33 UTC (20+ messages)
` [PATCH v5 01/19] drm/i915: Remove unnecessary gen8_clamp_pd
` [PATCH v5 02/19] drm/i915/gen8: Make pdp allocation more dynamic
` [PATCH v5 03/19] drm/i915/gen8: Abstract PDP usage
` [PATCH v5 04/19] drm/i915/gen8: Add dynamic page trace events
` [PATCH v5 05/19] drm/i915/gen8: Add PML4 structure
` [PATCH v5 06/19] drm/i915/gen8: implement alloc/free for 4lvl
` [PATCH v5 07/19] drm/i915/gen8: Add 4 level switching infrastructure and lrc support
` [PATCH v5 08/19] drm/i915/gen8: Generalize PTE writing for GEN8 PPGTT
` [PATCH v5 09/19] drm/i915/gen8: Pass sg_iter through pte inserts
` [PATCH v5 10/19] drm/i915/gen8: Add 4 level support in insert_entries and clear_range
` [PATCH v5 11/19] drm/i915/gen8: Initialize PDPs
` [PATCH v5 12/19] drm/i915: Expand error state's address width to 64b
` [PATCH v5 13/19] drm/i915/gen8: Add ppgtt info and debug_dump
` [PATCH v5 14/19] drm/i915: object size needs to be u64
` [PATCH v5 15/19] drm/i915: batch_obj vm offset must "
` [PATCH v5 16/19] drm/i915/userptr: Kill user_size limit check
` [PATCH v5 17/19] drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset
` [PATCH v5 18/19] drm/i915/gen8: Flip the 48b switch
` [PATCH v5 19/19] drm/i915: Save some page table setup on repeated binds
[PATCH] drm/fbdev: Return -EBUSY when oopsing
2015-07-16 8:28 UTC
[PATCH] drm/atomic-helper: Also update legacy dpms state
2015-07-16 7:06 UTC (3+ messages)
[PULL] topic/drm-fixes
2015-07-16 6:44 UTC
About the wait_for() macro in intel_drv.h
2015-07-15 14:07 UTC
kernel-doc markdown support
2015-07-15 17:11 UTC
drivers/gpu/drm/i915/intel_display.c:9717 intel_check_page_flip+0xb3/0xd2()
2015-07-15 16:13 UTC (2+ messages)
[PATCH] drm/i915: Add soft-pinning API for execbuffer
2015-07-15 16:04 UTC (9+ messages)
` [PATCH v4] "
[PATCH 1/3] drm/i915: Unconditionally check gmch pfit state
2015-07-15 15:16 UTC (5+ messages)
` [PATCH 2/3] drm/i915: Clarify logic for initial modeset
` [PATCH 4/3] "
` [PATCH 3/3] drm/i915: Invert fastboot check
[PATCH 00/16] Color Manager Implementation
2015-07-15 15:14 UTC (19+ messages)
` [PATCH 01/16] drm/i915: Atomic commit path fix for CRTC properties
` [PATCH 02/16] drm: Create Color Management DRM properties
` [PATCH 03/16] drm/i915: Attach color properties to CRTC
` [PATCH 04/16] drm: Add structure for querying palette color capabilities
` [PATCH 05/16] drm: Export drm_property_replace_global_blob function
` [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 08/16] drm: Add blob properties to CRTC state for color properties
` [PATCH 09/16] drm: Add structures to set/get a palette color property
` [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
` [PATCH 12/16] drm/i915: Add set_property handler for pipe deGamma correction on CHV/BSW
` [PATCH 13/16] drm/i915: Add DeGamma correction for CHV/BSW
` [PATCH 14/16] drm: Add structure for set/get a CTM color property
` [PATCH 15/16] drm/i915: Add set_property handler for CSC correction on CHV/BSW
` [PATCH 16/16] drm/i915: Add CSC correction for CHV/BSW
[PATCH 00/18] dev->struct_mutex crusade
2015-07-15 13:38 UTC (3+ messages)
` [PATCH 1/2] drm/tegra: don't take dev->struct_mutex in mmap offset ioctl
` [PATCH 2/2] drm/tegra: Use drm_gem_object_reference_unlocked
[Intel-gfx] [PATCH v2 00/10] Color Manager Implementation
2015-07-15 13:28 UTC (13+ messages)
` "
[RFC 0/8] Introduce framework for forwarding generic non-OA performance
2015-07-15 12:51 UTC (7+ messages)
` [RFC 2/8] drm/i915: Add mechanism for forwarding the timestamp data through perf
` [RFC 8/8] drm/i915: Support for retrieving MMIO register values alongwith timestamps "
[RFC 0/8] Introduce framework to forward multi context OA snapshots
2015-07-15 12:36 UTC (9+ messages)
` [RFC 1/8] drm/i915: Have globally unique context ids, as opposed to drm file specific
` [RFC 6/8] drm/i915: Insert commands for capture of OA counters in the ring
` [RFC 8/8] drm/i915: Add support to add execbuffer tags to OA counter reports
[PATCH 0/4] FBC frontbuffer tracking + MMAP_WC fixes
2015-07-15 12:33 UTC (3+ messages)
` [PATCH 3/4] drm/i915: don't disable FBC for pipe A when flipping pipe B
[PATCH v3 0/4] Gen9 WA Batch patches
2015-07-15 12:30 UTC (4+ messages)
` [PATCH v3 4/4] drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
[PATCH] drm/i915/gen9: Implement WaDisableKillLogic for gen 9
2015-07-15 12:29 UTC (3+ messages)
[-next] WARNING at i915_gem_track_fb
2015-07-15 11:14 UTC (11+ messages)
` [Intel-gfx] "
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