summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500
AgeCommit message (Expand)Author
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-02-09drm/gma500: Remove dependency on TTMThomas Zimmermann
2021-02-09drm/gma500: Remove CONFIG_X86 conditionals from source filesThomas Zimmermann
2021-02-09drm/gma500: Drop DRM_GMA3600 config optionThomas Zimmermann
2021-02-09drm/gma500: Remove Medfield supportThomas Zimmermann
2021-01-25drm/gma500: Get rid of duplicate NULL checksAndy Shevchenko
2021-01-25drm/gma500: Convert to use new SCU IPC APIAndy Shevchenko
2021-01-18drm/gma500/mdfld_intel_display: Demote three kernel-doc formatting abusesLee Jones
2021-01-18drm/gma500/mdfld_dsi_output: Demote a couple of kernel-doc formatting abusesLee Jones
2021-01-18drm/gma500/oaktrail_crtc: Demote unworthy kernel-doc headersLee Jones
2021-01-18drm/gma500/oaktrail_lvds: Demote one documentation header fix anotherLee Jones
2021-01-18drm/gma500/oaktrail_lvds_i2c: Remove unused variables 'tmp'Lee Jones
2021-01-18drm/gma500/cdv_intel_dp: Demote one unworthy header fix anotherLee Jones
2021-01-18drm/gma500/cdv_intel_lvds: Demote unworthy headers to standard blocks and fix...Lee Jones
2021-01-18drm/gma500/cdv_intel_display: Demote kernel-doc abuse in 'cdv_intel_panel_fit...Lee Jones
2021-01-18drm/gma500/cdv_intel_crt: Demote kernel-doc abuse in 'cdv_intel_crt_detect_ho...Lee Jones
2021-01-18drm/gma500/psb_irq: Demote kernel-doc abuseLee Jones
2021-01-18drm/gma500/psb_intel_sdvo: Demote kernel-doc abusesLee Jones
2021-01-18drm/gma500/mmu: Actually return an error if one occursLee Jones
2021-01-18drm/gma500/power: Remove excess param description 'state'Lee Jones
2021-01-18drm/gma500/mmu: Remove unused function 'psb_get_default_pd_addr'Lee Jones
2021-01-18drm/gma500/gem: Include our own header containing prototypesLee Jones
2021-01-18drm/gma500/gem: Do not rely on consumers to include drm/drm_device.h before g...Lee Jones
2021-01-18drm/gma500/psb_intel_modes: Provide missing descriptions for function param '...Lee Jones
2021-01-18drm/gma500/psb_intel_lvds: Supply description for 'mode_dev'Lee Jones
2021-01-18drm/gma500/psb_intel_display: Demote kernel-doc formatting abuseLee Jones
2021-01-18drm/gma500/gma_device: Include our own header containing prototypesLee Jones
2021-01-18drm/gma500/gma_display: Demote kernel-doc abuses to standard comment blocksLee Jones
2021-01-18drm/gma500/power: Fix a bunch of *dev documentation issuesLee Jones
2021-01-18drm/gma500/mmu: Make local function 'psb_mmu_pt_alloc_map_lock()' staticLee Jones
2021-01-18drm/gma500/intel_i2c: Remove superflouous parameter description and rename an...Lee Jones
2021-01-18drm/gma500/intel_bios: Demote non-conformant kernel-doc headerLee Jones
2021-01-18drm/gma500/gem: Add and rename some function parameter descriptionsLee Jones
2021-01-18drm/gma500/framebuffer: Fix some possible doc-rot issuesLee Jones
2021-01-06drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann
2021-01-06drm/gma500: Fix trailing whitespacesThomas Zimmermann
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-12-03gma500: clean up error handling in initDan Carpenter
2020-12-01drm/gma500: Fix error return code in psb_driver_load()Jialin Zhang
2020-11-15drm/gma500: Remove 2D accel codePatrik Jakobsson
2020-11-15drm/gma500: Remove GTT roll supportPatrik Jakobsson
2020-11-09drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]Thomas Zimmermann
2020-11-09drm/gma500: Remove unused function psb_gem_get_aperture()Thomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-10-05drm/gma500: fix double free of gma_connectorTom Rix
2020-09-25drm/gma500: Introduce GEM object functionsThomas Zimmermann
2020-09-22drm/gma500: clean up indentation issuesColin Ian King
2020-09-01drm/gma500: Constify static structsRikard Falkeborn
2020-08-19drm/gma500: fix error checkTom Rix