summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring3-3/+10
2019-10-29drm/panfrost: Simplify devfreq utilisation trackingSteven Price4-56/+38
2019-10-29drm/panfrost: Use generic code for devfreqSteven Price2-52/+10
2019-10-29drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_createHans de Goede1-1/+1
2019-10-28drm/amdgpu: add independent DMA-buf import v9Christian König4-28/+52
2019-10-28drm/amdgpu: add independent DMA-buf export v8Christian König3-78/+96
2019-10-28drm/fb-helper: Remove drm_fb_helper_defio_init() and update docsThomas Zimmermann1-48/+13
2019-10-25drm: Don't free jobs in wait_event_interruptible()Steven Price1-19/+24
2019-10-25drm/ttm: stop exporting ttm_mem_io_* functionsChristian König1-4/+0
2019-10-25drm/qxl: stop using TTM to call driver internal functionsChristian König3-12/+5
2019-10-25drm/ttm: use the parent resv for ghost objects v3Christian König1-9/+11
2019-10-25drm/ttm: remove pointers to globalsChristian König13-83/+55
2019-10-25drm/ttm: always keep BOs on the LRUChristian König12-76/+29
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König6-39/+19
2019-10-25drm/gpu: Fix Memory barrier without comment IssueBhanusree1-4/+4
2019-10-25drm/gpu: Fix Missing blank line after declarationsBhanusree1-0/+2
2019-10-24drm: Spelling s/connet/connect/Geert Uytterhoeven1-1/+1
2019-10-24drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann1-57/+4
2019-10-24drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpersThomas Zimmermann1-10/+4
2019-10-24drm/bochs: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann1-24/+2
2019-10-24drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb()Thomas Zimmermann1-0/+126
2019-10-24drm/gpu: Add comment for memory barrierBhanusree1-2/+2
2019-10-24drm/mediatek: remove cast to pointers passed to kfreeWambui Karuga1-2/+2
2019-10-24drm/simple-kms: Standardize arguments for callbacksDaniel Vetter4-7/+8
2019-10-23drm/tegra: Move drm_dp_link helpers to Tegra DRMThierry Reding6-128/+162
2019-10-23drm/rockchip: Avoid drm_dp_link helpersThierry Reding3-17/+17
2019-10-23drm/msm: edp: Avoid drm_dp_link helpersThierry Reding1-21/+49
2019-10-23drm/bridge: tc358767: Use DP nomenclatureThierry Reding1-1/+1
2019-10-23drm/bridge: tc358767: Avoid drm_dp_link helpersThierry Reding1-22/+41
2019-10-23drm/bridge: analogix-anx78xx: Avoid drm_dp_link helpersThierry Reding1-17/+39
2019-10-23drm/dp: Add helper to get post-cursor adjustmentsThierry Reding1-0/+10
2019-10-23drm/dp: Do not busy-loop during link trainingThierry Reding1-12/+18
2019-10-23drm/dp: Remove a gratuituous blank lineThierry Reding1-1/+0
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul299-11155/+19955
2019-10-23Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"Sean Paul1-52/+2
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter20-90/+119
2019-10-23drm/doc: Drop misleading comment on drm_mode_config_cleanupDaniel Vetter1-2/+0
2019-10-22drm/vc4: Use drm_hdmi_avi_infoframe_bars()Ville Syrjälä1-4/+1
2019-10-22drm/edid: Add drm_hdmi_avi_infoframe_bars()Ville Syrjälä1-0/+17
2019-10-22drm/mipi_dbi: Use simple right shift instead of double negationAndy Shevchenko1-1/+1
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann3-14/+14
2019-10-22drm/virtio: print a single line with device featuresGerd Hoffmann1-5/+4
2019-10-22drm/qxl: allocate small objects top-downGerd Hoffmann1-1/+6
2019-10-22drm/qxl: use DEFINE_DRM_GEM_FOPS()Gerd Hoffmann1-9/+1
2019-10-22drm/qxl: drop verify_accessGerd Hoffmann1-9/+0
2019-10-22drm/qxl: switch qxl to &drm_gem_object_funcs.mmapGerd Hoffmann4-18/+2
2019-10-22drm/qxl: drop qxl_ttm_faultGerd Hoffmann1-26/+1
2019-10-22drm: remove unnecessary return variableWambui Karuga1-3/+2
2019-10-22drm/gma500: fix memory disclosures due to uninitialized bytesKangjie Lu1-0/+2
2019-10-22gma/gma500: fix a memory disclosure bug due to uninitialized bytesKangjie Lu1-0/+2