aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-12fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functionsLaurent Pinchart1-2/+3
2012-03-12fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanupLaurent Pinchart2-128/+159
2012-03-12fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chanLaurent Pinchart2-12/+13
2012-03-12fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() functionLaurent Pinchart1-72/+102
2012-03-12fbdev: sh_mobile_lcdc: Reorganize the sh_mobile_lcdc_chan structureLaurent Pinchart1-16/+23
2012-03-12fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modesLaurent Pinchart2-29/+29
2012-03-12fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomodeLaurent Pinchart2-36/+44
2012-03-12fbdev: sh_mobile_hdmi: Don't access LCDC fb_infoLaurent Pinchart3-31/+28
2012-03-12fbdev: sh_mobile_hdmi: Don't set sh_hdmi::mode in the display on handlerLaurent Pinchart1-7/+1
2012-03-12fbdev: sh_mobile_lcdc: Pass a video mode to the notify callbackLaurent Pinchart3-50/+48
2012-03-12sh_mobile_hdmi: Use LCDC notification callbackLaurent Pinchart1-77/+14
2012-03-12sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chanLaurent Pinchart2-0/+94
2012-03-12fbdev: sh_mobile_lcdc: Return display connection state in display_onLaurent Pinchart4-6/+16
2012-03-12fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operationLaurent Pinchart4-13/+6
2012-03-12sh_mobile_hdmi: Use sh_mobile_lcdc_entity::channel to access fb_infoLaurent Pinchart1-68/+12
2012-03-12sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entityLaurent Pinchart2-1/+6
2012-03-12fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfgLaurent Pinchart1-18/+17
2012-03-12fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_infoLaurent Pinchart1-4/+2
2012-03-12fbdev: sh_mobile_lcdc: Remove board configuration board_data fieldLaurent Pinchart1-9/+7
2012-03-12fbdev: sh_mobile_lcdc: Remove board configuration owner fieldLaurent Pinchart1-6/+2
2012-03-12fbdev: sh_mobile_hdmi: Don't hook up into board_cfg display operationsLaurent Pinchart1-31/+6
2012-03-12fbdev: sh_mipi_dsi: Don't hook up into board_cfg display operationsLaurent Pinchart1-51/+5
2012-03-12fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directlyLaurent Pinchart2-5/+28
2012-03-12fbdev: sh_mipi_dsi: Implement sh_mobile_lcdc_entity interfaceLaurent Pinchart1-15/+51
2012-03-12fbdev: sh_mobile_hdmi: Implement sh_mobile_lcdc_entity interfaceLaurent Pinchart1-8/+31
2012-03-12fbdev: sh_mobile_lcdc: Add sh_mobile_lcdc_entity definitionLaurent Pinchart1-2/+16
2012-03-12sh_mobile_hdmi: Remove platform data lcd_dev fieldLaurent Pinchart1-12/+5
2012-03-12fbdev: sh_mobile_hdmi: Don't access LCDC channel in notifier callbackLaurent Pinchart1-4/+4
2012-03-12fbdev: sh_mobile_lcdc: Create functions to turn the display on/offLaurent Pinchart1-25/+28
2012-03-12fbdev: sh_mobile_lcdc: Don't pass struct device aroundLaurent Pinchart1-20/+21
2012-03-12fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()Laurent Pinchart1-18/+16
2012-03-12fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)Laurent Pinchart1-2/+2
2012-03-12fbdev: sh_mobile_lcdc: Reorder code into sectionsLaurent Pinchart1-190/+231
2012-03-08viafb: avoid refresh and mode lookup in set_parFlorian Tobias Schandinat1-18/+14
2012-03-08viafb: modetable conversionFlorian Tobias Schandinat7-1035/+120
2012-03-08video:uvesafb: notice user when we failed to save hardware stateWang YanQing1-3/+11
2012-03-08video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing1-2/+10
2012-03-08udlfb: Fix invalid return codes in edid sysfs entry store functionOlivier Sobrie1-8/+11
2012-03-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson1-1/+1
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim1-1/+1
2012-03-06OMAPDSS: APPLY: print warning if wait_pending_extra_info_updates failsTomi Valkeinen1-5/+6
2012-03-06OMAPDSS: MANAGER/APPLY: Add runtime_pm protection around wait_for_go/vsync functionsLajos Molnar2-1/+23
2012-03-06OMAPDSS: DISPC: Fix FIR coefficientsLajos Molnar1-5/+4
2012-03-06OMAPDSS: DISPC: Fix OMAP4 supported color formatsLajos Molnar2-5/+6
2012-03-06OMAPDSS: HDMI: Add M2 divider while calculating clkoutMythri P K1-8/+8
2012-03-06video: s3c-fb: Add support EXYNOS5 FIMDJingoo Han1-5/+47
2012-03-06pxafb: do console locking before calling fb_blank()Vasily Khoruzhick1-1/+5
2012-03-06Merge commit 'v3.3-rc6'Tomi Valkeinen5-11/+30
2012-03-06Merge commit 'v3.3-rc6' into fbdev-nextFlorian Tobias Schandinat1-1/+1
2012-03-05Merge pull request #1 from bernieplug/fbdev-nextFlorian Tobias Schandinat1-68/+95