aboutsummaryrefslogtreecommitdiff
path: root/drivers/ps3/ps3av.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20driver/ps3: Include <video/cmdline.h> for mode parsingGravatar Thomas Zimmermann 1-12/+6
2023-02-20drivers/ps3: Read video= option with fb_get_option()Gravatar Thomas Zimmermann 1-2/+9
2021-06-10powerpc/ps3: Warn on PS3 device errorsGravatar Geoff Levand 1-11/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 1-13/+1
2017-12-04ps3: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-9/+2
2013-01-03Drivers: misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-04-24drivers/ps3: Fix checkpatch warnings in ps3av.cGravatar Valentin Ilie 1-15/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-09powerpc: Remove trailing space in messagesGravatar Frans Pop 1-1/+1
2009-06-15drivers/ps3: Add missing annotationsGravatar Geert Uytterhoeven 1-2/+2
2009-06-15ps3av: Set 16:9 aspect ratio for 720p video modesGravatar sebastian.blanes@gmail.com 1-2/+2
2009-03-11powerpc/ps3: Make ps3av_set_video_mode mode ID signedGravatar roel kluin 1-4/+12
2008-11-19powerpc/ps3: Replace the flip_ctl logic in ps3av and ps3fb by a mutexGravatar Geert Uytterhoeven 1-20/+0
2008-10-20ps3: Add ps3av_audio_mute_analog()Gravatar Masakazu Mokuno 1-0/+16
2008-02-06ps3: use symbolic names for video modesGravatar Geert Uytterhoeven 1-19/+20
2008-02-06ps3av: ps3av_get_scanmode() and ps3av_get_refresh_rate() are unusedGravatar Geert Uytterhoeven 1-45/+13
2007-10-19ps3av: remove unused fields in ps3av_monitor_quirksGravatar Geert Uytterhoeven 1-5/+1
2007-10-16ps3fb: default to 480p on DVI-D/HDMI if video=safeGravatar Geert Uytterhoeven 1-0/+13
2007-10-16ps3av: dont distinguish between `boot' and `non-boot' autodetectionGravatar Geert Uytterhoeven 1-29/+6
2007-10-16ps3av: remove unused ps3av_set_mode()Gravatar Geert Uytterhoeven 1-21/+0
2007-10-16ps3av: add quirk database for broken monitorsGravatar Geert Uytterhoeven 1-0/+41
2007-10-16ps3av: add autodetection for VESA modesGravatar Geert Uytterhoeven 1-37/+58
2007-10-16ps3av: treat DVI-D like HDMI in autodetectGravatar Geert Uytterhoeven 1-16/+8
2007-10-16ps3av: use PS3 video mode ids in autodetect codeGravatar Geert Uytterhoeven 1-50/+40
2007-10-16ps3av: eliminate PS3AV_DEBUGGravatar Geert Uytterhoeven 1-5/+67
2007-10-16ps3: Fix black and white stripesGravatar Masashi Kimoto 1-20/+38
2007-06-28[POWERPC] PS3: Rework AV settings driverGravatar Geoff Levand 1-174/+198
2007-05-04ps3av: Use __func__ instead of __FUNCTION__Gravatar Geert Uytterhoeven 1-22/+20
2007-05-04ps3: Make `ps3videomode -v 0 (auto mode) work againGravatar Masashi Kimoto 1-0/+7
2007-05-04ps3av: misc updatesGravatar Geert Uytterhoeven 1-7/+22
2007-05-04ps3av: thread updatesGravatar Geert Uytterhoeven 1-16/+14
2007-03-10[POWERPC] ps3: always make sure were running on a PS3Gravatar Geert Uytterhoeven 1-1/+8
2007-02-12[PATCH] ps3: AV Settings DriverGravatar Geert Uytterhoeven 1-0/+974