linux-samsung-jflte: disable virtual framebuffer (!96)
Weston and Plasma Mobile were incorrectly choosing the virtual framebuffer instead of the real one.
This commit is contained in:
parent
dfedbf6485
commit
b99764378c
2 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname="linux-samsung-jflte"
|
||||
pkgver=3.4.112
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Samsung Galaxy S4 kernel fork"
|
||||
arch="armhf"
|
||||
_carch="arm"
|
||||
|
@ -67,7 +67,7 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="7b73724636d9fb2a19e6405b1c6acd9f08020cb2d8c51f209eab2dea90616f15e88e96cdea62931864a6a3f6d4ad1c0b0b9b5cae3e3a690c20f5a9dcb4b33d82 linux-samsung-jflte-e8d93e03563e42d7c762d4e9a87d77115102b301.tar.gz
|
||||
db5954f282c568fd635df81f463712849571c0148233dd883c80cf42ad7b948dd42247032d513e600e4952d58a44fb76f57e1b7bc9502be9698a164c3933c0c5 config-samsung-jflte.armhf
|
||||
f5457d3f0b1a6191220b465d6ad536038a130cb5f469ccafaa818b24b93d4caf949ba84013266a483ff74cc6d9714d2397d7162148a2840fd194ef27e1d9b75f config-samsung-jflte.armhf
|
||||
ea1d3b5a234fa565e3c1a792de48f4fc4e6023d281d303c8e319c7ef28edc5739ab0e4dea0139a41f0a5c7d03e27921ccaa214fd0ac5c72245a094ce60128864 00_fix_return_address.patch
|
||||
36418ec3d31d1d6d9915afcf3d38d4549aeeb49c3825414b51b67db7a1ab6482f22d2723da3b258b671956809949278a51f6507df9b0052aec0bd0c59f56919a patch_lifebook_detect.patch
|
||||
9da951bb0391564f33bdb0a97c339997eda7b15ec2f160da8af237cc87c233b8c3dcdc1a12759e04d69d075ae9b0afaf726101ef356e788d7f4606a03db2e248 patch_fsp_detect.patch
|
||||
|
|
|
@ -2400,11 +2400,11 @@ CONFIG_FB_CFB_FILLRECT=y
|
|||
CONFIG_FB_CFB_COPYAREA=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
|
||||
CONFIG_FB_SYS_FILLRECT=y
|
||||
CONFIG_FB_SYS_COPYAREA=y
|
||||
CONFIG_FB_SYS_IMAGEBLIT=y
|
||||
# CONFIG_FB_SYS_FILLRECT is not set
|
||||
# CONFIG_FB_SYS_COPYAREA is not set
|
||||
# CONFIG_FB_SYS_IMAGEBLIT is not set
|
||||
# CONFIG_FB_FOREIGN_ENDIAN is not set
|
||||
CONFIG_FB_SYS_FOPS=y
|
||||
# CONFIG_FB_SYS_FOPS is not set
|
||||
# CONFIG_FB_WMT_GE_ROPS is not set
|
||||
# CONFIG_FB_SVGALIB is not set
|
||||
# CONFIG_FB_MACMODES is not set
|
||||
|
@ -2419,7 +2419,7 @@ CONFIG_FB_SYS_FOPS=y
|
|||
# CONFIG_FB_TMIO is not set
|
||||
# CONFIG_FB_SMSCUFX is not set
|
||||
# CONFIG_FB_UDL is not set
|
||||
CONFIG_FB_VIRTUAL=y
|
||||
# CONFIG_FB_VIRTUAL is not set
|
||||
# CONFIG_FB_METRONOME is not set
|
||||
# CONFIG_FB_BROADSHEET is not set
|
||||
CONFIG_MSM_VIDC=y
|
||||
|
@ -2445,7 +2445,7 @@ CONFIG_FB_MSM_LCDC_HW=y
|
|||
CONFIG_FB_MSM_TRIPLE_BUFFER=y
|
||||
CONFIG_FB_MSM_MDP_HW=y
|
||||
# CONFIG_MDP_DEBUG_FS is not set
|
||||
CONFIG_USE_VFB=y
|
||||
# CONFIG_USE_VFB is not set
|
||||
# CONFIG_SEC_DEBUG_MDP is not set
|
||||
# CONFIG_FB_MSM_MDP22 is not set
|
||||
# CONFIG_FB_MSM_MDP30 is not set
|
||||
|
|
Loading…
Reference in a new issue