index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
drm/omap: Switch the HDMI and VENC outputs to drm_bridge
Laurent Pinchart
2020-02-26
11
-671
/
+11
*
|
drm/omap: Create connector for bridges
Laurent Pinchart
2020-02-26
1
-12
/
+62
*
|
drm/omap: venc: Register a drm_bridge
Laurent Pinchart
2020-02-26
1
-88
/
+154
*
|
drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operations
Laurent Pinchart
2020-02-26
2
-29
/
+0
*
|
drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operation
Laurent Pinchart
2020-02-26
1
-0
/
+10
*
|
drm/omap: hdmi5: Move mode set, enable and disable operations to bridge
Laurent Pinchart
2020-02-26
1
-98
/
+111
*
|
drm/omap: hdmi4: Move mode set, enable and disable operations to bridge
Laurent Pinchart
2020-02-26
1
-95
/
+111
*
|
drm/omap: hdmi5: Register a drm_bridge for EDID read
Laurent Pinchart
2020-02-26
1
-6
/
+73
*
|
drm/omap: hdmi4: Register a drm_bridge for EDID read
Laurent Pinchart
2020-02-26
2
-6
/
+75
*
|
drm/omap: hdmi5: Rework EDID read to isolate data read
Laurent Pinchart
2020-02-26
3
-77
/
+65
*
|
drm/omap: hdmi4: Rework EDID read to isolate data read
Laurent Pinchart
2020-02-26
3
-84
/
+73
*
|
drm/omap: hdmi: Allocate EDID in the .read_edid() operation
Laurent Pinchart
2020-02-26
4
-27
/
+47
*
|
drm/omap: dss: Make omap_dss_device_ops optional
Laurent Pinchart
2020-02-26
4
-16
/
+22
*
|
drm/omap: Add infrastructure to support drm_bridge local to DSS outputs
Laurent Pinchart
2020-02-26
9
-12
/
+26
*
|
drm/omap: dss: Fix output next device lookup in DT
Laurent Pinchart
2020-02-26
13
-15
/
+14
*
|
drm/omap: Use the drm_panel_bridge API
Laurent Pinchart
2020-02-26
5
-47
/
+32
*
|
drm/omap: Factor out display type to connector type conversion
Laurent Pinchart
2020-02-26
3
-18
/
+25
*
|
drm/omap: Simplify HDMI mode and infoframe configuration
Laurent Pinchart
2020-02-26
3
-15
/
+1
*
|
drm/omap: dss: Cleanup DSS ports on initialisation failure
Laurent Pinchart
2020-02-26
1
-17
/
+26
*
|
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
2020-02-26
1
-1
/
+1
*
|
drm/omap: fix possible object reference leak
Wen Yang
2020-02-11
1
-1
/
+3
*
|
drm/omap: dmm_tiler: Remove the dma_async_issue_pending() call
Peter Ujfalusi
2020-02-11
1
-1
/
+0
*
|
drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878 workaround
Peter Ujfalusi
2020-02-11
1
-2
/
+1
*
|
drm/omapdrm: Fix trivial spelling
Kieran Bingham
2020-02-11
1
-1
/
+1
*
|
drm/omap: use true,false for bool variable
Zheng Bin
2020-02-11
1
-2
/
+2
|
/
*
drm/omapdrm: use BUG_ON macro for error debugging.
Wambui Karuga
2020-01-08
1
-2
/
+1
*
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-17
7
-35
/
+16
|
\
|
*
drm/panel: decouple connector from drm_panel
Sam Ravnborg
2019-12-09
1
-1
/
+2
|
*
drm/bridge: Introduce drm_bridge_get_next_bridge()
Boris Brezillon
2019-12-09
2
-3
/
+4
|
*
drm: constify fb ops across all drivers
Jani Nikula
2019-12-05
1
-1
/
+1
|
*
drm/omapdrm: Drop dma_buf->k(un)map
Daniel Vetter
2019-11-25
1
-21
/
+0
|
*
drm/omap: Fix Kconfig indentation
Krzysztof Kozlowski
2019-11-20
2
-9
/
+9
*
|
drm/omap: fix dma_addr refcounting
Tomi Valkeinen
2019-12-04
1
-0
/
+4
|
/
*
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-10-23
1
-1
/
+1
|
\
|
*
Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2019-10-11
9
-133
/
+140
|
|
\
|
*
\
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2019-10-03
22
-2530
/
+50
|
|
\
\
|
*
|
|
drm/omap: fix max fclk divider for omap36xx
Tomi Valkeinen
2019-10-03
1
-1
/
+1
*
|
|
|
Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"
Sean Paul
2019-10-23
1
-52
/
+2
*
|
|
|
drm/omap: Remove set but not used variable 'err' in hdmi4_audio_config
zhengbin
2019-10-14
1
-2
/
+2
*
|
|
|
drm/omap: Remove set but not used variable 'err' in hdmi5_audio_config
zhengbin
2019-10-14
1
-2
/
+2
*
|
|
|
drm/omap: Remove set but not used variable 'tclk_trail'
zhengbin
2019-10-14
1
-2
/
+1
*
|
|
|
drm/omap: Remove set but not used variable 'plane'
zhengbin
2019-10-14
1
-3
/
+0
*
|
|
|
drm/omap: add OMAP_BO flags to affect buffer allocation
Tomi Valkeinen
2019-10-11
1
-2
/
+52
*
|
|
|
drm/omap: add omap_gem_validate_flags()
Tomi Valkeinen
2019-10-11
1
-5
/
+35
*
|
|
|
drm/omap: cleanup OMAP_BO_SCANOUT use
Tomi Valkeinen
2019-10-11
1
-4
/
+2
*
|
|
|
drm/omap: remove OMAP_BO_TILED define
Tomi Valkeinen
2019-10-11
4
-14
/
+14
*
|
|
|
drm/omap: accept NULL for dma_addr in omap_gem_pin
Tomi Valkeinen
2019-10-11
1
-2
/
+4
*
|
|
|
drm/omap: add omap_gem_unpin_locked()
Tomi Valkeinen
2019-10-11
1
-7
/
+18
*
|
|
|
drm/omap: use refcount API to track the number of users of dma_addr
Jean-Jacques Hiblot
2019-10-11
1
-22
/
+22
|
|
_
|
/
|
/
|
|
*
|
|
drm/omap: hdmi4: fix use of uninitialized var
Tomi Valkeinen
2019-10-04
1
-2
/
+3
[prev]
[next]