aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara2-4/+3
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-intel into drm-nextDave 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
2015-12-15drm/gma500: Sanity-check pipe indexThierry Reding1-3/+7
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä9-9/+11
2015-12-08drm/gma500: Move to private save/restore hooksDaniel Vetter13-24/+37
2015-12-01drm/gma500: Add driver private mutex for the fault handlerDaniel Vetter3-2/+5
2015-12-01drm/gma500: Drop dev->struct_mutex from mmap offset functionDaniel Vetter1-10/+3
2015-12-01drm/gma500: Drop dev->struct_mutex from fbdev init/teardown codeDaniel Vetter1-10/+2
2015-12-01drm/gma500: Drop dev->struct_mutex from modeset codeDaniel Vetter1-10/+3
2015-12-01drm/gma500: Use correct unref in the gem bo create functionDaniel Vetter1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-3/+3
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding3-10/+10
2015-09-24drm/gma500: Remove DP_LINK_STATUS_SIZE redefinitionThierry Reding1-1/+0
2015-08-06drm/gma500: Use new drm_fb_helper functionsArchit Taneja2-35/+19