aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds8-98/+133
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-5/+16
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes1-1/+1
2026-07-22drm/gma500: return errors from Oaktrail HDMI I2C readsPengpeng Hou1-5/+16
2026-07-17drm/gma500: Remove dependency on DRM simple helpersDiogo Silva7-15/+49
2026-07-17drm/gma500: cdv_intel_dp: fix indentation to use tabs instead of spacesDiogo Silva1-55/+56
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+2
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+0
2026-06-17drm: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-28/+28
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter2-2/+8
2026-05-13drm/gma500/oaktrail_lvds: fix i2c adapter leaks on initJohan Hovold1-0/+4
2026-05-13drm/gma500/oaktrail_lvds: fix hang on init failureJohan Hovold1-2/+3
2026-05-13drm/gma500/oaktrail_hdmi: fix i2c adapter leak on setupJohan Hovold1-0/+1
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+2
2026-05-06drm/gma500: Drop unused include of <drm/drm_pciids.h>Uwe Kleine-König (The Capable Hub)1-1/+0
2026-03-03drm/gma500: Create framebuffers with drm_gem_fb_create()Thomas Zimmermann2-101/+9
2026-03-03drm/gma500: fbdev: Use a DRM client bufferThomas Zimmermann1-23/+26
2026-03-03drm/gma500: fbdev: Calculate buffer geometry with format helpersThomas Zimmermann1-32/+28
2026-03-03drm/gma500: fbdev: Set framebuffer size to GEM object sizeThomas Zimmermann1-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-10/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds19-37/+37
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook19-46/+47
2026-02-02Revert "drm/gma500: use drm_crtc_vblank_crtc()"Jani Nikula1-23/+13
2025-11-25drm/fb-helper: Allocate and release fb_info in single placeThomas Zimmermann1-11/+1
2025-11-10drm/gma500: use drm_crtc_vblank_crtc()Jani Nikula1-13/+23
2025-10-31drm: include drm_print.h where neededJani Nikula20-0/+26
2025-10-24drm/client: Add client free callback to unprepare fb_helperThomas Zimmermann1-3/+0
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+0
2025-09-30drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg()Thomas Zimmermann1-43/+0
2025-09-19drm/gma500: Fix null dereference in hdmi teardownZabelin Nikita1-1/+1
2025-09-09drm/gma500: Do not clear framebuffer GEM objects during cleanupThomas Zimmermann1-2/+0
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2025-07-16drm/gma500: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()Ville Syrjälä3-8/+12
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä1-0/+1
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä1-1/+2
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple1-2/+1
2025-07-09mm: remove remaining uses of PFN_DEVAlistair Popple1-1/+1
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+1
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+5
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds9-11/+10
2025-03-10drm/gma500: Remove unused psb_mmu_virtual_to_pfnDr. David Alan Gilbert2-43/+0
2025-03-10drm/gma500/psb_intel_modes: Remove unused psb_intel_ddc_probeDr. David Alan Gilbert2-32/+0
2025-03-07drm/gma500: Remove unused mrst_clock_funcsDr. David Alan Gilbert1-7/+0
2025-03-06drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data()Ivan Abramov1-0/+5
2025-03-06drm/gma500: fix inconsistent indenting warningCharles Han1-1/+1
2025-03-06drm/gma500: Replace deprecated strncpy() with strscpy()Thorsten Blum1-2/+1