aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-10drm/panel: use inline comments in drm_panel.hSam Ravnborg1-16/+66
2019-08-10drm/panel: move drm_panel functions to .c fileSam Ravnborg2-91/+104
2019-08-10drm/panel: ili9322: move bus_flags to get_modes()Sam Ravnborg1-18/+16
2019-08-10drm/mxsfb: fix opencoded use of drm_panel_*Sam Ravnborg1-1/+1
2019-08-10drm/fsl-dcu: fix opencoded use of drm_panel_*Sam Ravnborg1-9/+1
2019-08-10drm/imx: fix opencoded use of drm_panel_*Sam Ravnborg2-14/+8
2019-08-10drm/bridge: tc358767: fix opencoded use of drm_panel_*Sam Ravnborg1-6/+4
2019-08-10dma-buf: further relax reservation_object_add_shared_fenceChristian König2-12/+1
2019-08-10drm/i915: use new reservation_object_fences helperChristian König1-17/+7
2019-08-10dma-buf: add reservation_object_fences helperChristian König3-127/+101
2019-08-10dma-buf: make dma_fence structure a bit smaller v2Christian König1-2/+8
2019-08-09drm: meson: venc: set the correct macrovision max amplitude valueJulien Masson1-2/+2
2019-08-09drm: meson: add macro used to enable HDMI PLLJulien Masson1-1/+2
2019-08-09drm: meson: global clean-upJulien Masson5-26/+33
2019-08-09drm: meson: venc: use proper macros instead of magic constantsJulien Masson3-32/+177
2019-08-09drm: meson: viu: use proper macros instead of magic constantsJulien Masson3-39/+72
2019-08-09drm: meson: vpp: use proper macros instead of magic constantsJulien Masson2-9/+24
2019-08-09drm: meson: drv: use macro when initializing vpuJulien Masson2-4/+23
2019-08-09drm: meson: crtc: use proper macros instead of magic constantsJulien Masson2-6/+27
2019-08-09drm: meson: mask value when writing bits relaxedJulien Masson1-1/+1
2019-08-09drm/panel: simple: Support TI nspire panelsLinus Walleij1-0/+64
2019-08-09drm/panel: simple: Add TI nspire panel bindingsLinus Walleij1-0/+36
2019-08-09drm/pl111: Support grayscaleLinus Walleij2-2/+28
2019-08-08drm/panfrost: Add madvise and shrinker supportRob Herring8-2/+180
2019-08-08drm/shmem: Add madvise state and purge helpersRob Herring2-0/+72
2019-08-08drm/panfrost: Remove completed features still in TODORob Herring1-7/+0
2019-08-08drm/rockchip: fix VOP_WIN_GET macroJohn Keeping1-1/+1
2019-08-07Revert "drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset()"Rob Herring4-12/+9
2019-08-07Revert "drm/panfrost: Use drm_gem_map_offset()"Rob Herring1-2/+14
2019-08-07drm/vgem: drop DRM_AUTH usage from the driverEmil Velikov1-2/+2
2019-08-07drm/msm: drop DRM_AUTH usage from the driverEmil Velikov1-11/+11
2019-08-07drm/nouveau: remove open-coded drm_invalid_op()Emil Velikov3-8/+1
2019-08-07Revert "drm/nouveau: remove open-coded drm_invalid_op()"Sean Paul3-1/+8
2019-08-07Revert "drm/msm: drop DRM_AUTH usage from the driver"Sean Paul1-11/+11
2019-08-07Revert "drm/vgem: drop DRM_AUTH usage from the driver"Sean Paul1-2/+2
2019-08-07Revert "Revert "drm/panfrost: Use drm_gem_map_offset()""Sean Paul1-14/+2
2019-08-07Revert "Revert "drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset()""Sean Paul4-9/+12
2019-08-07drm/sti: fix opencoded use of drm_panel_*Sam Ravnborg1-5/+3
2019-08-07dma-buf: simplify reservation_object_get_fences_rcu a bitChristian König1-10/+5
2019-08-07drm/i915: stop using seqcount for fence pruningChristian König1-9/+5
2019-08-07dma-buf: fix shared fence list handling in reservation_object_copy_fencesChristian König1-19/+46
2019-08-07dma-buf: fix busy wait for new shared fencesChristian König1-7/+7
2019-08-06drm/crc-debugfs: Add notes about CRC<->commit interactionsBrian Starkey2-0/+13
2019-08-06drm/hdcp: reference for srm file formatRamalingam C1-0/+7
2019-08-06drm/i915: update the hdcp state with ueventRamalingam C1-5/+3
2019-08-06drm/hdcp: update content protection property with ueventRamalingam C3-4/+49
2019-08-06drm: uevent for connector status changeRamalingam C2-1/+39
2019-08-06drm/i915: Attach content type propertyRamalingam C3-22/+62
2019-08-06drm: Add Content protection type propertyRamalingam C7-3/+112
2019-08-06drm/bochs: Use dev_get_drvdataChuhong Yuan1-4/+2