aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-18drm/gma500/mmu: Remove unused function 'psb_get_default_pd_addr'Lee Jones1-9/+0
2021-01-18drm/gma500/gem: Include our own header containing prototypesLee Jones1-0/+1
2021-01-18drm/gma500/gem: Do not rely on consumers to include drm/drm_device.h before gem.hLee Jones1-0/+2
2021-01-18drm/gma500/psb_intel_modes: Provide missing descriptions for function param 'adapter'Lee Jones1-1/+2
2021-01-18drm/gma500/psb_intel_lvds: Supply description for 'mode_dev'Lee Jones1-0/+1
2021-01-18drm/gma500/psb_intel_display: Demote kernel-doc formatting abuseLee Jones1-1/+1
2021-01-18drm/gma500/gma_device: Include our own header containing prototypesLee Jones1-0/+1
2021-01-18drm/gma500/gma_display: Demote kernel-doc abuses to standard comment blocksLee Jones1-4/+4
2021-01-18drm/gma500/power: Fix a bunch of *dev documentation issuesLee Jones1-3/+4
2021-01-18drm/gma500/mmu: Make local function 'psb_mmu_pt_alloc_map_lock()' staticLee Jones1-2/+2
2021-01-18drm/gma500/intel_i2c: Remove superflouous parameter description and rename anotherLee Jones1-2/+1
2021-01-18drm/gma500/intel_bios: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2021-01-18drm/gma500/gem: Add and rename some function parameter descriptionsLee Jones1-2/+3
2021-01-18drm/gma500/framebuffer: Fix some possible doc-rot issuesLee Jones1-3/+3
2021-01-06drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann23-82/+101
2021-01-06drm/gma500: Fix trailing whitespacesThomas Zimmermann4-8/+8
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-22/+12
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-480/+38
2020-12-03gma500: clean up error handling in initDan Carpenter1-9/+13
2020-12-01drm/gma500: Fix error return code in psb_driver_load()Jialin Zhang1-0/+2
2020-11-15drm/gma500: Remove 2D accel codePatrik Jakobsson8-319/+1
2020-11-15drm/gma500: Remove GTT roll supportPatrik Jakobsson3-137/+14
2020-11-09drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]Thomas Zimmermann1-22/+12
2020-11-09drm/gma500: Remove unused function psb_gem_get_aperture()Thomas Zimmermann2-8/+0
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-10-05drm/gma500: fix double free of gma_connectorTom Rix1-1/+1
2020-09-25drm/gma500: Introduce GEM object functionsThomas Zimmermann5-13/+21
2020-09-22drm/gma500: clean up indentation issuesColin Ian King1-3/+2
2020-09-01drm/gma500: Constify static structsRikard Falkeborn1-3/+3
2020-08-19drm/gma500: fix error checkTom Rix1-1/+1
2020-08-19drm: gma500: Convert to GPIO descriptorsLinus Walleij6-29/+49
2020-08-10drm/gma500: fix spelling mistake "pannel" -> "panel"Colin Ian King2-3/+3
2020-05-27drm/gma500: Stop using mode->private_flagsVille Syrjälä2-24/+6
2020-05-19drm/gma500: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov3-5/+5
2020-05-19drm/gma500: Use lockless gem BO free callbackEmil Velikov1-1/+1
2020-04-21drm/gma500: Remove dead codeSouptick Joarder4-243/+1
2020-04-21drm/gma500: remove unused variable 'hdmi_ids'YueHaibing1-5/+0
2020-04-02drm/gma500: Use simple encoderThomas Zimmermann13-92/+22
2020-03-28drm/gma500: convert to use i2c_new_client_device()Wolfram Sang1-4/+4
2020-03-18drm/gma500: Sanitize possible_clonesVille Syrjälä2-10/+10
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-4/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-1/+1
2020-03-06drm/gma500/intel_bios.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2-2/+2
2020-02-13drm/gma500: Convert to CRTC VBLANK callbacksThomas Zimmermann6-13/+22
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-198/+231
2020-01-08drm/gma500: remove set but not used variables 'hist_reg'Chen Zhou1-2/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2019-12-19drm/gma500: fix null dereference of pointer fb before null checkColin Ian King1-2/+4
2019-12-14drm/gma500: Pass GPIO for Intel MID using descriptorsLinus Walleij1-55/+33