summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500
AgeCommit message (Expand)AuthorFilesLines
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-6/+3
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2017-01-25drm/gma500: Nuke device_is_agp callbackDaniel Vetter1-6/+0
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2-3/+2
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-2/+1
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie6-24/+28
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä4-8/+8
2016-12-15drm: Nuke fb->depthVille Syrjälä5-5/+5
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara2-4/+3
2016-12-14drm/gma500: Add some local 'fb' variablesVille Syrjälä3-19/+22
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart2-28/+0
2016-11-14drm/gma500: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-9/+3
2016-11-08drm/gma500: remove unused ioctl declarationsJiang Biao1-4/+0
2016-11-08drm/gma500: make function static to eliminate compiling warningJiang Biao1-1/+1
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-11-02drm/gma500: Add compat ioctlPatrik Jakobsson1-0/+3
2016-10-18drm: gma500: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart1-11/+9
2016-10-13drm/gma500: add comments for new parametersJiang Biao1-0/+2
2016-10-13drm/gma500: remove useless commentJiang Biao1-1/+0
2016-10-13gpu: drm: gma500: Use vma_pages()Shyam Saini1-1/+1
2016-08-24drm/gma500: remove unnecessary config_enabled() guardMasahiro Yamada1-4/+1
2016-08-16drm: Remove display_info->min/max_(h|v)maxDaniel Vetter3-22/+0
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter3-3/+0
2016-07-28drm/gma500: remove unnecessary stub for fb_ioctl()Stefan Christ1-9/+0
2016-07-22GPU-DRM-GMA500: Delete unnecessary checks before two function callsMarkus Elfring4-18/+9
2016-07-18drm/gma500: make fbdev support really optionalTobias Jakobi1-4/+0
2016-06-13drm/gma500: use drm_crtc_vblank_{on,off}()Gustavo Padovan1-1/+1
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst2-6/+7
2016-05-31drm: Initialize a linear gamma table by defaultDaniel Vetter1-7/+0
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-1/+0
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson3-3/+3
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie1-1/+1
2016-04-08drm/gma500/mdfld_dsi: remove bogus if checkAlan1-5/+1
2016-04-08drm/gma500: Fix possible out of bounds readItai Handler1-1/+1
2016-04-08drm/gma500: fix double freeingSudip Mukherjee1-9/+4
2016-04-04gma500: remove annoying deprecation warningLinus Torvalds1-1/+1
2016-03-04drm/gma: removed optional dummy crtc mode_fixup function.Carlos Palminha6-21/+6
2016-02-16drm/gma500: removed optional dummy encoder mode_fixup function.Carlos Palminha5-13/+0
2016-02-10drm/gma500: fix error path in gma_intel_setup_gmbus()Rasmus Villemoes1-1/+1
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie3-36/+5
2016-02-08gma500: clean up an excessive and confusing helperAlan Cox1-16/+4
2016-02-08drm/gma500: remove helper functionSudip Mukherjee1-11/+1
2016-01-25drm/gma500: Remove empty preclose hookDaniel Vetter1-9/+0
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-38/+57
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+3
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-1/+3
2016-01-04drm/gma500: use to_pci_dev()Geliang Tang1-2/+2