#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm /video/modedb.c?h=linux-2.6.30.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/video/modedb.c
AgeCommit message (Expand)Author
2009-01-06fbdev: fix typo in drivers/video/modedb.cJiri Moravec
2008-06-06fbdev: export symbol fb_mode_optionGeoff Levand
2008-06-06modedb: fix incorrect sync and vmode flags for CVT modesKrzysztof Helt
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28fbdev: make the best-fit section of fb_find_mode return the closest matching ...Michal Januszewski
2008-01-17fix radeonfb regression with Xpress 200m 5955Alex
2007-10-18fb modedb: Refactor confusing mode_option assignmentGeert Uytterhoeven
2007-10-16fb: move and rename extern declaration for global_mode_optionGeert Uytterhoeven
2007-10-16fbdev: find mode with the highest/safest refresh rate in fb_find_mode()Michal Januszewski
2007-10-16fbdev: Fix incorrect timings in some modedb entriesAntonino A. Daplas
2007-10-16fbdev: export fb_destroy_modelistMichal Januszewski
2007-05-08VIDEO: add spaces on either side of the case "..." operatorRobert P. J. Day