summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500
AgeCommit message (Expand)Author
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-01-25drm/gma500: Nuke device_is_agp callbackDaniel Vetter
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-14drm/gma500: Add some local 'fb' variablesVille Syrjälä
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-11-14drm/gma500: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ
2016-11-08drm/gma500: remove unused ioctl declarationsJiang Biao
2016-11-08drm/gma500: make function static to eliminate compiling warningJiang Biao
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-11-02drm/gma500: Add compat ioctlPatrik Jakobsson
2016-10-18drm: gma500: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart
2016-10-13drm/gma500: add comments for new parametersJiang Biao
2016-10-13drm/gma500: remove useless commentJiang Biao
2016-10-13gpu: drm: gma500: Use vma_pages()Shyam Saini
2016-08-24drm/gma500: remove unnecessary config_enabled() guardMasahiro Yamada
2016-08-16drm: Remove display_info->min/max_(h|v)maxDaniel Vetter
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter
2016-07-28drm/gma500: remove unnecessary stub for fb_ioctl()Stefan Christ
2016-07-22GPU-DRM-GMA500: Delete unnecessary checks before two function callsMarkus Elfring
2016-07-18drm/gma500: make fbdev support really optionalTobias Jakobi
2016-06-13drm/gma500: use drm_crtc_vblank_{on,off}()Gustavo Padovan
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst
2016-05-31drm: Initialize a linear gamma table by defaultDaniel Vetter
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie
2016-04-08drm/gma500/mdfld_dsi: remove bogus if checkAlan
2016-04-08drm/gma500: Fix possible out of bounds readItai Handler
2016-04-08drm/gma500: fix double freeingSudip Mukherjee
2016-04-04gma500: remove annoying deprecation warningLinus Torvalds
2016-03-04drm/gma: removed optional dummy crtc mode_fixup function.Carlos Palminha
2016-02-16drm/gma500: removed optional dummy encoder mode_fixup function.Carlos Palminha
2016-02-10drm/gma500: fix error path in gma_intel_setup_gmbus()Rasmus Villemoes
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-02-08gma500: clean up an excessive and confusing helperAlan Cox
2016-02-08drm/gma500: remove helper functionSudip Mukherjee
2016-01-25drm/gma500: Remove empty preclose hookDaniel Vetter
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2016-01-04drm/gma500: use to_pci_dev()Geliang Tang