messages from 2015-07-15 06:22:12 to 2015-07-17 07:07:47 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
[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] drm/i915/bxt: WA for swapped HPD pins in A stepping
2015-07-17 4:29 UTC (8+ 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 v3 00/20] Convert to atomic, part 4
2015-07-16 17:43 UTC (5+ messages)
` [PATCH v3 19/20] drm/i915: always disable irqs in intel_pipe_update_start
[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
[RFC] drm/i915/gtt: Allow >= 4GB offsets in X86_32
2015-07-16 16:22 UTC (2+ messages)
[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 (13+ messages)
` [RFC 1/8] drm/i915: Add a new PMU for handling non-OA counter data profiling requests
` [RFC 2/8] drm/i915: Add mechanism for forwarding the timestamp data through perf
` [RFC 3/8] drm/i915: Handle event stop and destroy for GPU commands submitted
` [RFC 4/8] drm/i915: Insert commands for capturing timestamps in the ring
` [RFC 5/8] drm/i915: Add support for forwarding ring id in sample metadata through perf
` [RFC 6/8] drm/i915: Add support for forwarding pid in timestamp "
` [RFC 7/8] drm/i915: Add support for forwarding execbuffer tags in timestamp sample metadata
` [RFC 8/8] drm/i915: Support for retrieving MMIO register values alongwith timestamps through perf
[RFC 0/8] Introduce framework to forward multi context OA snapshots
2015-07-15 12:36 UTC (16+ messages)
` [RFC 1/8] drm/i915: Have globally unique context ids, as opposed to drm file specific
` [RFC 2/8] drm/i915: Introduce mode for capture of multi ctx OA reports synchronized with RCS
` [RFC 3/8] drm/i915: Add mechanism for forwarding CS based OA counter snapshots through perf
` [RFC 4/8] drm/i915: Forward periodic and CS based OA reports sorted acc to timestamps
` [RFC 5/8] drm/i915: Handle event stop and destroy for commands in flight
` [RFC 6/8] drm/i915: Insert commands for capture of OA counters in the ring
` [RFC 7/8] drm/i915: Add support for having pid output with OA report
` [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] "
[RFC 0/1] drm/i915 : Wait until SYSTEM_RUNNING before loading CSR firmware
2015-07-15 9:34 UTC (5+ messages)
` [RFC 1/1] "
[PATCH 2/2] drm: Provide compat ioctl for addfb2.1
2015-07-15 9:17 UTC (2+ messages)
` [PATCH 2/2 v3] "
[PULL] topic/drm-fixes
2015-07-15 9:16 UTC (2+ messages)
[drm-intel:topic/drm-fixes 5/5] drivers/gpu/drm/drm_ioc32.c:73:49: error: 'drm_mode_fb_cmd232_t' undeclared here (not in a function)
2015-07-15 9:14 UTC
[drm-intel:topic/drm-fixes 5/5] arch/sparc/include/uapi/asm/ioctl.h:47:29: note: in expansion of macro '_IOC'
2015-07-15 9:09 UTC
[PATCH] drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop
2015-07-15 8:50 UTC
[PULL] drm-intel-fixes
2015-07-15 8:50 UTC
[PATCH] drm/i915: Use two 32bit reads for all 64bit REG_READ ioctls
2015-07-15 8:32 UTC (3+ messages)
` [Intel-gfx] "
[v2 0/7] Crystalcove (CRC) PMIC based panel and pwm control
2015-07-15 8:05 UTC (3+ messages)
` [v2 1/7] gpiolib: Add support for removing registered consumer lookup table
[PATCH] drm/i915: apply the PCI_D0/D3 hibernation workaround everywhere on pre GEN6
2015-07-15 6:22 UTC (2+ messages)
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