summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2016-06-09 16:19:25 -0500
committerEric Anholt <eric@anholt.net>2016-07-07 18:45:07 -0700
commit93977767f092fbf0787e5d2a0bf2e0a3fc6f6ced (patch)
tree8fcfe99a24b9ae6e6d33b4638867f39cb324709c /tools/perf/scripts/python/bin
parenta9402dfe17bddeee5c72943385eaa13c39f106f7 (diff)
downloadkernel-93977767f092fbf0787e5d2a0bf2e0a3fc6f6ced.tar.gz
drm: vc4: enable XBGR8888 and ABGR8888 pixel formats
DRM_FORMAT_XBGR8888 and DRM_FORMAT_ABGR8888 are 2 of the native formats used in Android, so enable them for VC4. There seems to be no logic behind HVS_PIXEL_ORDER_xxxx naming, but HVS_PIXEL_ORDER_ARGB seems to work correctly. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
5b6903baf82fc7400e0b3376b10805b4'>x86/tsc: Do feature check as the very first thingBorislav Petkov (AMD) 2023-02-11x86/tsc: Make recalibrate_cpu_khz() export GPL onlyBorislav Petkov (AMD) 2023-02-06clocksource: Enable TSC watchdog checking of HPET and PMTMR only when requestedPaul E. McKenney 2023-02-02clocksource: Verify HPET and PMTMR when TSC unverifiedPaul E. McKenney 2023-02-02x86/tsc: Add option to force frequency recalibration with HW timerFeng Tang 2023-01-31sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra 2022-10-17x86/tsc: Make art_related_clocksource staticChen Lifu 2022-03-15x86/tsc: Be consistent about use_tsc_delay()Peter Zijlstra 2021-12-02x86/tsc: Disable clocksource watchdog for TSC on qualified platormsFeng Tang