Revision 4757d972d9667bc6dbdc2859ce3f1721dbcc3dd6 authored by Dave Airlie on 01 March 2018, 03:59:21 UTC, committed by Dave Airlie on 01 March 2018, 03:59:21 UTC
- 2 display fixes: audio av_enc_map overflow check, and Cannonlake PLL related register offset.
- 3 gem fixes: Clear for in-fence out-fence, fix for clearing exec_flags on execbuf failure, and add back global seqno to tracepoints that had been removed recently by other fence related patch.

* tag 'drm-intel-fixes-2018-02-28' of git://anongit.freedesktop.org/drm/drm-intel:
  drm/i915: Make global seqno known in i915_gem_request_execute tracepoint
  drm/i915: Clear the in-use marker on execbuf failure
  drm/i915/cnl: Fix PORT_TX_DW5/7 register address
  drm/i915/audio: fix check for av_enc_map overflow
  drm/i915: Fix rsvd2 mask when out-fence is returned
2 parent s 219b3b2 + fa89782
History
File Mode Size
Kconfig -rw-r--r-- 23.0 KB
Makefile -rw-r--r-- 2.5 KB
blktrace.c -rw-r--r-- 45.8 KB
bpf_trace.c -rw-r--r-- 23.3 KB
ftrace.c -rw-r--r-- 165.8 KB
power-traces.c -rw-r--r-- 505 bytes
ring_buffer.c -rw-r--r-- 131.1 KB
ring_buffer_benchmark.c -rw-r--r-- 10.7 KB
rpm-traces.c -rw-r--r-- 510 bytes
trace.c -rw-r--r-- 202.8 KB
trace.h -rw-r--r-- 56.3 KB
trace_benchmark.c -rw-r--r-- 5.2 KB
trace_benchmark.h -rw-r--r-- 874 bytes
trace_branch.c -rw-r--r-- 10.0 KB
trace_clock.c -rw-r--r-- 3.5 KB
trace_entries.h -rw-r--r-- 8.4 KB
trace_event_perf.c -rw-r--r-- 9.5 KB
trace_events.c -rw-r--r-- 77.9 KB
trace_events_filter.c -rw-r--r-- 54.7 KB
trace_events_filter_test.h -rw-r--r-- 1.1 KB
trace_events_hist.c -rw-r--r-- 41.7 KB
trace_events_trigger.c -rw-r--r-- 39.8 KB
trace_export.c -rw-r--r-- 5.2 KB
trace_functions.c -rw-r--r-- 18.0 KB
trace_functions_graph.c -rw-r--r-- 38.3 KB
trace_hwlat.c -rw-r--r-- 16.7 KB
trace_irqsoff.c -rw-r--r-- 20.2 KB
trace_kdb.c -rw-r--r-- 3.2 KB
trace_kprobe.c -rw-r--r-- 39.2 KB
trace_mmiotrace.c -rw-r--r-- 8.6 KB
trace_nop.c -rw-r--r-- 2.2 KB
trace_output.c -rw-r--r-- 30.9 KB
trace_output.h -rw-r--r-- 1.2 KB
trace_printk.c -rw-r--r-- 8.5 KB
trace_probe.c -rw-r--r-- 17.1 KB
trace_probe.h -rw-r--r-- 11.7 KB
trace_sched_switch.c -rw-r--r-- 3.0 KB
trace_sched_wakeup.c -rw-r--r-- 19.5 KB
trace_selftest.c -rw-r--r-- 26.0 KB
trace_selftest_dynamic.c -rw-r--r-- 270 bytes
trace_seq.c -rw-r--r-- 9.9 KB
trace_stack.c -rw-r--r-- 11.0 KB
trace_stat.c -rw-r--r-- 7.6 KB
trace_stat.h -rw-r--r-- 1012 bytes
trace_syscalls.c -rw-r--r-- 20.0 KB
trace_uprobe.c -rw-r--r-- 30.9 KB
tracing_map.c -rw-r--r-- 27.8 KB
tracing_map.h -rw-r--r-- 11.2 KB

back to top