aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/oaktrail_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-18drm/gma500: Refactor backlight support (v2)Hans de Goede1-60/+5
2022-09-17drm/gma500: Fix (vblank) IRQs not working after suspend/resumeHans de Goede1-4/+1
2022-03-17drm/gma500: Don't store crtc_funcs in psb_opsPatrik Jakobsson1-1/+0
2022-03-17drm/gma500: Move gma_intel_crtc_funcs into gma_display.cPatrik Jakobsson1-1/+1
2021-09-23drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann1-10/+10
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-3/+0
2021-02-09drm/gma500: Unify crtc helpersPatrik Jakobsson1-1/+1
2021-01-25drm/gma500: Convert to use new SCU IPC APIAndy Shevchenko1-3/+0
2021-01-06drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+2
2021-01-06drm/gma500: Fix trailing whitespacesThomas Zimmermann1-1/+1
2020-11-15drm/gma500: Remove 2D accel codePatrik Jakobsson1-1/+0
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-05-22drm/gma500: drop drmp.h include from all .c filesSam Ravnborg1-7/+9
2019-05-22drm/gma500: drop use of DRM_UDELAY wrapperSam Ravnborg1-1/+1
2019-05-22drm/gma500: remove empty gma_drm.h header fileSam Ravnborg1-1/+1
2015-12-08drm/gma500: Move to private save/restore hooksDaniel Vetter1-0/+2
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+6
2013-11-08drm/gma500/mrst: Add SDVO to output initPatrik Jakobsson1-0/+3
2013-11-08drm/gma500/mrst: Setup GMBUS for oaktrail/mrstPatrik Jakobsson1-0/+2
2013-11-08drm/gma500: Add chip specific sdvo masksPatrik Jakobsson1-0/+1
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-1/+1
2012-11-07gma600: Enable HDMI supportAlan Cox1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-13gma500: Fix regression on Oaktrail devicesAlan Cox1-0/+2
2012-05-22gma500: handle poulsbo cursor restrictionPatrik Jakobsson1-0/+1
2012-05-11gma500: clean up some more checksAlan Cox1-0/+3
2012-05-11gma500: use the register map to clean upAlan Cox1-1/+1
2012-05-11gma500: introduce some register mapsAlan Cox1-0/+51
2012-05-11gma500: introduce a structure describing each pipeAlan Cox1-35/+37
2012-05-07gma500: mid-bios: rewrite VBT/GCT handling in a cleaner wayKirill A. Shutemov1-5/+3
2012-05-07gma500: opregion and ACPIAlan Cox1-1/+1
2012-05-03gma500: Sync up Oaktrail HDMIAlan Cox1-0/+1
2012-04-27cdv: continue synching up with updated reference codeAlan Cox1-0/+2
2012-03-10gma500: mark oaktrail_backlight_init() as staticKirill A. Shutemov1-1/+1
2012-03-10gma500: rework register stuff sanelyAlan Cox1-99/+99
2012-03-10gma500: make init_pm callback in struct psb_op optionalKirill A. Shutemov1-5/+0
2012-03-10gma500: now move the Oaktrail save state into its own structureAlan Cox1-101/+103
2011-12-06gma500: Oaktrail BIOS handlingAlan Cox1-2/+9
2011-12-06gma500: Fix oaktrail probing part 1Alan Cox1-1/+17
2011-12-06gma500: Move the APIAlan Cox1-1/+1
2011-11-16gma500: Add Oaktrail supportAlan Cox1-0/+489