messages from 2015-02-17 18:05:27 to 2015-02-21 05:50:28 UTC [more...]
[PATCH 0/4] drm/i915/skl: Support for edp1.4 intermediate frequencies
2015-02-21 5:42 UTC (3+ messages)
` [PATCH 1/4] drm: Adding edp1.4 specific dpcd macros
` [PATCH 2/4] drm/i915/skl: Read sink supported rates from edp panel
[PATCH] drm/i915/skl: Update edp 1.4 DDI translation table
2015-02-21 5:40 UTC
[PATCH] i-g-t: Adding test case to test background color
2015-02-21 0:12 UTC
[PATCH v9] drm/i915/skl: Add support for SKL background color
2015-02-21 0:11 UTC
[PATCH] drm/i915: avoid processing spurious/shared interrupts in low-power states
2015-02-20 22:26 UTC (4+ messages)
[PATCH] drm/i915: Do not invalidate obj->pages under mempressure
2015-02-20 22:19 UTC (9+ messages)
` [Intel-gfx] "
[PATCH 0/6] eDP DRRS based on frontbuffer tracking
2015-02-20 18:34 UTC (12+ messages)
` [PATCH 1/6] drm/i915: Add support for DRRS in intel_dp_set_m_n
` [PATCH 2/6] drm/i915/bdw: Add support for DRRS to switch RR
` [PATCH 4/6] drm/i915: Enable eDP DRRS for CHV
` [PATCH 6/6] drm/i915: Add debugfs entry for DRRS
[PATCH 00/12] PPGTT with 48b addressing
2015-02-20 17:46 UTC (13+ messages)
` [PATCH 01/12] drm/i915/bdw: Make pdp allocation more dynamic
` [PATCH 02/12] drm/i915/bdw: Abstract PDP usage
` [PATCH 03/12] drm/i915/bdw: Add dynamic page trace events
` [PATCH 04/12] drm/i915/bdw: Add ppgtt info for dynamic pages
` [PATCH 05/12] drm/i915/bdw: implement alloc/free for 4lvl
` [PATCH 06/12] drm/i915/bdw: Add 4 level switching infrastructure
` [PATCH 07/12] drm/i915/bdw: Support 64 bit PPGTT in lrc mode
` [PATCH 08/12] drm/i915/bdw: Generalize PTE writing for GEN8 PPGTT
` [PATCH 09/12] drm/i915: Plumb sg_iter through va allocation ->maps
` [PATCH 10/12] drm/i915/bdw: Add 4 level support in insert_entries and clear_range
` [PATCH 11/12] drm/i915: Expand error state's address width to 64b
` [PATCH 12/12] drm/i915/bdw: Flip the 48b switch
[PATCH] drm: Adding edp1.4 specific dpcd macros
2015-02-20 17:00 UTC (5+ messages)
[intel-gfx] Displayport Compliance Testing V2
2015-02-20 16:55 UTC (36+ messages)
` [PATCH 01/17] drm/i915: Add automated testing support for Displayport compliance testing
` [PATCH 02/17] drm/i915: Update intel_dp_check_link_status() "
` [PATCH 03/17] drm/i915: Add a delay in Displayport AUX transactions for "
` [PATCH 04/17] drm/i915: Add debugfs information for Displayport "
` [PATCH 07/17] drm/i915: Add and implement the debugfs 'show' functions for Displayport compliance
` [PATCH 11/17] drm/i915: Update the EDID automated compliance test function
` [PATCH 12/17] drm/i915: Update intel_dp_compute_config() to handle compliance test requests
` [PATCH 13/17] drm/i915: Update intel_dp_hpd_pulse() to check link status for non-MST operation
` [PATCH 14/17] drm/i915: Add debugfs function to check connector status for compliance testing
[PATCH 00/24] PPGTT dynamic page allocations
2015-02-20 16:50 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v4 05/24] drm/i915: page table abstractions
` [PATCH v4 07/24] drm/i915: Create page table allocators
` [PATCH v4 09/24] drm/i915: Track GEN6 page table usage
[PATCH 1/2] drm/i915: Track last register written (debug)
2015-02-20 13:29 UTC (6+ messages)
` [PATCH 2/2] drm/i915: Add the last written reg to error state
[PATCH 04/10] drm/i915: FIFO space query code refactor
2015-02-20 9:34 UTC (3+ messages)
` [PATCH v2] "
[PATCH 1/2] drm/i915: Split adding request to smaller functions
2015-02-20 9:16 UTC (5+ messages)
` [PATCH 2/2] drm/i915: Protect engine request list with spinlock
[PATCH] drm/i915: Fix a use after free, and unbalanced refcounting
2015-02-20 7:16 UTC (2+ messages)
[PATCH i-g-t] remove tests dependency on VT /dev/tty0
2015-02-20 0:38 UTC (2+ messages)
` [PATCH i-g-t] lib/igt_kms.c: "
[PATCH] drm/i915/skl: Update the 800mV+2bB HDMI translation entry
2015-02-19 17:31 UTC (2+ messages)
[PATCH 00/51] Remove the outstanding_lazy_request
2015-02-19 17:18 UTC (66+ messages)
` [PATCH 24/51] drm/i915: Update deferred context creation to do explicit request management
` [PATCH 47/51] drm/i915: Update ironlake_enable_rc6() "
` [PATCH 48/51] drm/i915: Update intel_ring_begin() to take a request structure
` [PATCH 00/53] Remove the outstanding_lazy_request
` [PATCH 01/53] drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading
` [PATCH 02/53] drm/i915: Add missing trace point to LRC execbuff code path
` [PATCH 03/53] drm/i915: Cache ringbuf pointer in request structure
` [PATCH 04/53] drm/i915: Merged the many do_execbuf() parameters into a structure
` [PATCH 05/53] drm/i915: Add return code check to i915_gem_execbuffer_retire_commands()
` [PATCH 06/53] drm/i915: Wrap request allocation with a function pointer
` [PATCH 07/53] drm/i915: Early alloc request in execbuff
` [PATCH 08/53] drm/i915: Update alloc_request to return the allocated request
` [PATCH 09/53] drm/i915: Add request to execbuf params and add explicit cleanup
` [PATCH 10/53] drm/i915: Update the dispatch tracepoint to use params->request
` [PATCH 11/53] drm/i915: Update move_to_gpu() to take a request structure
` [PATCH 12/53] drm/i915: Update execbuffer_move_to_active() "
` [PATCH 13/53] drm/i915: Add flag to i915_add_request() to skip the cache flush
` [PATCH 14/53] drm/i915: Update pin_to_display_plane() to do explicit request management
` [PATCH 15/53] drm/i915: Update i915_gem_object_sync() to take a request structure
` [PATCH 16/53] drm/i915: Update i915_gpu_idle() to manage its own request
` [PATCH 17/53] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
` [PATCH 18/53] drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()
` [PATCH 19/53] drm/i915: Add explicit request management to i915_gem_init_hw()
` [PATCH 20/53] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
` [PATCH 21/53] drm/i915: Set context in request from creation even in legacy mode
` [PATCH 22/53] drm/i915: Update i915_switch_context() to take a request structure
` [PATCH 23/53] drm/i915: Update do_switch() "
` [PATCH 24/53] drm/i915: Update deferred context creation to do explicit request management
` [PATCH 25/53] drm/i915: Update init_context() to take a request structure
` [PATCH 26/53] drm/i915: Update render_state_init() "
` [PATCH 27/53] drm/i915: Update overlay code to do explicit request management
` [PATCH 28/53] drm/i915: Update queue_flip() "
` [PATCH 29/53] drm/i915: Update add_request() to take a request structure
` [PATCH 30/53] drm/i915: Update [vma|object]_move_to_active() to take request structures
` [PATCH 31/53] drm/i915: Update l3_remap to take a request structure
` [PATCH 32/53] drm/i915: Update mi_set_context() "
` [PATCH 33/53] drm/i915: Update a bunch of execbuffer heplers to take request structures
` [PATCH 34/53] drm/i915: Update workarounds_emit() "
` [PATCH 35/53] drm/i915: Update flush_all_caches() "
` [PATCH 36/53] drm/i915: Update switch_mm() to take a request structure
` [PATCH 37/53] drm/i915: Update ring->flush() to take a requests structure
` [PATCH 38/53] drm/i915: Update some flush helpers to take request structures
` [PATCH 39/53] drm/i915: Update ring->emit_flush() to take a request structure
` [PATCH 40/53] drm/i915: Update ring->add_request() "
` [PATCH 41/53] drm/i915: Update ring->emit_request() "
` [PATCH 42/53] drm/i915: Update ring->dispatch_execbuffer() "
` [PATCH 43/53] drm/i915: Update ring->emit_bb_start() "
` [PATCH 44/53] drm/i915: Update ring->sync_to() "
` [PATCH 45/53] drm/i915: Update ring->signal() "
` [PATCH 46/53] drm/i915: Update cacheline_align() "
` [PATCH 47/53] drm/i915: Update ironlake_enable_rc6() to do explicit request management
` [PATCH 48/53] drm/i915: Update intel_ring_begin() to take a request structure
` [PATCH 49/53] drm/i915: Make intel_logical_ring_begin() static
` [PATCH 50/53] drm/i915: Update intel_logical_ring_begin() to take a request structure
` [PATCH 51/53] drm/i915: Remove the now obsolete intel_ring_get_request()
` [PATCH 52/53] drm/i915: Remove the now obsolete 'outstanding_lazy_request'
` [PATCH 53/53] drm/i915: Move the request/file and request/pid association to creation time
[KERNEL] Regression bug in drm/i915, Wrong assumption in commit e11aa36 breaks suspend on at least lenovo x61
2015-02-19 16:39 UTC (7+ messages)
` [Intel-gfx] "
` [KERNEL] "
[PATCH] drm/i915: Shift driver's HWSP usage out of reserved range
2015-02-19 14:58 UTC (3+ messages)
[PATCH i-g-t] lib: print the signal name to stderr when handling a signal
2015-02-19 14:30 UTC
[PATCH 1/4] drm/irq: Add drm_crtc_vblank_reset
2015-02-19 13:42 UTC (6+ messages)
` [PATCH 3/4] drm/i915: Flatten DRIVER_MODESET checks in i915_irq.c
[PATCH] drm/i915: Dell Chromebook 11 has PWM backlight
2015-02-19 13:16 UTC (3+ messages)
[PATCH] drm/i915: Fix a use after free, and unbalanced refcounting
2015-02-19 11:38 UTC (4+ messages)
[PATCH 1/2] drm/i915: Re-order some checks to do the unlikely one first
2015-02-19 10:26 UTC (5+ messages)
[PATCH] tools/intel_reg_write:Adding lib calls for CHT/VLV
2015-02-19 9:35 UTC (2+ messages)
Displayport Compliance Testing V3
2015-02-19 5:55 UTC (11+ messages)
` [PATCH 1/9] drm/i915: Add automated testing support for Displayport compliance testing
` [PATCH 2/9] drm/i915: Update intel_dp_check_link_status() "
` [PATCH 3/9] drm/i915: Add a delay in Displayport AUX transactions for "
` [PATCH 4/9] drm/i915: Add debugfs functions for Displayport "
` [PATCH 5/9] drm/i915: Update the EDID automated compliance test function
` [PATCH 6/9] drm/i915: Update intel_dp_compute_config() to handle compliance test requests
` [PATCH 7/9] drm/i915: Update intel_dp_hpd_pulse() to check link status for non-MST operation
` [PATCH 8/9] drm/i915: Add new debugfs file for Displaypor compliance test control
` [PATCH 9/9] drm/i915: Add debugfs write and test param parsing functions for DP "
[PATCH 0/3] drm/i915: Further Skylake h/w w/a's
2015-02-18 22:24 UTC (8+ messages)
` [PATCH 1/3] drm/i915: gen 9 h/w w/a (Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffset)
` [PATCH 2/3] drm/i915: gen 9 h/w w/a (WaDisablePooledEuLoadBalancingFix)
` [PATCH 3/3] gen 9 h/w w/a (WaClearFlowControlGpgpuContextSave)
[KERNEL] Re: [KERNEL] Regression bug in drm/i915, Wrong assumption in commit e11aa36 breaks suspend on at least lenovo x61
2015-02-18 20:27 UTC
[PATCH 2/7] drm/i915/skl: Updated the gen6_set_rps function
2015-02-18 18:12 UTC (12+ messages)
` [PATCH 7/7] drm/i915/skl: Enabling processing of Turbo interrupts
` [PATCH v2 0/7] Added missing changes for Turbo feature on SKL
` [PATCH v2 1/5] drm/i915/skl: Added new macros
` [PATCH v2 3/5] drm/i915/skl: Restructured the gen6_set_rps_thresholds function
` [PATCH v2 4/5] drm/i915/skl: Updated the gen6_rps_limits function
` [PATCH v2 5/5] drm/i915/skl: Updated the gen9_enable_rps function
` [PATCH v2 6/7] drm/i915/skl: Updated the 'i915_frequency_info' debugs function
[PATCH i-g-t 1/4] tests: improve pipe enumeration
2015-02-18 17:06 UTC (4+ messages)
` [PATCH i-g-t 2/4] lib: use defines for igt_simple_init and igt_subtest_init
` [PATCH i-g-t 3/4] lib: remove handled option arguments from argv
` [PATCH i-g-t 4/4] tests: remove extra file
Hibernation test
2015-02-18 16:43 UTC (2+ messages)
[REGRESSION] fdo bug 86565 - black screen after resume from hibernation since linux kernel 3.18
2015-02-18 13:34 UTC (2+ messages)
` [Intel-gfx] "
[PATCH 0/2] Crystal Cove PMIC based Panel Control
2015-02-18 12:18 UTC (3+ messages)
` [PATCH 1/2] gpio/crystalcove: Export Panel and backlight en/disable signals as GPIO
` [PATCH 2/2] drm/i915: Use the CRC gpio_chip for panel enable/disable
[PATCH i-g-t] tests/gem_render_linear_blits: split into two subtests
2015-02-18 11:01 UTC (3+ messages)
[PATCH 00/18] A few more workarounds
2015-02-18 9:57 UTC (5+ messages)
` [PATCH 12/18] drm/i915/skl: Implement WaDisablePowerCompilerClockGating
[PATCH 0/7] Added missing changes for Turbo feature on SKL
2015-02-18 6:47 UTC (7+ messages)
` [PATCH 5/7] drm/i915/skl: Updated the gen9_enable_rps function
` [PATCH 6/7] drm/i915/skl: Updated the 'i915_frequency_info' debugs function
[PATCH] drm: Fix the CRTC_STEREO_DOUBLE_ONLY define to include stero modes
2015-02-17 18:05 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