summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-222-3/+3
|\
| * drm/gma500: Get rid of duplicate NULL checksAndy Shevchenko2021-01-251-12/+6
| * drm/gma500: Convert to use new SCU IPC APIAndy Shevchenko2021-01-257-14/+17
* | drm/gma500: Remove dependency on TTMThomas Zimmermann2021-02-091-1/+0
* | drm/gma500: Remove CONFIG_X86 conditionals from source filesThomas Zimmermann2021-02-091-21/+0
* | drm/gma500: Drop DRM_GMA3600 config optionThomas Zimmermann2021-02-093-24/+16
* | drm/gma500: Remove Medfield supportThomas Zimmermann2021-02-0923-5835/+2
* | drm/gma500/mdfld_intel_display: Demote three kernel-doc formatting abusesLee Jones2021-01-181-3/+3
* | drm/gma500/mdfld_dsi_output: Demote a couple of kernel-doc formatting abusesLee Jones2021-01-181-2/+2
* | drm/gma500/oaktrail_crtc: Demote unworthy kernel-doc headersLee Jones2021-01-181-3/+3
* | drm/gma500/oaktrail_lvds: Demote one documentation header fix anotherLee Jones2021-01-181-1/+2
* | drm/gma500/oaktrail_lvds_i2c: Remove unused variables 'tmp'Lee Jones2021-01-181-4/+4
* | drm/gma500/cdv_intel_dp: Demote one unworthy header fix anotherLee Jones2021-01-181-2/+2
* | drm/gma500/cdv_intel_lvds: Demote unworthy headers to standard blocks and fix...Lee Jones2021-01-181-3/+4
* | drm/gma500/cdv_intel_display: Demote kernel-doc abuse in 'cdv_intel_panel_fit...Lee Jones2021-01-181-1/+1
* | drm/gma500/cdv_intel_crt: Demote kernel-doc abuse in 'cdv_intel_crt_detect_ho...Lee Jones2021-01-181-1/+1
* | drm/gma500/psb_irq: Demote kernel-doc abuseLee Jones2021-01-181-2/+1
* | drm/gma500/psb_intel_sdvo: Demote kernel-doc abusesLee Jones2021-01-181-3/+3
* | drm/gma500/mmu: Actually return an error if one occursLee Jones2021-01-181-1/+1
* | drm/gma500/power: Remove excess param description 'state'Lee Jones2021-01-181-1/+0
* | drm/gma500/mmu: Remove unused function 'psb_get_default_pd_addr'Lee Jones2021-01-181-9/+0
* | drm/gma500/gem: Include our own header containing prototypesLee Jones2021-01-181-0/+1
* | drm/gma500/gem: Do not rely on consumers to include drm/drm_device.h before g...Lee Jones2021-01-181-0/+2
* | drm/gma500/psb_intel_modes: Provide missing descriptions for function param '...Lee Jones2021-01-181-1/+2
* | drm/gma500/psb_intel_lvds: Supply description for 'mode_dev'Lee Jones2021-01-181-0/+1
* | drm/gma500/psb_intel_display: Demote kernel-doc formatting abuseLee Jones2021-01-181-1/+1
* | drm/gma500/gma_device: Include our own header containing prototypesLee Jones2021-01-181-0/+1
* | drm/gma500/gma_display: Demote kernel-doc abuses to standard comment blocksLee Jones2021-01-181-4/+4
* | drm/gma500/power: Fix a bunch of *dev documentation issuesLee Jones2021-01-181-3/+4
* | drm/gma500/mmu: Make local function 'psb_mmu_pt_alloc_map_lock()' staticLee Jones2021-01-181-2/+2
* | drm/gma500/intel_i2c: Remove superflouous parameter description and rename an...Lee Jones2021-01-181-2/+1
* | drm/gma500/intel_bios: Demote non-conformant kernel-doc headerLee Jones2021-01-181-1/+1
* | drm/gma500/gem: Add and rename some function parameter descriptionsLee Jones2021-01-181-2/+3
* | drm/gma500/framebuffer: Fix some possible doc-rot issuesLee Jones2021-01-181-3/+3
* | drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-0623-82/+101
* | drm/gma500: Fix trailing whitespacesThomas Zimmermann2021-01-064-8/+8
* | Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-12-151-22/+12
|\|
| * Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-1413-480/+38
| |\
| * | drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]Thomas Zimmermann2020-11-091-22/+12
* | | gma500: clean up error handling in initDan Carpenter2020-12-031-9/+13
* | | drm/gma500: Fix error return code in psb_driver_load()Jialin Zhang2020-12-011-0/+2
| |/ |/|
* | drm/gma500: Remove 2D accel codePatrik Jakobsson2020-11-158-319/+1
* | drm/gma500: Remove GTT roll supportPatrik Jakobsson2020-11-153-137/+14
* | drm/gma500: Remove unused function psb_gem_get_aperture()Thomas Zimmermann2020-11-092-8/+0
* | drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-2/+2
* | drm/gma500: fix double free of gma_connectorTom Rix2020-10-051-1/+1
* | drm/gma500: Introduce GEM object functionsThomas Zimmermann2020-09-255-13/+21
* | drm/gma500: clean up indentation issuesColin Ian King2020-09-221-3/+2
|/
* drm/gma500: Constify static structsRikard Falkeborn2020-09-011-3/+3
* drm/gma500: fix error checkTom Rix2020-08-191-1/+1